Which are the key factors that you should consider before converting a single-Instance database Oracle Real Application Cluster…?

Which are the key factors that you should consider before converting a single-Instance database
Oracle Real Application Cluster (RAC) database to guarantee a successful media recovery?

Which are the key factors that you should consider before converting a single-Instance database
Oracle Real Application Cluster (RAC) database to guarantee a successful media recovery?

A.
If the database is in archive log mode, the archive file format requires a thread number.

B.
The archive logs from all nodes must be accessible to all nodes in the cluster database.

C.
The storage option must be Automatic Storage Management (ASM).

D.
All database files must be migrated to Oracle Managed Files (OMF).

Explanation:
Issues for Converting Single Instance Databases to Oracle RAC

Backup procedures should be available before conversion takes place.
Archiving in Oracle RAC environments requires a thread number in the archive file format.
The archived logs from all instances of an Oracle RAC database are required for media recovery.
By default, all database files are migrated to Oracle Managed Files (OMF).
D60488GC11
Oracle 11g: RAC and Grid Infrastructure Administration Accelerated 11 – 24



Leave a Reply 1

Your email address will not be published. Required fields are marked *


L. Zhu

L. Zhu

A is right. thread number is needed for RAC
B is right. for instance recovery, all nodes’ archive logs are accessible by all nodes.
C is wrong. You do not have to use ASM
D is wrong. you do not have to use OMF

So A.B. are correct