RCU-6002 error in ODI

You got this error:
RCU-6002:The specified database does not meet the minimum requirement to load metadata repository.
RCU-6080:Global prerequisite check failed – Check requirement for specified database
The selected Oracle database is a multitenant container database (CDB). Connecting to a multitenant container database (CDB) is not supported. Instead, connect to a valid pluggble database (PDB).






1) Check where are your PDB installed(below my example):
SQL> select name from v$services;
NAME
—————————————————————-
pdborcl
weblogicXDB
weblogic
SYS$BACKGROUND
SYS$USERS
2) Alter your database:
SQL>  alter pluggable database all open;
3) insert the correct service name. In my case, is pdborcl:

 

Comments

Post a Comment

Popular Posts