Skip to Main Content

Enterprise Manager

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!

OEM 13c - Issue Installing using a PDB as the OMR

Bdub122-OracleJan 3 2016 — edited Jan 3 2016

I've encountered an issue while installing OEM 13c (13.1.0.0) against a 12.1.0.2.0 pluggable database.


I have a 12.1.0.2.5 RAC DB with a PDB named 'emrep_pdb'.


select name, open_mode from v$pdbs;

NAME                           OPEN_MODE

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

PDB$SEED                       READ ONLY 

BWPDB                          MOUNTED   

EMREP_PDB                      READ WRITE   <--  I want to use this PDB as my OMR


On step #7 of the OEM Enterprise Manager Cloud Control 13c Installation Process I enter the following database connection details:

Database Host Name:  <SCAN hostname for DB>

Port:  1521

Service/SID:  emrep_pdb

SYS Password:  <password for SYS account>


I receive error:

ORA-01219:  database or pluggable database not open; queries allowed on fixed tables or views only


However, the PDB is open as shown in the query above.  Any ideas why I can't connect to the PDB from the OEM 13c installer in step #7?


This post has been answered by Bdub122-Oracle on Jan 3 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 31 2016
Added on Jan 3 2016
6 comments
1,761 views