Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> can't remove advance queuing
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:
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-LReceived on Mon Jan 20 2003 - 11:44:10 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |