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: help replication!

Re: help replication!

From: David Fitzjarrell <oratune_at_aol.com>
Date: Fri, 03 Nov 2000 19:26:21 GMT
Message-ID: <8tv3gi$qit$1@nnrp1.deja.com>

In our last gripping episode "Robert Malikian" <robertmalikian_at_hotmail.com> wrote:
> Do a select * from dba_objects where status = 'INVALID'
> I think you will see why.
> Robert
> <wy_at_fudan.edu> wrote in message news:8ttm72$kr0$1_at_nnrp1.deja.com...
> > when I run repication manager on oracle 8.0.5.
> > It keep raise errors below:
> > begin
> > dbms_repcat_admin.grant_admin_any_schema(
> > username => 'REPADMIN');
> > end;
> >
> > /*****
> >
> > ORA-06550: line 2, column 2:
> > PLS-00201: identifier 'DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA'
 must
> > be declared
> > ORA-06550: line 2, column 2:
> > PL/SQL: Statement ignored
> >
> > *****/
> >
> > who can tell me why?
> >
> > thanks in advance.
> >
> > wy
> >
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.

>
>

You may also want to check access to the package. The user account you are using may not have privileges on the package.

--
David Fitzjarrell
Oracle Certified DBA


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Nov 03 2000 - 13:26:21 CST

Original text of this message

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