/ Published in: SQL
How to "bounce" an Oracle database
Expand |
Embed | Plain Text
connect / AS sysdba shutdown -- New login's will get: ORA-16403 shutdown in progress - remote connection is not permitted, or ORA-01033 ORACLE initialization or shutdown in progress -- If you cannot wait, try: shutdown transactional -- If still you cannot wait, now warn users they will lose transactions.. then try: shutdown immediate -- If still you cannot wait, try: shutdown abort startup
You need to login to post a comment.
