Autoupgrade ORA-65145: FORCE open of a pluggable database on more than one instance is not supported
(Doc ID 2871821.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 to 12.2.0.1 [Release 11.2 to 12.2]Information in this document applies to any platform.
Symptoms
autoupgrade -analyze is trying to close all the instances and failed with below errors:
From autoupgrade_<timestamp>_user.log
Dispatcher failed: AutoUpgException [Error executing a database command ]
ERROR Error running dispatcher for job 107
Cause: Error executing a database command
ERROR Dispatcher failed:
Error: UPG-1604
Errors executing [/* 5212D9 */alter session set container=PDB$SEED;
alter session set "_oracle_script"=true;
alter pluggable database close immediate force instances=all;
alter pluggable database open read write instances=all;
alter pluggable database close immediate force instances=all
*
ERROR at line 1:
ORA-65145: FORCE open of a pluggable database on more than one instance is not supported
alter pluggable database open read write instances=all
*
ERROR at line 1:
ORA-65107: Error encountered when processing the current task on instance:1
ORA-65019: pluggable database PDB$SEED already open
] [PDB$SEED]
Cause: Error executing a database command
ERROR Error running dispatcher for job 107
Cause: Error executing a database command
ERROR Dispatcher failed:
Error: UPG-1604
Errors executing [/* 5212D9 */alter session set container=PDB$SEED;
alter session set "_oracle_script"=true;
alter pluggable database close immediate force instances=all;
alter pluggable database open read write instances=all;
alter pluggable database close immediate force instances=all
*
ERROR at line 1:
ORA-65145: FORCE open of a pluggable database on more than one instance is not supported
alter pluggable database open read write instances=all
*
ERROR at line 1:
ORA-65107: Error encountered when processing the current task on instance:1
ORA-65019: pluggable database PDB$SEED already open
] [PDB$SEED]
Cause: Error executing a database command
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |