Você está na página 1de 14

12/7/2010 Oracle RAC Interview Questions

Scribd
Upload a Document
Search Books, Presentations, Business, Academics...

Explore

Documents
Books - Fiction
Books - Non-fiction
Health & Medicine
Brochures/Catalogs
Government Docs
How-To Guides/Manuals
Magazines/Newspapers
Recipes/Menus
School Work
+ all categories

Featured
Recent

People
Authors
Students
Researchers
Publishers
Government & Nonprofits
Businesses
Musicians
Artists & Designers
Teachers
+ all categories

Most Followed
Popular

Deepak Chaudhry

Account
Home
My Documents
My Collections
My Shelf
View Public Profile
Messages
Notifications
Settings
Help
Log Out

scribd.com/…/Oracle-RAC-Interview-Q… 1/14
12/7/2010 Oracle RAC Interview Questions

scribd.com/…/Oracle-RAC-Interview-Q… 2/14
12/7/2010 Oracle RAC Interview Questions

scribd.com/…/Oracle-RAC-Interview-Q… 3/14
12/7/2010 Oracle RAC Interview Questions

http://neworacledba.blogspot.com

What are the administrative tools used for Oracle RAC environments?
Oracle RAC cluster can be administered as a single image using OEM(Enterprise
Manager),SQL*PLUS,Servercontrol(SRVCTL),clusterverificationutility(cvu),DBCA,NE
TCA
How do we verify that RAC instances are running?
Issue the following query from any one node connecting through SQL*PLUS.
$connect sys/sys as sysdba
SQL>select * from V$ACTIVE_INSTANCES;
The query gives the instance number under INST_NUMBER column,host_:instancename
under INST_NAME column.
What is FAN?
Fast application Notification as it abbreviates to FAN relates to the events related to
instances,services and nodes.This is a notification mechanism that Oracle RAc uses to
notify other processes about the configuration and service level information that includes
service status changes such as,UP or DOWN events.Applications can respond to FAN
events and take immediate action.
Where can we apply FAN UP and DOWN events?
FAN UP and FAN DOWN events can be applied to instances,services and nodes.
State the use of FAN events in case of a cluster configuration change?
During times of cluster configuration changes,Oracle RAC high availability framework
publishes a FAN event immediately when a state change occurs in the cluster.So
applications can receive FAN events and react immediately.This prevents applications
from polling database and detecting a problem after such a state change.
Why should we have seperate homes for ASm instance?
It is a good practice to have ASM home seperate from the database
hom(ORACLE_HOME).This helps in upgrading and patching ASM and the Oracle
database software independent of each other.Also,we can deinstall the Oracle database
software independent of the ASM instance.
What is the advantage of using ASM?
Having ASM is the Oracle recommended storage option for RAC databases as the ASM
maximizes performance by managing the storage configuration across the disks.ASM
does this by distributing the database file across all of the available storage within our
cluster database environment.
What is rolling upgrade?
It is a new ASM feature from Database 11g.ASM instances in Oracle database 11g
release(from 11.1) can be upgraded or patched using rolling upgrade feature. This enables
us to patch or upgrade ASM nodes in a clustered environment without affecting database
availability.During a rolling upgrade we can maintain a functional cluster while one or
more of the nodes in the cluster are running in different software versions.
Can rolling upgrade be used http://neworacledba.blogspot.com
to upgrade from 10g to 11g database?
No,it can be used only for Oracle database 11g releases(from 11.1).

