Drop rule set [message #467228] |
Thu, 22 July 2010 14:57 |
nadvi
Messages: 46 Registered: May 2006 Location: Canada
|
Member |
|
|
Hi,
I have only the following object (rule set) on my schema.
OBJECT_NAME OBJECT_TYPE
DEV_QUEUE_R RULE SET
I tried to drop with with following syntax:
exec DBMS_RULE_ADM.DROP_RULE_SET(
rule_set_name => 'DEV1.DEV_QUEUE_R',
delete_rules => false);
But following error shown:
ORA-24170
string.string is created by AQ, cannot be dropped directly
Cause: This object is created by AQ, thus cannot be dropped directly
Action: use dbms_aqadm.drop_subscriber to drop the object
And I couldn't find the exact syntaxt of this. Can anyone help me with the exact syntax of DBMS_AQADM.DROP_SUBSCRIBER?
Thanks.
|
|
|
|
|
|