Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: GOT A TROUBLE WITH LITE SNAPSHOT !
I experienced the same problem at one point.
I'm using Oracle8i Lite (Oracle Lite 3.5.0.1.5)
Some questions for you:
did you create a snapshot log for table 'cave'?
did you connect to your master site as a replication administrator
and create a replication group? a replication object based on
your 'cave' table?
if 'cave' is an updatable snapshot you will need to also generate
support for replication--specifically packages based on the name
of the table being replicated 'cave$rp' and 'cave$rr'. This is
done with a call to dbms_repcat.generate_replicatoin_support.
check out the DBMS_REPCAT package specifically:
dbms_repcat.create_master_repgroup dbms_repcat.create_master_repobject dbms_repcat.generate_replication_support.
also check out http://technet.oracle.com and if you have a CSI # I think you can register for OracleMetaLink
http://www.oracle.com/support/elec_sup/ml_login.html
Hope this helps.
Dave
In article <7iu5aa$sr8$1_at_front3.grolier.fr>,
"AGRISOFT/ABSILOG" <andreu_at_club-internet.fr> wrote:
> on a few table ( the table : cave for example) i got a trouble to
> create a snapshot i got the following error message :
>
> Repapi-26528
> local store callback proc phase failed for' Gescom.cave' .
>
> And this points are stopping me in the replication between My Oracle
> Server 8.0.5 and the Lite 3.5.0.1.0
>
> THX !!!
>
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Fri Jun 04 1999 - 15:32:00 CDT
![]() |
![]() |