Shutdown Oracle database NORMAL without waiting forever

 Summary 

Shutdown Normal will only shutdown Oracle when there are no remaining connections to Oracle. That in big systems with thousands of connections means waiting forever. So what can you do if you must shutdown the database with the Normal option?

You can:

1. Shutdown database with ABORT or IMMEDIATE option.
2. Restart the database with RESTRICT mode.
3. Shutdown it down again with NORMAL option. 

Comments

Popular posts from this blog

Reboot Exadata Machine

ORA-01565: error in identifying file '?/dbs/spfile@.ora'

STEPS TO troubleshoot long running concurrent request in R12.2.x