Oracle Database Administration - Recovery and Backup

Test your knowledge of Oracle database administration including recovery procedures, backup strategies, redo logs, undo management, listener configuration, and background processes.

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Identify two tablespaces whose data files are so critical that only a closed recovery is possible?

  1. USERS
  2. TOOLS
  3. UNDO
  4. INDEX
  5. SYSTEM
Question 2 Multiple Choice (Multiple Answers)

Data files of which three tablespaces can be recovered by performing an open recovery?

  1. TEMP
  2. UNDO
  3. INDEX
  4. SYSAUX
  5. SYSTEM
Question 3 Multiple Choice (Single Answer)

While running OUI on a UNIX platform to install Oracle 10g software you are prompted to run orainstRoot.sh script. What does this script accomplish?

  1. It creates the pointer file
  2. It creates the base directory
  3. It creates the inventory pointer file
  4. It creates the oracle user for installation.
  5. It modifies the UNIX kernel parameters to match oracle’s requirements.
Question 4 Multiple Choice (Single Answer)

You want to perform a backup of your database to a tape. Which backup format can you use?

  1. backup set only
  2. image copy only
  3. only user-managed backup
  4. both image copy and backup set
  5. only incremental image copy backup
Question 5 Multiple Choice (Single Answer)

One user session was terminated abnormally in the middle of a transaction What does oracle database do to recover it?

  1. uses undo data for roll forward
  2. uses flashback log for recovery
  3. uses online redo logs to roll back
  4. uses undo data to roll back the transaction
  5. uses recovery managers (RMAN) to roll back.
Question 6 Multiple Choice (Single Answer)

You are using the following command to clear the log file group ALTER DATABASE CLEAR LOGFILE GROUP 2; In which case would the command be successful?

  1. Group 2 is the active group
  2. Group 2 is the current group
  3. Database is in the MOUNT stage
  4. Group 2 has been already archived
Question 7 Multiple Choice (Single Answer)

Users in PROD database reported about the slow responses of the transaction. While investigating the reason you find that the transactions are waiting for the undo segments to be available, and undo retention has been set to zero. What would you do to overcome this problem?

  1. increase the undo retention
  2. create more undo segments
  3. create another undo tablespace
  4. increase the size of the undo tablespace.
Question 8 Multiple Choice (Multiple Answers)

Your application demands frequent connection and disconnection from the database. You have three listener processes those are listening for the database PROD. While settings up connect string using Oracle Enterprise Manager 10g Database Control, which two options would you select to balance the connection load across all the listener process? (Choose two)

  1. Use only the first address.
  2. Try one address selected at random.
  3. Try each address, in order, until one succeeds.
  4. Try each address, randomly, until one succeeds.
Question 9 Multiple Choice (Single Answer)

In your database you discovered that a tempfile in locally managed temporary tablespace has been deleted at the operating system level. How would you recover the tablespace?

  1. Flash back the database
  2. Perform a point-in-time recovery.
  3. Perform a full database recovery.
  4. Drop and re-create the tablespace.
  5. Use recovery manager (RMAN) to recover the database.
Question 10 Multiple Choice (Multiple Answers)

You started a long transaction before committing; you executed a query on one of the tables currently being modified. You received the following error: ORA- 01555: snapshot too old. How would you prevent such an error in future? (Choose three)

  1. Guarantee undo retention
  2. Add one more redo log group.
  3. Configure an appropriate undo retention interval.
  4. Size the UNDO tablespace appropriately.
  5. Size the SYSTEM tablespace appropriately.
Question 11 Multiple Choice (Single Answer)

When you trying to open your database, you receive the following error: ORA- 00205: error in identifying control file. Where would you find the details to resolve this error?

  1. audit trail
  2. alert log file
  3. user trace file
  4. online trace file
  5. background trace file.
Question 12 Multiple Choice (Single Answer)

What advantage would you get if you increase the length of the time during which the undo information would be restored in the database

  1. roll back of large transaction
  2. roll forward to redo a transaction
  3. data concurrency for large updates
  4. read consistency for long running transactions.
Question 13 Multiple Choice (Single Answer)

The database users are connecting the PROD database from different applications thereby degrading the database performance. The senior database administrator suspects the large number of concurrent connection to be the reason for low performance and ask you to restrict the number of concurrent connections per database user to one. Which action would you take to achieve this objective?

  1. Set the SESSION to 1 in the parameter file.
  2. Grant SINGLE SESSION privileges to all of the users.
  3. Set SESSION_PER_USER to 1 in user’s profile.
  4. Grant RESTRICTED SESSION to all of the database users.
  5. Create a role with SINGLE SESSION privilege and assign the role to users.
Question 14 Multiple Choice (Single Answer)

Where do you find the information about missing redo log file?

  1. trace file
  2. audit trail
  3. control file
  4. alert log file
  5. event viewer
Question 15 Multiple Choice (Single Answer)

Your database is in NOARCHIEVELOG mode. Since last night’s offline backup the logs in group 1 have been written to twice. This morning the system data file has become corrupted. Up to what point can it be recovered?

  1. Until the last commit.
  2. Cannot be recovered.
  3. Until the last offline backup.
  4. Until the beginning of the last transaction.
Question 16 Multiple Choice (Single Answer)

Which background process does Automatic Shared memory Management use to coordinate the sizing of the memory component?

  1. PMON
  2. SMON
  3. MMNL
  4. MMAN
  5. MMON
Question 17 Multiple Choice (Single Answer)

Client connection requests are failing because the listener in not responding. You want to forward client connect request to another listener if one listener is not responding. How do you achieve this?

  1. Enable instance failover
  2. Configure shared server
  3. Enable database failover
  4. Enable connect-time failover
  5. Enable Transparent Application Failover
Question 18 Multiple Choice (Single Answer)

In oracle 10g, which statement is true about the analysis of the Automatic Database Diagnostic Monitor (ADDM)?

  1. The analysis tool doesn’t provide output for the performance of SQL statement
  2. The results of analysis are stored in tables, belonging to SYS user in the SYSAUX tablespace.
  3. The results of analysis are stored in tables, belonging to SYS user in the SYSTEM tablespace.
  4. The analysis runs automatically after each Automatic Workload Repository (AWR) snapshot.
Question 19 Multiple Choice (Single Answer)

In oracle 10g, which statement regarding the usage of redo log file during instance recovery is true?

  1. Transactions are rolled back using redo log files.
  2. Transactions are rolled forward using redo log files.
  3. Transactions are rolled back using redo log files and archived log files.
  4. Transactions are rolled forward using redo log files and rolled back using redo log files
Question 20 Multiple Choice (Single Answer)

You have determined that the archiving was not successful in on of the destinators. You want to check the alert log file for more information on this. Which initialization parameter gives you the location of the alert log file?

  1. USER_DUMP_DEST
  2. CORE_DUMP_DEST
  3. ALERT_LOG_DEST
  4. BACKGROUND_DUMP_DEST
  5. ALERT_DUMP_DEST