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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: dataguard logical standby issue

Re: dataguard logical standby issue

From: Edward Lewis <eglewis_at_fastmail.fm>
Date: Mon, 19 Mar 2007 13:53:01 -0700
Message-Id: <1174337581.3441.1180274557@webmail.messagingengine.com>


Hi Mark,

    It's Oracle 10.2.0.2.
Yes, I did try the 2 statements you mentioned. It appeared to bypass the original error, but then I encountered an error doing a "COMMENT ON TABLE" command. The error generated was a ORA-00942, table or view does not exist.

    I think this statement is being executed on the SYSMAN schema, which supposedly should be skipped.

thanks for your suggestions.

   ed  

On Mon, 19 Mar 2007 13:24:03 -0700, "Mark Strickland" <strickland.mark_at_gmail.com> said:
> I don't think you mentioned the version of Oracle you're on, but did you
> try
> this?
>
> exec dbms_logstdby.skip('SCHEMA_DDL','SYSMAN','%',null);
> exec dbms_logstdby.skip('DML','SYSMAN','%',null);
>
> This is what I used in 10.1.0.3 (now 10.1.0.5) for each schema that I did
> not want to be included in the replication scheme.
>
> Mark

-- 
  Edward Lewis
  eglewis_at_fastmail.fm

-- 
http://www.fastmail.fm - Faster than the air-speed velocity of an
                          unladen european swallow

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Mar 19 2007 - 15:53:01 CDT

Original text of this message

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