Re: Clone a database to another server using RMAN on Windows 2000
From: Brent <bpathakis_at_yahoo.com>
Date: 6 Feb 2003 17:34:25 -0800
Message-ID: <1736c3ae.0302061734.1807855c_at_posting.google.com>
Date: 6 Feb 2003 17:34:25 -0800
Message-ID: <1736c3ae.0302061734.1807855c_at_posting.google.com>
I've also used rman (also to clone a db)....
allocate channel d1 type disk; backup format 'd:\backup\dbname_%' (database ....); .. }
... The reason I ask, when I look at the file name:
MI9I21FED1PAP_1_1 ... Looks a lot like the backups I did before I included a the format line. You might look in (assuming oracle is installed on d:)
d:\oracle\ora81\database
That's where mine seemd to end up. Received on Fri Feb 07 2003 - 02:34:25 CET