Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Not able to open PDB in read only mode on standby-ORA-16000: database or pluggable database open for

User516490-OCApr 15 2016 — edited Apr 15 2016

Version:12.1.0.2 OS:

RHEL 6.1

Hi Gurus, I'm not able to open pdb in read-only mode on standby getting below error.

SQL> alter database recover managed standby database disconnect from session using current logfile;

Database altered.

SQL> select process,status,thread#,sequence#,blocks from gv$managed_standby where process like '%MRP%';

PROCESS   STATUS          THREAD#  SEQUENCE#     BLOCKS

--------- ------------ ---------- ---------- ----------

MRP0      WAIT_FOR_LOG          2         45          0

SQL> alter pluggable database TST11GPDB open read only;

alter pluggable database TST11GPDB open read only

*

ERROR at line 1:

ORA-00604: error occurred at recursive SQL level 1

ORA-16000: database or pluggable database open for read-only access

SQL> select name,open_mode,recovery_status from v$pdbs;

NAME                           OPEN_MODE  RECOVERY

------------------------------ ---------- --------

PDB$SEED                       READ ONLY  ENABLED

TST11GPDB                      MOUNTED    ENABLED

Any suggestion would be helpful as always.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2016
Added on Apr 15 2016
7 comments
18,328 views