Login  Register

Re: Implementing Autoconfig on RAC after EBS database upgrade to 19c

Posted by satish on Jan 27, 2023; 6:24am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Implementing-Autoconfig-on-RAC-after-EBS-database-upgrade-to-19c-tp11514p11515.html

[orauat@erpuatdb2 appsutil]$ cat /u02/UAT19CBASE/19chome/appsutil/log/TXK_CFG_PDB_RACNODE_Fri_Jan_27_10_39_48_2023/close_PDB.sql
connect / as sysdba
alter pluggable database "uatdb" close immediate;
exit;
[orauat@erpuatdb2 appsutil]$ cat /u02/UAT19CBASE/19chome/appsutil/log/TXK_CFG_PDB_RACNODE_Fri_Jan_27_11_33_46_2023/close_PDB.out

SQL*Plus: Release 19.0.0.0.0 - Production on Fri Jan 27 11:34:35 2023
Version 19.17.0.0.0

Copyright (c) 1982, 2022, Oracle.  All rights reserved.

Connected.
alter pluggable database "uatdb" close immediate
*
ERROR at line 1:
ORA-65011: Pluggable database uatdb does not exist.


Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.17.0.0.0
[orauat@erpuatdb2 appsutil]$