1

I was given a set of files (one file with extension .arc and others with .bas). These are Oracle backup files produced by RMAN utility. Now I need to restore these files to a new Oracle instance. Got no idea how to do that after searching for answers for a whole day.

Any helping hand will be very much appreciated.

Hillman Li
  • 63
  • 5
  • hopefully helpful: http://stackoverflow.com/questions/4213522/how-to-import-a-oracle-11g-rman-backupset-on-a-new-database-server?rq=1 – Thilo Jun 20 '14 at 08:22
  • I have run the following script but error run{ restore controlfile from "/home/oracle/oracle_backup/xxxxxx.arc"; restore spfile from "/home/oracle/oracle_backup/xxxxxx.arc"; alter database mount; restore database; recover database; } – Hillman Li Jun 20 '14 at 08:32
  • Did you ever use rman before? Do you also have the logfile from the backup process available? –  Jun 20 '14 at 09:17
  • I am new to rman. I have only got the .arc and .bas files and nothing else. Is it possible to restore database with only these files? – Hillman Li Jun 20 '14 at 09:56
  • Are you trying to clone from prod to non-prod? – user355859 Jul 19 '15 at 17:16

0 Answers0