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

Home -> Community -> Mailing Lists -> Oracle-L -> Replication trouble

Replication trouble

From: Henrik Ekenberg <henrik.ekenberg_at_anoto.com>
Date: Mon, 16 Oct 2000 09:38:09 +0200
Message-Id: <10651.119286@fatcity.com>


Hello,

I have one small problem on 	Sun Solaris 8
					Oracle 8.1.5

I have run catalog,catproc and catrep as internal. But when I try todo GRANT_ADMIN_ANY_SCHEMA to the repadmin user I have one 4063 and 4068 error.

Some hint ??

	SQL>
	SQL> grant dba to repadmin;

	Grant succeeded.

	SQL>
	SQL> BEGIN
	  2     DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA (
	  3        USERNAME => 'repadmin');
	  4  END;
	  5  /
	BEGIN
	*
	ERROR at line 1:
	ORA-04068: existing state of packages has been discarded
	ORA-04063: package body "SYS.DBMS_REPCAT_ADMIN" has errors
	ORA-06508: PL/SQL: could not find program unit being called
	ORA-06512: at line 2


Regards
Henrik


Henrik Ekenberg                                   Anoto AB
www.anoto.com                                     Switchb. +46 (0)8 406 79
00
E-mail :henrik.ekenberg_at_anoto.com                 Fax      +46 (0)8 406 79
Received on Mon Oct 16 2000 - 02:38:09 CDT

Original text of this message

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