Home » RDBMS Server » Backup & Recovery » control file as raw devices
control file as raw devices [message #194520] Fri, 22 September 2006 08:30 Go to next message
lokeshonline
Messages: 29
Registered: April 2006
Junior Member
Our production control file is implemented as raw device.
If I backup controlfile using alter database backup controlfile to '/nfs/ctl_bkup' command and tries to restore on another machine (where same /nfs is mounted) by refering to the file as /nfs/ctl_bkp it mounts successfully. But if copy /nfs/ctl_bkp to a raw device on second machine (say /dev/rcontrol) using cp or dd if='..' of='..' command it gives error can not identifiy control file.(ora-205). What is wrong here. What is the method to convert a control file created from 'alter database backup controfile' to a raw device control file on another machine.
Re: control file as raw devices [message #194551 is a reply to message #194520] Fri, 22 September 2006 11:01 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
You need to edit the pfile and alter the location of control_files.
Re: control file as raw devices [message #194561 is a reply to message #194551] Fri, 22 September 2006 12:02 Go to previous message
lokeshonline
Messages: 29
Registered: April 2006
Junior Member
Yes I have edited teh parameter and pointed it to /dev/rcontrol but it shows ora 205. The problem seems to be related with the copying from file to raw device. Any Help????
Previous Topic: ORA-07445: exception encountered: core dump
Next Topic: Recover part of database on a remote site
Goto Forum:
  


Current Time: Tue Apr 30 08:57:21 CDT 2024