http://neworacledba.blogspot.com
State the initialization parameters that must have same value for every instance in an
Oracle RAC database:-
Some initialization parameters are critical at the database creation time and must have
same values.Their value must be specified in SPFILE or PFILE for every instance.The
list of parameters that must be identical on every instance are given below:
ACTIVE_INSTANCE_COUNT
ARCHIVE_LAG_TARGET
COMPATIBLE
CLUSTER_DATABASE
CLUSTER_DATABASE_INSTANCE
CONTROL_FILES
DB_BLOCK_SIZE
DB_DOMAIN
DB_FILES
DB_NAME
DB_RECOVERY_FILE_DEST
DB_RECOVERY_FILE_DEST_SIZE
DB_UNIQUE_NAME
INSTANCE_TYPE (RDBMS or ASM)
PARALLEL_MAX_SERVERS
REMOTE_LOGIN_PASSWORD_FILE
UNDO_MANAGEMENT
Can the DML_LOCKS and RESULT_CACHE_MAX_SIZE be identical on all
instances?
scribd.com/…/Oracle-RAC-Interview-Q… 4/14
12/7/2010 Oracle RAC Interview Questions
instances?
These parameters can be identical on all instances only if these parameter values are set
to zero.
What two parameters must be set at the time of starting up an ASM instance in a RAC
environment?The parameters CLUSTER_DATABASE and INSTANCE_TYPE must be
set.
Mention the components of Oracle clusterware:-
Oracle clusterware is made up of components like voting disk and Oracle Cluster
Registry(OCR). What is a CRS resource?
Oracle clusterware is used to manage high-availability operations in a cluster.Anything
that Oracle Clusterware manages is known as a CRS resource.Some examples of CRS
resources are database,an instance,a service,a listener,a VIP address,an application
process etc.
What is the use of OCR?
Oracle clusterware manages CRS resources based on the configuration information of
CRS resources stored in OCR(Oracle Cluster Registry).
How does a Oracle Clusterware manage CRS resources?
http://neworacledba.blogspot.com
Oracle clusterware manages CRS resources based on the configuration information of
CRS resources stored in OCR(Oracle Cluster Registry).

http://neworacledba.blogspot.com

Name some Oracle clusterware tools and their uses?


