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 -> Re: packages need for replication

Re: packages need for replication

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Fri, 04 Nov 2005 19:31:43 +0100
Message-ID: <dkg8t0$bpi$3@news2.zwoll1.ov.home.nl>


bob wrote:
> Hello there,
> I am trying to do an advance replication between 2 machines. I am
> trying to replicate the contents (tables) belonging to a specific user
> on instance A located on machine 1 to an instance B on machine 2. I am
> runnig to scripts on each machine to do this task. the first script
> will Setup users, DB Links and schedules for Oracle Advanced
> replication and the second one will Define replication groups with
> replication objects Run on Master Definition site only. After runnig
> the second script on machine 1 I get the following errors:
>
> BEGIN dbms_repcat.drop_master_repgroup('ESPLINKGRP'); END;
>
> *
> ERROR at line 1:
> ORA-04068: existing state of packages has been discarded
> ORA-04067: not executed, package body "SYS.DBMS_REPCAT_UTL" does not
> exist
> ORA-06508: PL/SQL: could not find program unit being called
> ORA-06512: at "SYS.DBMS_REPCAT_UTL4", line 2837
> ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 2660
> ORA-06512: at "SYS.DBMS_REPCAT", line 635
> ORA-06512: at line 1
>
> and this error massage pops when I am trying to execute the following
> package:
>
> execute dbms_repcat.drop_master_repgroup('ESPLINKGRP');
>
>
>
> all the other packages within this script will generate errors similar
> to the above. I believe the major issue is that machine 1 is unable to
> find SYS.DBMS_REPCAT_UTL. This package is a system package so I don't
> know if I can import it on my machine. Please let me know how can fix
> this error.
>
> Regards,
> bob
>

Did you check? Does it not exist, or is it a access rights problem.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Fri Nov 04 2005 - 12:31:43 CST

Original text of this message

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