ORA-16000 on RO database

CTAC

Member
Hi everybody

Could you please help me:
When I connect to an oracle db, opened in RO mode, PLSQLdev complains me 'ORA-16000: database open for read-only access' on any query, even 'SELECT USER FROM DUAL'! Normal RW databases doesn't have such error.

What should I change in preferences to avoid this message?

Thank you,
Standa
 
To obtain some more diagnostic information, can you modify the PL/SQL Developer shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer 14\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the %APPDATA%\PLSQL Developer 14 directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 14).
 
Back
Top