OIFCFG - allocating and deallocating network interfaces
OCRCONFIG - Command-line tool for managing Oracle Cluster Registry
OCRDUMP - Identify the interconnect being used
CVU - Cluster verification utility to get status of CRS resources
What are the modes of deleting instances from ORacle Real Application cluster
Databases?
We can delete Assistant).
Configuration instances using silent mode or interactive mode using DBCA(Database
How do we remove ASM from a Oracle RAC environment?
We need to stop and delete the instance in the node first in interactive or silent
mode.After that asm can be removed using srvctl tool as follows:
srvctl stop asm -n node_name
srvctl remove asm -n node_name
We can verify if ASM has been removed by issuing the following command:
srvctl config asm -n node_name
How do we verify that an instance has been removed from OCR after deleting an
instance?
Issue the following srvctl command:
srvctl config database -d database_name
cd CRS_HOME/bin
./crs_stat
How do we verify an existing current backup of OCR?
We can verify the current backup of OCR using the following command : ocrconfig
-showbackup
What are the performance views in an Oracle RAC environment?
We have v$ views that are instance specific. In addition we have GV$ views called as
global views that has an INST_ID column of numeric data type.GV$ views obtain
information from individual V$ views.
What are the types of connection load-balancing?
There are two types of connection load-balancing:server-side load balancing and client-
side load balancing.
What is the differnece between server-side and client-side connection load balancing?
Client-side balancing happens at client side where load balancing is done using listener.In
case of server-side load balancing listener uses a load-balancing advisory to redirect
connections to the instance providing best service.
Give the usage of srvctl:-
srvctl start instance -d db_name -i "inst_name_list" [-o start_options]srvctl stop instance
-d name -i "inst_name_list" [-o stop_options]srvctl stop instance -d orcl -i "orcl3,orcl4"
-o immediatesrvctl start database -d name [-o start_options]srvctl stop database -d name
[-o stop_options]srvctl start http://neworacledba.blogspot.com
database -d orcl -o mount

scribd.com/…/Oracle-RAC-Interview-Q… 5/14
12/7/2010 Oracle RAC Interview Questions

Oracle RAC Interview Questions


DownloadPrintMobileCollectionsReport Document
This is a private document.

Info and Rating


oracle
ASM
oracle rac
real application cluster
oracle rac dba interview
(more tags)
saisudarshan
Like 3 people like this.

Ads by Google
ORACLE Rac Certification
@ India's Best Place to Work
for Trainers for 2010
www.Koenig-Solutions.com

Six Sigma Training India

scribd.com/…/Oracle-RAC-Interview-Q… 6/14
12/7/2010 Oracle RAC Interview Questions
Six Sigma certification for Rs 5515
Limited period offer. Apply NOW
iactglobal.in

Oracle DBA Courses


Find Top DBA Institutes in India.
Get Info on Courses,Admission,Fees.
www.Shiksha.com/Oracle-DBA-
Courses

Share & Embed

Related Documents
PreviousNext

1.
6 p.

6 p.

p.

2.
5 p.

5 p.

9 p.

3.
p.

p.

p.

scribd.com/…/Oracle-RAC-Interview-Q… 7/14
12/7/2010 Oracle RAC Interview Questions

4. 16
p.

p.

422
p.

5.
p.

92 p.

92 p.

6.
1 p.

1 p.

1 p.

7.
1 p.

10 p.

scribd.com/…/Oracle-RAC-Interview-Q… 8/14
12/7/2010 Oracle RAC Interview Questions

2 p.

8.
29 p.

20 p.

2 p.

9.
p.

47 p.

4 p.

10.
16 p.

44 p.

2 p.

11.
5 p.

scribd.com/…/Oracle-RAC-Interview-Q… 9/14
12/7/2010 Oracle RAC Interview Questions

p.

1 p.

12.
1 p.

1 p.

2 p.

13.
3 p.

3 p.

256 p.

14.
3 p.

p.

p.

scribd.com/…/Oracle-RAC-Interview-Q… 10/14
12/7/2010 Oracle RAC Interview Questions

15.
2 p.

10 p.

18 p.

16.
2 p.

32 p.

14 p.

17.
p.

2 p.

126 p.

18.
8 p.

p.

scribd.com/…/Oracle-RAC-Interview-Q… 11/14
12/7/2010 Oracle RAC Interview Questions
More from this user
PreviousNext

1.
1 p.

1 p.

1 p.

2.
2 p.

2 p.

2 p.

3.
2 p.

3 p.

2 p.

4.
7 p.

Recent Readcasters

scribd.com/…/Oracle-RAC-Interview-Q… 12/14
12/7/2010 Oracle RAC Interview Questions

Add a Comment

Submit
share:
Characters: 400

sudhakardavuluri left a comment

Can you please allow downloading this document or send the same to my mail id sudhakardavuluri@gmail.com

05 / 03 / 2010
Reply

gagandeep_1811 left a comment

gagandwasan@yahoo.co.in

04 / 18 / 2010
Reply

gaurav7723 left a comment

Can you please allow downloading this document or send the same to my mail id tewari.gaurav@gmail.com. Thanks in advance!!

12 / 15 / 2009
Reply

sunilv1982 left a comment

hai dear can u able to down load this doc

12 / 15 / 2009
Reply

mgeetha1983 left a comment

scribd.com/…/Oracle-RAC-Interview-Q… 13/14
12/7/2010 Oracle RAC Interview Questions
is reading Oracle RAC Interview Questions.

09 / 29 / 2009
Reply

bhaskar_kankanala replied:

hi r u able to down load this doc

11 / 18 / 2009
Upload a Document

Follow Us!
scribd.com/scribd
twitter.com/scribd
facebook.com/scribd

About
Press
Blog
Partners
Scribd 101
Web Stuff
Scribd Store
Support
FAQ
Developers / API
Jobs
Terms
Copyright
Privacy

scribd.com/…/Oracle-RAC-Interview-Q… 14/14

Você também pode gostar