Corporate Traing
FAQs
Institute
Interview Questions
Online Training
Oracle
Oracle DBA RAC
VirtualNuggets
https://oracledbaraconlinetraining.blogspot.com/2015/11/dba-rac-interview-questions.html
1. What is VIP IP used for?
It returns a dead connection IMMIDIATELY, when its primary node fails.
Without using VIP IP, the clients have to wait around 10 minutes to receive
ORA-3113: “end of file on communications channel”. However, using Transparent
Application Failover (TAF) could avoid ORA-3113.
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.What is the future of the Oracle Grid?
The Grid software is becoming more and more capable of not just
supporting HA for Oracle Databases but also other applications including Oracle’s
applications. With 12c there are more features and functionality built-in and
it is easier to deploy these pre-built solutions, available for common Oracle
applications.
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.
13. When to use raw over CFS?
- Always when CFS is not available or not supported by Oracle.
- The performance is very, very important: Raw devices offer best
performance without any intermediate layer between Oracle and the disk.
Note: Autoextend fails on raw devices if the space is exhausted.
However the space could be added online if needed.
14. What CRS is?
Oracle RAC 10g Release 1 introduced Oracle Cluster Ready Services
(CRS), a platform-independent set of system services for cluster environments.
In Release 2, Oracle has renamed this product to Oracle Clusterware.
15. 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)
Corporate Traing,
FAQs,
Institute,
Interview Questions,
Online Training,
Oracle,
Oracle DBA RAC,
VirtualNuggets
VirtualNuggets
8762858100118581597
Post a Comment


:noprob:

:smile:

:shy:

:trope:

:sneered:

:happy:

:escort:

:rapt:

:love:

:heart:

:angry:

:hate:

:sad:

:sigh:

:disappointed:

:cry:

:fear:

:surprise:

:unbelieve:

:shit:

:like:

:dislike:

:clap:

:cuff:

:fist:

:ok:

:file:

:link:

:place:

:contact:
Older PostOracle DBA RAC Interview Questions
Home
item
Blog Archive
Popular Posts
-
In database computing, Oracle Real Application Clusters (RAC) - an option for the Oracle Database software produced by Oracle Corporat...
-
This is an Oracle RAC database administration, task-oriented guide that shows you how to configure and manage the environment fo...
-
In most of the environment we know few tableapces zero data change happned in test environment. In a such environment tablespace data is ...
-
1. What is VIP IP used for? It returns a dead connection IMMIDIATELY, when its primary node fails. Without using VIP IP, the clients...
-
Cloning the single instance oracle home (This method require -Sudo privilage on both servers) here we are going to clone the oracle ho...
-
1.What is cache fusion? In a RAC environment, it is the combining of data blocks, which are shipped across the interconnect fr...
-
This procedure will work for all file systems including raw or ASM. Through this example we will be using user12 (datafile). 1) On stan...
-
It took some time to investigate why CRSCTL REPLACE VOTEDISK command is not working. [oracle@node1 ~]$ crsctl replace votedisk V...