Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Bug regarding logical standby
Laimutis Nedzinskas wrote:
> First of all, even as of version 10g R1, the same Oracle generated temp
> tables problem(grants, etc) persists. For 10g the Recycle bin (which can
> be disabled) is not supported too.
> Skip NON_SCHEMA_DDL does help but what about integrity?
>
> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org
> [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Adams, Matthew (GE
> Consumer & Industrial)
[...]
> We have encountered bug 4075120 when trying to get our logical standby
> working.
>
> Basically, the logical standby fails to skip ddl (such as grants)
> related to temp tables
[...]
The suggestion was just a work-around for a bug -- agreed that it is still a bug!
Ideally, integrity is enforced on the primary, not the logical standby. The other part of the work-around is to bypass the guard if needed (DBMS_LOGSTDBY.GUARD_BYPASS_ON) and update the non-schema DDL directly on the logical standby.
-- Mark Bole http://www.bincomputing.com -- http://www.freelists.org/webpage/oracle-lReceived on Fri Dec 02 2005 - 09:39:32 CST
![]() |
![]() |