Oracle Database 10g R2: Administering RAC - 1Z0-048 Exam Practice Test

Question 1
You decide to change the redo thread of one of your database instances.
Now you have only two threads: thread 1 is currently being used by instance RAC01, and thread 2 is currently being used by instance RAC02.
In which three orders could you perform the following commands to add thread 3 to your
database, and ensure that instance RAC01 is using thread 3? (Choose three acceptable orders.
1 srvctl stop instance -d RACDB -i RAC01
2 ALTER DATABASE ENABLE THREAD 3;
3 ALTER DATABASE ADD LOGFILE THREAD 3 GROUP 6;
4 srvctl start instance -d RACDB -i RAC01
5 ALTER SYSTEM SETthread=3 SCOPE=SPFILE SID='RAC01';
6 ALTER DATABASE ADD LOGFILE THREAD 3 GROUP 5;

Correct Answer: D,E,F
Question 2
Which two statements are true in any RAC environment? (Choose two.)

Correct Answer: B,E
Question 3
Which four statements contain accurate information regarding RAC VIPs and application VIPs? (Choose four.)

Correct Answer: A,B,C,D
Question 4
View the Exhibit.
Users complain about the performance of an Oracle database-based application. You are requested to investigate. From Grid Control, you immediately infer that one of the cluster database instances is currently unavailable. You also notice that the host where the instance belongs was recently rebooted due to an unknown reason.
Using Grid Control, you restart the instance and performance rapidly improves. You want to determine the cause of the instance startup failure after the system reboot, and you check the resource profiles on both the database and ASM instances involved.
Why was the instance not started by CRS?

Correct Answer: B
Question 5
View the Exhibit and examine the diagram of the RAC environment implemented on a Linux platform in your company.
As a senior DBA, you have been assigned the task to implement ASM in this environment. You configured the raw devices that you plan to add to the ASM disk group.
How would you create an ASM instance on each node? (Choose all that apply.)

Correct Answer: A,F
Question 6
Several steps must be followed to successfully add a new node to your cluster database. Assuming that a UNIX platform is used, which of the three steps below are correct? (Choose three.)

Correct Answer: B,D,E
Question 7
Which two statements regarding Oracle Clusterware are correct? (Choose two.)

Correct Answer: A,C
Question 8
View the Exhibit.
Users complain about the performance of an Oracle database-based application. You are requested to investigate. From Grid Control, you immediately infer that one of the cluster database instances and one of the cluster ASM instances are currently unavailable. You also see that the host where the instance belongs was recently rebooted due to an unknown reason.
Using Grid Control, you restart the instance and performance rapidly improves. You want to determine the cause of the instance startup failure after system boot, and you check the resource profiles on both the database and ASM instances involved.
Why was the instance not started by CRS?

Correct Answer: A
Question 9
Which two tools will prompt you for the possible creation of ASM instances in a RAC environment? (Choose two.)

Correct Answer: B,C
Question 10
Which three statements are true regarding RAC instance startup and shutdown using SQL'Plus? (Choose three.)

Correct Answer: A,C,D