Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: two master replication
The trigger package is vital for replication to be successful, have you
granted execute on dbms_defer to the user that owns this table ? Without
this the package can not be compiled.
Regards
David Russell
Jason Mei wrote in message <35481195.6838FEF3_at_mail.timenet.net>...
>I am trying to install a mirror server with Oracle Enterprise Server
>7.3.4.0.1 on
>Solaris 2.5. After ADD_MASTER_DATABASE "successfully" completed,
>I have seen the following result at the master site. It prevents me from
>inserting a
>test record. I don't know what's wrong with my installation ?
>
>ONAME TYPE STATUS
>------------------------------ ------------ ---------
>RADUSERS TABLE VALID
>RADUSERS$RP PACKAGE VALID
>RADUSERS$RP PACKAGE BODY VALID
>RADUSERS$RR PACKAGE VALID
>RADUSERS$RR PACKAGE BODY VALID
>RADUSERS$TP PACKAGE VALID
>RADUSERS$TP PACKAGE BODY ERROR
><-------------------???
>RADUSERS$RT TRIGGER VALID
>
>Thanks ahead,
>
>Jason.
>
>
>
Received on Sat May 02 1998 - 17:19:36 CDT
![]() |
![]() |