Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 15918 invoked from network); 12 Dec 2007 03:23:26 -0600
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by static-ip-69-64-49-119.inaddr.intergenia.de with SMTP; 12 Dec 2007 03:23:26 -0600
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id DC3E17D80E2;
 Wed, 12 Dec 2007 04:23:26 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 07618-02; Wed, 12 Dec 2007 04:23:26 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 4DB3A7D80ED;
 Wed, 12 Dec 2007 04:23:26 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Wed, 12 Dec 2007 03:36:30 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 433087D835A
 for <oracle-l@freelists.org>; Wed, 12 Dec 2007 03:36:30 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 32736-01 for <oracle-l@freelists.org>;
 Wed, 12 Dec 2007 03:36:30 -0500 (EST)
Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id D40A37D82ED
 for <oracle-l@freelists.org>; Wed, 12 Dec 2007 03:36:29 -0500 (EST)
Received: from lagavulin.dbalert.eu (dbalert.xs4all.nl [213.84.185.230])
 (authenticated bits=0)
 by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id lBC8aDrH091622;
 Wed, 12 Dec 2007 09:36:22 +0100 (CET)
 (envelope-from careljan@dbalert.eu)
Subject: Re: Is Data Guard running except transfer TEMP Tablespace?
From: Carel-Jan Engel <careljan@dbalert.eu>
To: enkhbold@khanbank.com
Cc: "oracle-l@freelists.org" <oracle-l@freelists.org>
In-Reply-To: <006f01c83c6d$4f38bf40$edaa3dc0$@com>
References:   <006f01c83c6d$4f38bf40$edaa3dc0$@com>
Content-Type: multipart/alternative; boundary="=-taI5xeCK8vbkNHb7KVDn"
Date: Wed, 12 Dec 2007 09:35:29 +0100
Message-Id: <1197448529.12250.57.camel@lagavulin.dbalert.eu>
Mime-Version: 1.0
X-archive-position: 3864
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: careljan@dbalert.eu
Precedence: normal
Reply-to: careljan@dbalert.eu
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain
--=-taI5xeCK8vbkNHb7KVDn
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Read the concepts and administration guide of Data Guard
Read the concepts guide of Oracle 10g.

Data Guard doesn't sent 'data'. It sends redo.

Writing in TEMP doesn't generate redo. Writing to temporary tables will
generate UNDO though, and UNDO is logged, and sent to the standby. Tom
Kyte explains this in his book Expert Oracle Database Architecture, from
p. 319 onwards.


Best regards,

Carel-Jan Engel

===
If you think education is expensive, try ignorance. (Derek Bok)
===

On Wed, 2007-12-12 at 11:15 +0800, Enkhbold Dashdondog wrote:
> HI all 
> 
>  
> 
> We are using Oracle10g R2 and Data Guard for transfer data from
> Primary to Standby. 
> 
> Data Guard transfer data from Primary to Standby if anything is
> changed. 
> 
> Is there any possible is Can Data Guard transfer data except TEMP
> tablespace? 
> 
> Because of, for some processing we using temp tables in TEMP
> tablespace, it is not need to update Standby database. 
> 
>  
> 
> Best Regards 
> 
>  
> 
> 
> 
> 
> -- 
> This message has been scanned for viruses and 
> dangerous content by MailScanner, and is 
> believed to be clean.



--=-taI5xeCK8vbkNHb7KVDn
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.1">
</HEAD>
<BODY LINK="#0000ff">
Read the concepts and administration guide of Data Guard<BR>
Read the concepts guide of Oracle 10g.<BR>
<BR>
Data Guard doesn't sent 'data'. It sends redo.<BR>
<BR>
Writing in TEMP doesn't generate redo. Writing to temporary tables will generate UNDO though, and UNDO is logged, and sent to the standby. Tom Kyte explains this in his book Expert Oracle Database Architecture, from p. 319 onwards.<BR>
<BR>
<BR>
Best regards,<BR>
<BR>
Carel-Jan Engel<BR>
<BR>
===<BR>
If you think education is expensive, try ignorance. (Derek Bok)<BR>
===<BR>
<BR>
On Wed, 2007-12-12 at 11:15 +0800, Enkhbold Dashdondog wrote:
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">HI all </FONT><BR>
    <BR>
    <FONT COLOR="#000000">&nbsp;</FONT><BR>
    <BR>
    <FONT COLOR="#000000">We are using Oracle10g R2 and Data Guard for transfer data from Primary to Standby. </FONT><BR>
    <BR>
    <FONT COLOR="#000000">Data Guard transfer data from Primary to Standby if anything is changed. </FONT><BR>
    <BR>
    <FONT COLOR="#000000">Is there any possible is Can Data Guard transfer data except TEMP tablespace? </FONT><BR>
    <BR>
    <FONT COLOR="#000000">Because of, for some processing we using temp tables in TEMP tablespace, it is not need to update Standby database. </FONT><BR>
    <BR>
    <FONT COLOR="#000000">&nbsp;</FONT><BR>
    <BR>
    <FONT COLOR="#000000">Best Regards </FONT><BR>
    <BR>
    <FONT COLOR="#000000">&nbsp;</FONT><BR>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <FONT COLOR="#000000">-- </FONT><BR>
    <FONT COLOR="#000000">This message has been scanned for viruses and </FONT><BR>
    <FONT COLOR="#000000">dangerous content by </FONT><FONT COLOR="#000000"><B><A HREF="http://www.mailscanner.info/">MailScanner</A></B></FONT><FONT COLOR="#000000">, and is </FONT><BR>
    <FONT COLOR="#000000">believed to be clean.</FONT><BR>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>

--=-taI5xeCK8vbkNHb7KVDn--

--
http://www.freelists.org/webpage/oracle-l


