Related Topics
For the Quick Recovery Agent and Image Level iDataAgents, if the Oracle instance has data files residing on a raw partition, soft links need to be re-established after creating the raw CXBF devices.
For example, if an Oracle volume is linked as:
data1.dbf -> dev/rdsk/c1t1d1s1
To
create the links:
rm data1.dbf
ln -s /dev/cxbf/rdsk/c1t1d1s1
chown Oracle:dba /dev/cxbf/rdsk/c1t1d1s1
During Quick Recovery on the QR Agent, the soft links will automatically be associated with the recovery volume. This is analogous to automatically switching the mount points between file system volumes during recovery.