ORA-01033 Oracle initialization or shutdown in progress |
When you connect oracle 12c plug gable database, Thus time you have get oracle initialization or shutdown in progress error. This error occurred because pluggable database are not initialized.
To fix this error connect as sysdba and run ALTER PLUGGABLE DATABASE ALL OPEN command.
ALTER PLUGGABLE DATABASE ALL OPEN |
Thanks.
Comments
Post a Comment