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

Views: 593

Reply to This

Replies to This Discussion

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

Reply to Discussion

RSS

Oracle Jobs in US

© 2024   Created by Maisam Agha.   Powered by

Badges  |  Report an Issue  |  Terms of Service