Home » RDBMS Server » Server Administration » ORA-01089: immediate shutdown in progress - no operations are permitted
ORA-01089: immediate shutdown in progress - no operations are permitted [message #150125] Tue, 06 December 2005 08:01 Go to next message
tkiran4u
Messages: 13
Registered: December 2005
Junior Member
Hi,

We have a database job running continuously in our Oracle 9i database.But suddenly it stopped for a while and shown the below message and started automatically.

ORA-01089: immediate shutdown in progress - no operations are permitted

Can anybody throw some light on this.
Thanks in advance.
Re: ORA-01089: immediate shutdown in progress - no operations are permitted [message #150144 is a reply to message #150125] Tue, 06 December 2005 08:56 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
did you look into the alertlog?
Re: ORA-01089: immediate shutdown in progress - no operations are permitted [message #150145 is a reply to message #150144] Tue, 06 December 2005 09:04 Go to previous messageGo to next message
tkiran4u
Messages: 13
Registered: December 2005
Junior Member
First of all, thanks for your response.

Can you please let me know where to look for alert logs.
Re: ORA-01089: immediate shutdown in progress - no operations are permitted [message #150148 is a reply to message #150145] Tue, 06 December 2005 09:18 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
In your $ORACLE_BASE/admin/< yoursid > /bdump/alert_< yoursid >.log
Re: ORA-01089: immediate shutdown in progress - no operations are permitted [message #150155 is a reply to message #150148] Tue, 06 December 2005 09:50 Go to previous messageGo to next message
tkiran4u
Messages: 13
Registered: December 2005
Junior Member
I don't have required privileges to see the log. I am requesting my superior for the alert_<SID>.log. Will putforth my queries once I get it.

By the way, can an oracle database instance itself get restarted? If so, what are the possible scenarios? If a process os running for very long time/expends much of the memory, will that situation lead to restarting the database? Sorry if my doubts are silly/stupid.

Thanks for your patience.
Re: ORA-01089: immediate shutdown in progress - no operations are permitted [message #150160 is a reply to message #150155] Tue, 06 December 2005 10:06 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Depends on your environment.
Database by itself cannot restart.
oracle might have crashed / coredumped or may be smon/pmon/any GBProcess crash. In any case, instance might have died.
But will not restart by itself, unless there is a an external mechanism.
In many cases, this might be server panic/memory leak or whatever.
So when server panicked, it did a reboot by itself. The database might have been configured to do an autostart after the reboot.
>>Sorry if my doubts are silly/stupid
IMHO , no questions are stupid unless intentionally framed to appear so.
It may be trivial.
Re: ORA-01089: immediate shutdown in progress - no operations are permitted [message #150166 is a reply to message #150160] Tue, 06 December 2005 11:13 Go to previous messageGo to next message
tkiran4u
Messages: 13
Registered: December 2005
Junior Member
>> So when server panicked, it did a reboot by itself. The database might have been configured to do an autostart after the reboot.

Can you please tell me where these configuration parameters stored? Are they in init.ora file? If not what is it? and what is the parameter for this configuration?
Re: ORA-01089: immediate shutdown in progress - no operations are permitted [message #150216 is a reply to message #150166] Tue, 06 December 2005 15:11 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
In control panel/services if using windows.
oratab entries ,dbstart/dbshut along with rc.d in unix.
Talk to your DBA~.
Re: ORA-01089: immediate shutdown in progress - no operations are permitted [message #150675 is a reply to message #150216] Fri, 09 December 2005 00:34 Go to previous messageGo to next message
tkiran4u
Messages: 13
Registered: December 2005
Junior Member
Hi,

This is the alert log, when the database was restarted.
Can anybody help me.

Fri Dec 2 12:38:01 2005
Shutting down instance: further logons disabled
Fri Dec 2 12:38:03 2005
Completed checkpoint up to RBA [0x39fe.2.10], SCN: 0x0783.7362939d
Fri Dec 2 12:38:03 2005
Shutting down instance (immediate)
License high water mark = 140
Fri Dec 2 12:38:06 2005
ALTER DATABASE CLOSE NORMAL
Fri Dec 2 12:38:07 2005
SMON: disabling tx recovery
SMON: disabling cache recovery
Fri Dec 2 12:38:07 2005
Shutting down archive processes
Archiving is disabled
Fri Dec 2 12:38:07 2005
ARCH shutting down
Fri Dec 2 12:38:07 2005
ARCH shutting down
Fri Dec 2 12:38:07 2005
ARC0: Archival stopped
Fri Dec 2 12:38:07 2005
ARC1: Archival stopped
Fri Dec 2 12:38:07 2005
Thread 1 closed at log sequence 14846
Successful close of redo thread 1
Fri Dec 2 12:38:08 2005
Completed: ALTER DATABASE CLOSE NORMAL
Fri Dec 2 12:38:08 2005
ALTER DATABASE DISMOUNT
Completed: ALTER DATABASE DISMOUNT
ARCH: Archiving is disabled
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
ARCH: Archiving is disabled
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
Fri Dec 2 12:38:54 2005
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
SCN scheme 3
LICENSE_MAX_USERS = 0
SYS auditing is disabled
Starting up ORACLE RDBMS Version: 9.2.0.5.0.
System parameters with non-default values:
processes = 300
timed_statistics = TRUE
resource_limit = TRUE
shared_pool_size = 268435456
shared_pool_reserved_size= 26214400
large_pool_size = 16777216
java_pool_size = 167772160
nls_date_format = HH24:MI DD/MM/YYYY
Re: ORA-01089: immediate shutdown in progress - no operations are permitted [message #150742 is a reply to message #150675] Fri, 09 December 2005 06:33 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
>> Completed: ALTER DATABASE CLOSE NORMAL
I see no problem.
Someone just issued a shutdown.
Re: ORA-01089: immediate shutdown in progress - no operations are permitted [message #150759 is a reply to message #150742] Fri, 09 December 2005 08:52 Go to previous message
tkiran4u
Messages: 13
Registered: December 2005
Junior Member
Thanks a lot Mahesh for your kind help!!
Previous Topic: ORA-04045: errors during recompilation/revalidation of SGE.sun/io/ByteToCharISO8859_1
Next Topic: Change the initial extent size with Locally managed tablespace
Goto Forum:
  


Current Time: Thu Feb 13 17:05:46 CST 2025