-
ORA-01403: no data found
Hi,
I am getting error while executing
SQL> BEGIN
2 DBMS_REPCAT.ADD_UNIQUE_RESOLUTION (
3 sname => 'repuser',
4 oname => 'name',
5 constraint_name => 'NAME_EMAIL_UK',
6 sequence_no => 2,
7 method => 'APPEND SITE NAME',
8 comment => 'Append site name',
9 parameter_column_name => 'email');
10 END;
11 /
BEGIN
*
ERROR at line 1:
ORA-01403: no data found
ORA-06512: at "SYS.DBMS_REPCAT_CONF", line 814
ORA-06512: at "SYS.DBMS_REPCAT_CONF", line 1559
ORA-06512: at "SYS.DBMS_REPCAT", line 261
ORA-06512: at line 2
Please help me out
Regards,
Karthik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|