Valid 1z0-593 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-593 Exam! ExamDiscuss.com now offer the newest 1z0-593 exam dumps, the ExamDiscuss.com 1z0-593 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-593 dumps with Test Engine here:
Which step must you take before restoring from an OCR backup?
Correct Answer: D
Explanation/Reference: For recovering OCR from physical automated backup needs all cluster, RAC instances and RAC database bring down before performing recovery of OCR. Here you can find out command reference for Recovery of OCR from physical backup copy. $ocrconfig -showbackup $srvctl -stop database -d RACDB (Shutdown all RAC instances and RAC database) $crsctl stop crs (Shutdown Cluster) #rm -f /u01/oradata/racdb/OCRFile #cp /dev/null /u01/oradata/racdb/OCRFile #chown root /u01/oradata/racdb/OCRFile #chgrp oinstall /u02/oradata/racdb/OCRFile #chmod 640 /u01/oradata/racdb/OCRFile #ocrconfig -restore /u02/apps/crs/cdata/crs/backup00.ocr $crsctl start crs (After issuing start cluster check status of cluster using 'crs_stat -t') $srvctl start database -d RACDB (Start Oracle RAC database and RAC instances) Reference: How to Recover OCR from PHYSICAL Backup?