RE: Steps/DOC for Physical Standby with Real-Time Apply -Creation with Rman Tool.
Date: Tue, 22 Feb 2011 08:43:12 -0500
Message-ID: <4399340886F0AA4E81E4AB2D73109115341315E0AC_at_USMAIL2K701.us.micros.int>
On the standby server, you'll want to have a primary --> standby mapping. That way, if you add a datafile in production (and you have standby_file_management set to auto), it will automatically be created in the right location in standby.
Setting those parameters in primary only matters for if / when the roles are reversed....
Stephan Uzzell
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Goulet, Richard
Sent: Tuesday, 22 February, 2011 08:29
To: Sheldon Quinny
Cc: niall.litchfield_at_gmail.com; ORACLE-L
Subject: RE: Steps/DOC for Physical Standby with Real-Time Apply -Creation with Rman Tool.
Humm, That's a good one. Since I don't have to convert file locations I've not had to use those parameters.
Dick Goulet
Senior Oracle DBA/NA Team Leader
From: Sheldon Quinny [mailto:sheldonquinny_at_gmail.com] Sent: Tuesday, February 22, 2011 7:18 AM To: Goulet, Richard
Cc: niall.litchfield_at_gmail.com; ORACLE-L Subject: Re: Steps/DOC for Physical Standby with Real-Time Apply -Creation with Rman Tool. HI Richard,
I have gone thru the doc and even tried to get it implemented, but just hitting some issue with the ending part..
I notice in the DOC>. Step 3
SQL>alter system set DB_FILE_NAME_CONVERT='/u01/app/oracle/databases/stdby/data/','/u01/app/oracle/databases/prim/data' scope=spfile;
SQL>alter system set LOG_FILE_NAME_CONVERT='/u01/app/oracle/databases/stdby/redo/','/u01/app/oracle/databases/prim/redo' scope=spfile;
and Step 8
db_file_name_convert='/u01/app/oracle/databases/prim/data/','/u01/app/oracle/databases/stdby/data/'
log_file_name_convert='/u01/app/oracle/databases/prim/redo/','/u01/app/oracle/databases/stdby/redo/'
The positions of the location of the Primary and Standby are different......
Would this be an error , or I just have to follow it as per the Doc.
Thanks Let me know your feedback..
Sheldon
On Mon, Feb 21, 2011 at 6:00 PM, Sheldon Quinny <sheldonquinny_at_gmail.com<mailto:sheldonquinny_at_gmail.com>> wrote:
>
> Hi Richard,
>
> I will check it out and get back to you , Thanks..
>
> On Mon, Feb 21, 2011 at 5:57 PM, Goulet, Richard <Richard.Goulet_at_parexel.com<mailto:Richard.Goulet_at_parexel.com>> wrote:
>>
>> Check out DOC ID 789370.1 Best one I've seen yet.
>>
>>
>> Dick Goulet
>> Senior Oracle DBA/NA Team Leader
>>
>>
>> ________________________________
>> From: oracle-l-bounce_at_freelists.org<mailto:oracle-l-bounce_at_freelists.org> [mailto:oracle-l-bounce_at_freelists.org<mailto:oracle-l-bounce_at_freelists.org>] On Behalf Of Niall Litchfield
>> Sent: Monday, February 21, 2011 8:47 AM
>> To: Sheldon Quinny
>> Cc: ORACLE-L
>> Subject: Re: Steps/DOC for Physical Standby with Real-Time Apply -Creation with Rman Tool.
>>
>> real time apply requires standby logs to be created (that step may not be in the "how to create a standby database using RMAN" excerpt from the docs for your version.
>>
>> Configuring standby redo logs is in the docs at http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/create_ps.htm#i1225703
>> Starting real time apply is at http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/log_apply.htm#i1022881
>>
>> On Mon, Feb 21, 2011 at 12:18 PM, Sheldon Quinny <sheldonquinny_at_gmail.com<mailto:sheldonquinny_at_gmail.com>> wrote:
>>>
>>> REDO -TIME APPLY CONFIG..WITH RMAN STEPS
>>>
>>> On Mon, Feb 21, 2011 at 3:10 PM, Niall Litchfield <niall.litchfield_at_gmail.com<mailto:niall.litchfield_at_gmail.com>> wrote:
>>>>
>>>> Is there something missing from http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/rcmbackp.htm that you need?
>>>>
>>>> On Mon, Feb 21, 2011 at 11:18 AM, Sheldon Quinny <sheldonquinny_at_gmail.com<mailto:sheldonquinny_at_gmail.com>> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I am looking for Doc or Steps which can be used in creating a Physical Standby Database with Real-Time Apply.
>>>>>
>>>>> I have a Primary Database in Archive and FlashBack.
>>>>> OS- Windows 2003R2
>>>>> DB- Oracle 10.0.2.4
>>>>>
>>>>> Two Different Host.
>>>>>
>>>>> I am trying to avoid downtime on my Production Database for the file copy that why I am looking toward Rman for the Cloning.
>>>>>
>>>>> I know I could do this the traditional way and use Alter tablespace begin backup and all, But I am trying to explore Rman Capabilities.
>>>>>
>>>>>
>>>>> Can someone guy me on steps needed to achieve it ..
>>>>>
>>>>> I was ealier trying to follow two doc and combine into one , but I am not getting results..
>>>>> DOC ID 343424.1 & 469493.1
>>>>>
>>>>>
>>>>> Regards,
>>>>> Sheldon.
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Niall Litchfield
>>>> Oracle DBA
>>>> http://www.orawin.info
>>>
>>
>>
>>
>> --
>> Niall Litchfield
>> Oracle DBA
>> http://www.orawin.info
>
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Feb 22 2011 - 07:43:12 CST