Oracle shutdown immediate hang [message #126105] |
Fri, 01 July 2005 00:09 |
jasony
Messages: 5 Registered: June 2005 Location: Toronto
|
Junior Member |
|
|
I am new in Oracle database and now having a problem with the Oracle database 9.2.01, on Windows 2000 box. It gives me an error says: Can not allocate log, archival required.
So I logged onto Oracle Enterprise Manager Console, and changed the profile ‘LOG_ARCHIVE_START’ to ‘True’, and then click Apply and then Shutdown Immediate, then it hangs (keep runing, but no any CPU usage)
What should I do now? should I restart the machine to kill the process?
Thanks in advance.
Jason
|
|
|
|
|
|
Re: Oracle shutdown immediate hang [message #126213 is a reply to message #126105] |
Fri, 01 July 2005 10:11 |
smartin
Messages: 1803 Registered: March 2005 Location: Jacksonville, Florida
|
Senior Member |
|
|
Doesn't shutdown immediate tell oracle to wait to finish all currently executing transactions? (even if finish means rolling back). Abort just says go down now, and fix everything the next time you startup.
|
|
|
Re: Oracle shutdown immediate hang [message #126214 is a reply to message #126105] |
Fri, 01 July 2005 10:15 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
Yes, shutdown abort solved your problem, but I think it may only be short-term.
Next time you start the database and fill your online redo logs, you are once again going to hang because archiving is going to need to be done. There is an init.ora parameter LOG_ARCHIVE_START that needs to be set to TRUE. If it's already that way, then your ARCHIVE LOG START fixed your problem and you are ok.
It's also a possibility that you have run out of space on the filesystem where your archive log files reside.
|
|
|
Re: Oracle shutdown immediate hang [message #378942 is a reply to message #126105] |
Fri, 02 January 2009 18:22 |
anand_study
Messages: 2 Registered: November 2005 Location: USA
|
Junior Member |
|
|
Question was very old....but my may help someone else.
If DB Control ot Oracle Grid control is configured and related process/service is running, first stop those processes before issuing "shutdown immediate".
|
|
|