Re: ORA-16000
Posted by ErmanArslansOracleBlog on Mar 24, 2018; 11:08am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/ORA-16000-tp5486p5491.html
Is your database really opened read/write?
Are you connecting to the correct database?
What is the output of following sql ?
->select open_mode from v$database;