Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AQ$_DEF$_AQCALL_E - invalid 1

Status
Not open for further replies.

seekoksin

Programmer
Dec 25, 2002
8
SG
Hi,

Can anyone advise how to compile or make this object - AQ$_DEF$_AQCALL_E valid?

SQL> select OBJECT_NAME, OBJECT_TYPE from dba_objects where STATUS !='VALID';

OBJECT_NAME
--------------------------------------------------------------------------------
OBJECT_TYPE
-------------------
AQ$_DEF$_AQCALL_E
QUEUE


SQL> alter queue AQ$_DEF$_AQCALL_E compile;
alter queue AQ$_DEF$_AQCALL_E compile
*
ERROR at line 1:
ORA-00940: invalid ALTER command

thks
 
in case, someone may be interested...

SQL> exec dbms_aqadm.start_queue('AQ$_DEF$_AQCALL_E', FALSE, TRUE);

thks
 
Seekoksin, thanks very much for taking the time and effort to post your solution.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top