addbctl.sh stop hanging when trying to shutdown pdb
Upgraded my EBS 12.1.3 on-prem environment to 19c and find the command to shutdown the PDB just hangs when I'm trying to run it as part of the shutdown process.
addbctl.sh stop
You are running addbctl.sh version 120.0.12010000.1
Shutting down pluggable database XXXX...
SQL*Plus: Release 19.0.0.0.0 - Production on Mon May 10 09:58:19 2021
Version 19.10.0.0.0
Copyright (c) 1982, 2020, Oracle. All rights reserved.
Connected.
^Calter pluggable database "XXXX" close
*
ERROR at line 1:
ORA-01013: user requested cancel of current operation
Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.10.0.0.0
addbctl.sh: exiting with status 1
I eventually just have to hit ctrl-c as indicated above to abort it. Looks like addbctl.sh calls adstopdb.sql which is generated by autoconfig and it has my PDB name in it to execute the "alter pluggable database "XXXX" close"; statement.