Hi,
Sometimes you can get ” ORA-01089: immediate shutdown in progress – no operations are permitted ” error.
Details of error are as follows.
ORA-01089: immediate shutdown in progress - no operations are permitted
Cause: The SHUTDOWN IMMEDIATE command was used to shut down a running ORACLE instance, so your operations have been terminated.
Action: Wait for the instance to be restarted, or contact your DBA.
ORA-01089: immediate shutdown or close in progress – no operations are permitted
ORA-01089: immediate shutdown or close in progress – no operations are permitted
This errors means Oracle Instance is hang and shutdown process was still in progress, so run shutdown abort command, then start it up again.
Check the Oracle SID and Oracle Home, if they are Ok or not ?
[[email protected]:/home/oracle:> ORACLE_SID=INSTANCE_NAME [[email protected]:/home/oracle:> export ORACLE_SID [[email protected]:/home/oracle:> export ORACLE_HOME=/u01/app/product/12.2.0/dbhome_1 [[email protected]:/home/oracle:> sqlplus / as sysdba
shutdown abort the Instance then start it up again as follows. Once instance is started up, run shutdown immediate and startup again.
SQL> shutdown abort SQL> startup SQL> shutdown immediate SQL> startup
Do you want to learn Oracle Database for Beginners, then read the following articles.
https://ittutorial.org/oracle-database-19c-tutorials-for-beginners/
2,544 views last month, 1 views today