Re: Shutdown abort: could not shutdown the database....



On Jul 31, 3:37 pm, sybra...@xxxxxxxxx wrote:
On Tue, 31 Jul 2007 12:00:38 -0700, zigzag...@xxxxxxxxx wrote:

I am using Oracle 10.1.0.4 on Windows Server 2003. Today, in
production, no one could connect to database. They will just keep
waiting and may get an error:
ORA-25254: time-out in LISTEN while waiting for a message
ORA-06512: at "SYS.DBMS_AQ", line 577
ORA-06512: at "SYSMAN.EMD_NOTIFICATION", line 509
ORA-06512: at line 1

Aletrt.log had same message (i.e., problem was not because some folder
was 100%full lor no of processes exceeded).

I wanted to restart the database. Windows Service was up, so I
connected to database and ran:
Shutdown abort
However abort got hung as well. Waited for 10 minutes, then I tried
to restart Oracle Windows Service. Windows Service will not start.
Oradim.log did not have any useful information, same was true for
event log.

Eventually, I rebooted Windows Server and everything started working.

Can anything be done to avoid this problem other than moving off of
Windows Server which is not practical.
Thanks.

Two things
- upgrade to a supported version of Oracle (10gR1 is desupported)
- alter system set aq_tm_processes = 0 prior to shutdown
- kill any jobs inside Oracle related to aq

Apart from that move to a scalable O/S
On Unix you would just find the process id of the dbwr and issue a
kill -9 on that and presto...

--
Sybrand Bakker
Senior Oracle DBA- Hide quoted text -

- Show quoted text -

Thanks. aq_tm_process was alreday set to 0. job_queue_processes=10
which I think is needed by OEM (databse conrol).

.



Relevant Pages

  • Re: Shutdown abort: could not shutdown the database....
    ... time-out in LISTEN while waiting for a message ... I wanted to restart the database. ... Windows Service was up, so I ... I rebooted Windows Server and everything started working. ...
    (comp.databases.oracle.server)
  • Re: Shutdown abort: could not shutdown the database....
    ... no one could connect to database. ... time-out in LISTEN while waiting for a message ... to restart Oracle Windows Service. ... kill -9 on that and presto... ...
    (comp.databases.oracle.server)
  • Re: Shutdown abort: could not shutdown the database....
    ... I am using Oracle 10.1.0.4 on Windows Server 2003. ... time-out in LISTEN while waiting for a message ... I wanted to restart the database. ... I rebooted Windows Server and everything started working. ...
    (comp.databases.oracle.server)
  • ODBC fails from Windows Service in VS.Net 2008
    ... I have a Windows service that I wrote in VB.Net 2003, that talks to an Oracle ... trying to open the ODBC connection. ... it does not send out a broadcast; it connects to the database right ...
    (microsoft.public.data.odbc)
  • Re: Anyone seen this before.
    ... Does the Windows Service stop due to the error. ... SP on the database, to see what happens. ... I am running a .NET 2003 Windows service against Oracle 9i. ... When it calls the proc it gets the following error. ...
    (microsoft.public.dotnet.general)