Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

RMAN Clone NOARCHIVELOG

 
   Database Help (Home) -> Oracle RSS
Next:  Documentation tool  
Author Message
PLAITER

External


Since: Nov 28, 2008
Posts: 1



(Msg. 1) Posted: Fri Nov 28, 2008 4:24 am
Post subject: RMAN Clone NOARCHIVELOG
Archived from groups: comp>databases>oracle>misc (more info?)

I am using Oracle 10.2.0.4 with RMAN to clone a database from an RMAN
cold database backup. Both databases are in noarchivelog. I am using
an Rman catalog with TDPO.

The database I am cloning from is from a previous cold backup.
I am using the following paramters in the init.ora of the clone.

db_file_name_convert=
log_file_name_convert=

My duplicate code is as follows :-

connect target xxx@xxxx
connect auxiliary sys
startup clone nomount;
set until scn=xxxxx;
duplicate target database to xxx;

My question is will this work as both databases are in noarchivelog
and the backup was a cold backup?
The SCN I am supplying is the controlfile scn used in the cold backup.

Any help would be much appreciated.

 >> Stay informed about: RMAN Clone NOARCHIVELOG 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
oracle 9i: errors by clone a DB by a script - Hi, I have to clone a DB to built a Test DB. To avoid manual work our admin wrote a script, that in general - fills some files with file structure - fills some files with parameters - shuts down the database - copies and packs all datafiles - startd the...

Replacing a subselect with Collections - Hi all oracle users, I have a cursor which fetches a few thousand records. Inside it I have a subselect which is used for decoding one field. CURSOR snap_crs IS SELECT decode (snap.id, 1, (select code_ptr from anag_ptr where desc_ptr =..

how to refresh a sequence - How could I refresh a sequence in Oracle using an SQL statement? I've got the problem, that the current number of a sequence is less the highest index in a table, where I want to use the sequence. Regards, Robert

Using NonUnique Index to Enforce Uniqueness - Oracle manual describes using non unique index to enforce unique constraint so that the index will not be dropped with constraint is diabled. But I dont understand why non unique index can enforce uniqueness?

Triggers and Window Service - Hi, Is there a way to create an oracle Trigger that will start a window service? I am trying to get the service away from running a timer. Running Oracle 9i and windows 2K or XP Thanks
   Database Help (Home) -> Oracle All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]