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 on SET_DML_HANDLER.

173413Mar 3 2003 — edited Mar 4 2003
I am getting the following error:
SQL> BEGIN
2 DBMS_APPLY_ADM.SET_DML_HANDLER(
3 object_name => 'ORA_REL50_FDTN.INTERESTEDPARTY'
,
4 object_type => 'TABLE',
5 operation_name => 'LOB_UPDATE',
6 error_handler => false,
7 user_procedure => 'ORA_REL50_SADB.r0LINTERESTEDPARTY'
,
8 apply_database_link => NULL);
9 END;
10 /
BEGIN
*
ERROR at line 1:
ORA-23605: invalid value "LOB_UPDATE" for STREAMS parameter OPERATION_NAME
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.DBMS_APPLY_ADM", line 308
ORA-06512: at line 2

Is this a bug or misprint in the documentation?

Comments

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

Post Details

Locked on Apr 1 2003
Added on Mar 3 2003
3 comments
280 views