Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: can't remove advance queuing

Re: can't remove advance queuing

From: Arup Nanda <arupnanda_at_hotmail.com>
Date: Mon, 20 Jan 2003 13:15:55 -0800
Message-ID: <F001.005351F3.20030120131555@fatcity.com>


When it's sitting there, from another session as sys, see if the session is waiting on anything. I have a pretty godd feeling you will see a library cache wait on that session. Do you have a job running (using dbms_aq) that is holding a share lock on the advanced queue?

Arup
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Monday, January 20, 2003 12:44 PM

> Hello All,
>
> I'm having problems with a oracle 8.7.1 database running on SuSE 7.1. My
> original problem was unable to drop a user, searching through the archive
> I found the problem described at
> http://www.orafaq.net/archive/oracle-l/2002/03/01/144826.htm
>
> This was the exact problem, the trace file was reporting a fail with error
> 942 and 604 when executing the command:
> select name from system.aq$_queue_tables where schema=:1;
>
> The solution was to run catnoque.sql and then catqueue.sql as the sys
> user, this will recreate the AQ tables. This is where things fail:
>
> When i run the catnoque.sql it gets as far as "drop package dbms_aq;" and
> just seems to sit there, looking at top oracle's cpu usuage is minimal
> (0.3% CPU 1.9%) so it doesn't seem to be doing anything. The last thing i
> get in the trace log is:
>
> =====================
> PARSING IN CURSOR #5 len=33 dep=1 uid=0 oct=7 lid=0 tim=0 hv=3605072212
> ad='512e1c0c'
> delete from source$ where obj#=:1
> END OF STMT
> PARSE #5:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=0
> BINDS #5:
> bind 0: dty=2 mxl=22(22) mal=00 scl=00 pre=00 oacflg=00 oacfl2=1 size=24
> offset=0
> bfp=0958d010 bln=22 avl=03 flg=05
> value=2451
>
>
> Anyone know what is going on?
>
>
> Regards
> Mark
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Mark O'Loughlin
> INET: mark.oloughlin_at_aptus.co.uk
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Arup Nanda
  INET: arupnanda_at_hotmail.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Jan 20 2003 - 15:15:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US