Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ora-1403 when generating replication support

ora-1403 when generating replication support

From: Maija-Leena Kangasmäki <maija-leena.kangasmaki_at_tietogroup.com>
Date: Thu, 13 Aug 1998 10:01:48 +0300
Message-ID: <35D28F5C.4F01D2D2@tietogroup.com>


Hi,

I'm trying to generate replication support (Oracle 7.3.2.3 Alpha Open VMS 7.1) for a table but I get error ORA-1403. For three other similar table this works fine. I've compared all objects, synonyms and grants between these tables and can't figure out what is different with this one table. I've also tried to do this with Replication Manager and SQLPlus and with REPADMIN and the owner of the table but nothing helps.

begin

    dbms_repcat.generate_replication_support(

      sname => '"..."',
      oname => '"..."',
      type => 'TABLE',
      gen_rep2_trigger => FALSE);

end;

/*****

ORA-01403: No data found
ORA-06512: "SYS.DBMS_REPCAT_UTL3", line 1827
ORA-06512: "SYS.DBMS_REPCAT_UTL3", line 2779
ORA-06512: "SYS.DBMS_REPCAT_MAS", line 993
ORA-06512: "SYS.DBMS_REPCAT", line 176
ORA-06512: line 2

Regards,

Maija-Leena Kangasmäki, Tieto Corporation Oyj

*****/ Received on Thu Aug 13 1998 - 02:01:48 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US