Hello,
We are using an Oracle 10g express edition (development database) on windows 2003 machine. The plan was to perform a cold back up of the database in order to back up existing data. The database was shutdown and datafiles, controlfiles and redo logs were backed up and control file was backed up using SQL>alter database backup controlfile to 'c:\tmp\b.ctl'; and backed up control file to trace.
The original database was deleted and all we have now is the 10 data files, 3 redologs, 3 control files and the backed up control file (b.ctl).
Can someone give the steps for restoring this on a brand new database and instance?
Thanks in advance.
We are using an Oracle 10g express edition (development database) on windows 2003 machine. The plan was to perform a cold back up of the database in order to back up existing data. The database was shutdown and datafiles, controlfiles and redo logs were backed up and control file was backed up using SQL>alter database backup controlfile to 'c:\tmp\b.ctl'; and backed up control file to trace.
The original database was deleted and all we have now is the 10 data files, 3 redologs, 3 control files and the backed up control file (b.ctl).
Can someone give the steps for restoring this on a brand new database and instance?
Thanks in advance.