RCU-6002 error in ODI
You got this error:
1) Check where are your PDB installed(below my example):
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;2) Alter your database:
NAME
—————————————————————-
pdborcl
weblogicXDB
weblogic
SYS$BACKGROUND
SYS$USERS
SQL> alter pluggable database all open;3) insert the correct service name. In my case, is pdborcl:
Thank yo u Prateek, it worked
ReplyDeleteThank you!
ReplyDelete