or try dropping the queue table

To drop the queue tables, from SQL*Plus issue the following command: execute dbms_aqadm.drop_queue_table('')

SELECT * FROM dba_queue_tables; will give you the list of all que table.

I'm assuming that you dont need those queue tables.

Amar