ORA-39702 Error When Running Apxpatch.sql For Apex 4.2.3 Version
(Doc ID 1587051.1)
Last updated on AUGUST 26, 2019
Applies to:
Oracle Application Express (APEX) - Version 4.2.2.0011 and laterOracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Oracle Database Cloud Schema Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Trying to upgrade to APEX 4.2.3 from APEX 4.2.2 and getting the following error:
ORA-39702: database not open for UPGRADE or DOWNGRADE
SQL> connect sys@<ALIAS> as sysdba
Enter password:
Connected.
SQL> show con_name
CON_NAME
------------------------------
<PDBNAME>
SQL> @apxpatch.sql
BEGIN dbms_registry.check_server_instance; END;
*
ERROR at line 1:
ORA-39702: database not open for UPGRADE or DOWNGRADE
ORA-06512: at "SYS.DBMS_REGISTRY", line 1044
ORA-06512: at line 1
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 |