Oracle Community Network
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
Tags:
you can't create any object on standby side(read only) mode(in your case) try to create the table on primary database and it will reflect in standby database.
then how to create object on read only mode
u can only fire select statement on standby database. u cant able to create any objects
okay thank u Rona
© 2024 Created by Maisam Agha. Powered by