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

Home -> Community -> Usenet -> c.d.o.misc -> Re: multimaster replication

Re: multimaster replication

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Thu, 14 Sep 2006 21:25:36 GMT
Message-ID: <J5Lq6w.D8H@igsrsparc2.er.usgs.gov>


mike7411_at_gmail.com wrote:
> Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
>
>
> SQL> BEGIN
> 2 DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
> 3 sname => 'sys',
> 4 oname => 'miketbl',
> 5 type => 'TABLE',
> 6 min_communication => TRUE);
> 7 END;
> 8 /
>
>
>
> ERROR at line 1:
> ORA-23308: object SYS.MIKETBL does not exist or is invalid
> ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
> ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 2906
> ORA-06512: at "SYS.DBMS_REPCAT", line 766
> ORA-06512: at line 2
>

The ORA-23308 error says it all. The table SYS.MIKETBL does not exist.

Additionally, it is a very, very, very bad idea to create objects in the SYS schema. Please create your objects in another schema.

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Thu Sep 14 2006 - 16:25:36 CDT

Original text of this message

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