ERROR at line 1

hi can you solve this problem.....
SQL> create TABLE test (name varchar2(30));
create TABLE test (name varchar2(30))
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-16000: database open for read-only access

Load Previous Replies
  • up

    Maryln Kiss

    then how to create object on read only mode

  • up

    Rona Wafford

    u can only fire select statement on standby database. u cant able to create any objects

  • up

    Maryln Kiss

    okay thank u Rona