Loading...
https://oracleraconlinetraining.blogspot.com/2015/06/oracle-rac-interview-questions.html
1. Where are the Clusterware files stored on a
RAC environment?
The Clusterware is installed on each node (on
an Oracle Home) and on the shared disks (the voting disks and the CSR file)
2. Where are the database software files
stored on a RAC environment?
The base software is installed on each node of
the cluster and the
database storage on the shared disks.
3. What kind of storage we can use for the
shared Clusterware files?
- OCFS (Release 1 or 2)
- raw devices
- third party cluster file system such as GPFS
or Veritas
4. What kind of storage we can use for the RAC
database storage?
- OCFS (Release 1 or 2)
- ASM
- raw devices
- third party cluster file system such as GPFS
or Veritas
5. What is a CFS?
A cluster File System (CFS) is a file system
that may be accessed (read and write) by all members in a cluster at the same
time. This implies that all members of a cluster have the same view.
6. What is an OCFS2?
The OCFS2 is the Oracle (version 2) Cluster
File System which can be used for the Oracle Real Application Cluster.
7. Which files can be placed on an Oracle
Cluster File System?
- Oracle Software installation (Windows only)
- Oracle files (controlfiles, datafiles,
redologs, files described by the bfile datatype)
- Shared configuration files (spfile)
- OCR and voting disk
- Files created by Oracle during runtime
Note: There are some platform specific
limitations.
8. Do you know another Cluster Vendor?
HP Tru64 Unix, Veritas, Microsoft
9. How is possible to install a RAC if we
don’t have a CFS?
This is possible by using a raw device.
10. What is a raw device?
A raw device is a disk drive that does not yet
have a file system set up. Raw devices are used for Real Application Clusters
since they enable the sharing of disks.
11. What is a raw partition?
A raw partition is a portion of a physical
disk that is accessed at the lowest possible level. A raw partition is created
when an extended partition is created and logical partitions are assigned to it
without any formatting. Once formatting is complete, it is called cooked
partition.
12. When to use CFS over raw?
A CFS offers:
- Simpler management
- Use of Oracle Managed Files with RAC
- Single Oracle Software installation
- Autoextend enabled on Oracle datafiles
- Uniform accessibility to archive logs in
case of physical node failure
- With Oracle_Home on CFS, when you apply
Oracle patches CFS guarantees that the updated Oracle_Home is visible to all
nodes in the cluster.
Note: This option is very dependent on the
availability of a CFS on your platform.
Real Application Clusters
147989526818080649
Post a Comment
Home
item
Popular Posts
-
Prior versions of Oracle required a connection to the TARGET and optional rman catalog for duplicate database. In 11GR2, we can perfor...
-
Oracle Real Application Clusters (RAC) is the foundation for data center high availability (HA). Based on Oracle Grid Infrastructure as it...
-
A cluster involves various interconnected PCs or servers that show up as though they are one server to end clients and applications. Oracl...
-
1. Where are the Clusterware files stored on a RAC environment? The Clusterware is installed on each node (on an Oracle Home) and on t...
-
1. Is it possible to use ASM for the OCR and voting disk? No, the OCR and voting disk must be on raw or CFS (cluster file system). 2...
-
1) Expdp with Include. expdp test/test directory=dp_dir dumpfile=tabs_test_31dec13.dmp logfile=tabs_test_31dec13.log include=TABLE: ...
-
There are two system profile options that can be used to change look and feel. 1. Java Look and Feel. -Java Look and Feel can have...
-
1. When to use raw over CFS? Always when CFS is not available or not supported by Oracle. The performance is very, very important: Raw...