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

Home -> Community -> Usenet -> c.d.o.server -> Re: rman set snapshot controlfile ...

Re: rman set snapshot controlfile ...

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 14 Jun 2006 10:16:28 -0700
Message-ID: <1150305393.489865@bubbleator.drizzle.com>


FreeDBA wrote:

> Jerome Vitalis a écrit :
> 

>> On Tue, 13 Jun 2006 05:34:01 -0700, FreeDBA wrote:
>>
>>> When i execute this :
>>> RMAN> set snapshot controlfile name to
>>> 'c:\oracle\oradata\hhi\snap_practice.ctl';
>>> executing command: SET SNAPSHOT
>>> snapshot controlfile name set to:
>>> c:\oracle\oradata\hhi\snap_practice.ctl
>>> new RMAN configuration parameters are successfully stored
>>>
>>>
>>> When i execute this where the filename c:\\\\\\ is not good i have the
>>> same result :!!!!
>>> RMAN> set snapshot controlfile name to
>>> 'c:\\\oracle\oradata\hhi\snap_practice.ctl';
>>> executing command: SET SNAPSHOT
>>> snapshot controlfile name set to:
>>> c:\\\\\\\\\oracle\oradata\hhi\snap_practice.ctl
>>> new RMAN configuration parameters are successfully stored
>> Please read the documentation and you will see that "set" won't actually
>> perform any copy of the control file.
>> If you still have question afterwards, don't hesitate to ask here.

> so, when the snapshot controlfile is to be created ?

SET is used to specify a parameter value

If you want something backed up ... then you need to back it up.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Wed Jun 14 2006 - 12:16:28 CDT

Original text of this message

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