1Z0-046  Exam

Exam # of questions Description  Update
1Z0-046 107 Managing Oracle on Linux for DBA?s... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

1Z0-046 - Exam Information
  • Description: Managing Oracle on Linux for DBA?s
  • Passing Score: 0%
  • Practice Test - Number of questions: 107 questions
  • Simulation Test - Number of questions: 107 questions
  • Simulation Test Duration: 120 minutes
  • Has explanations: No

Question of the day

You created an Oracle Database 10g instance on a Linux machine using the create database command. You observed that when the machine reboots, the database instance does not start up automatically. Given below is the list of changes: 1) changed the directory permissions for the /etc/init.d directory to 755 2) edited the /etc/oratab file to include the entry for the database ORACLE_SID, ORACLE_HOME, and Y in the third column 3) issued the chkconfig --add command to execute the dbora script in runlevels 2 through 5 4) created a script called dbora that invokes the dbstart script in the /etc/init.d directory 5) executed dbstart scripts located in the $ORACLE_HOME/bin directory to automate the startup Which changes would be required to ensure that the database instance starts up automatically whenever the machine reboots?

Answer(s)

  1. only 4 and 5
  2. all the changes
  3. 1, 2, 3, and 4; 5 not required
  4. 2, 3, 4, and 5; 1 not required
  5. 2, 3, and 4; 1 and 5 not required
Correct Answer

2, 3, and 4; 1 and 5 not required