Re: Implementing Autoconfig on RAC after EBS database upgrade to 19c
Posted by ErmanArslansOracleBlog on Jan 27, 2023; 3:25pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Implementing-Autoconfig-on-RAC-after-EBS-database-upgrade-to-19c-tp11514p11516.html
Oracle Support states the following:
"Start the CDB instance on the other Oracle RAC nodes of the cluster, and open the PDB in read write mode"
So, your PDB should be up.
But according to the log, it can be down as well.. It seems that the script checks it. If it sees the PDB in open state, it just closes it.
But in your case, the script doesn't like the output.. I expects the log to contain the string "MOUNTED", but it seems the log doesn't have it.
A PDB can be one of the following modes:
MOUNTED
READ WRITE
READ ONLY
MIGRATE
Anyways, your PDB is already closed. (MOUNTED)
Run the script while your PDB is closed and see if it helps.. (we may work around the problem this way)
If you fail, send me the "close_PDB.sql" & "close_PDB.out" that will be generated by txkCfgPDBRACNode.pl