control file as raw devices [message #194520] |
Fri, 22 September 2006 08:30 |
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.
|
|
|
|
|