RE: Steps/DOC for Physical Standby with Real-Time Apply -Creation with Rman Tool.

  • From: "Goulet, Richard" <Richard.Goulet@xxxxxxxxxxx>
  • To: "Sheldon Quinny" <sheldonquinny@xxxxxxxxx>
  • Date: Tue, 22 Feb 2011 08:28:40 -0500

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@xxxxxxxxx] 
Sent: Tuesday, February 22, 2011 7:18 AM
To: Goulet, Richard
Cc: niall.litchfield@xxxxxxxxx; 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/o
racle/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/or
acle/databases/stdby/data/'
log_file_name_convert='/u01/app/oracle/databases/prim/redo/','/u01/app/o
racle/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@xxxxxxxxx> 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@xxxxxxxxxxx> 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@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] 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@xxxxxxxxx> wrote:
>>>
>>> REDO -TIME APPLY CONFIG..WITH RMAN STEPS
>>>
>>> On Mon, Feb 21, 2011 at 3:10 PM, Niall Litchfield
<niall.litchfield@xxxxxxxxx> 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@xxxxxxxxx> 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
>


Other related posts: