Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

error executing DBMS_STREAMS_ADM.DELETE_COLUMN

621403Aug 20 2008 — edited Aug 20 2008
I am on 11g, getting the following error while executing this procedure ?

Any help will be highy appreciated.

BEGIN
DBMS_STREAMS_ADM.DELETE_COLUMN(
rule_name => 'dw_stage.DELETE_COLUMNS',
table_name => 'dw_stage.oe_order_headers_all',
column_name => 'EXPIRATION_DATE',
value_type => '*',
step_number => 0,
operation => 'ADD');
END;


Error at line 1
ORA-23605: invalid value "dw_stage.DELETE_COLUMNS" for STREAMS parameter RULE_NAME
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.DBMS_LOGREP_UTIL", line 199
ORA-01403: no data found
ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 3511
ORA-06512: at line 2

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 17 2008
Added on Aug 20 2008
3 comments
1,254 views