Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Not able to open PDB database

User_PPRF6May 10 2021

Hello all,
Installed Oracle XE 18.0 database and was trying to install APEX but as I didn't alter session to XEPDB1 - installation failed.
Aftermath is my PDB database XEPDB1 is in MOUNTED state and "alter pluggable database XEPDB1 open read write;" throws following error:

Error starting at line : 5 in command -
alter pluggable database XEPDB1 open read write
Error report -
ORA-00604: error occurred at recursive SQL level 1
ORA-01405: fetched column value is NULL
00604. 00000 - "error occurred at recursive SQL level %s"
*Cause: An error occurred while processing a recursive SQL statement
(a statement applying to internal dictionary tables).
*Action: If the situation described in the next error on the stack
can be corrected, do so; otherwise contact Oracle Support.

If I try running APEX remove .sql script - it fails, as it can't access SYS.DBMS_DB_VERSION package - I'm assuming because PDB database is not OPEN?
I'm at my last breath here and would appreciate any help I can get, before I throw it all away. Thanks!

Comments

Post Details

Added on May 10 2021
3 comments
1,822 views