UNDO & REDO
9 QuestionsQuestion:
Which three statements are true about UNDO and REDO?
- B. UNDO is used for some flashback operations.
- C. UNDO is used for read consistency.
- F. REDO is used for instance recovery.
Question:
Which three statements are true about Oracle Managed Files (OMF)?
- A. If DB_RECOVERY_FILE_DEST is specified but DB_CREATE_ONLINE_LOG_DEST_n is not, the redo logs and control files are placed in DB_RECOVERY_FILE_DEST by default.
- C. If DB_CREATE_ONLINE_LOG_DEST_1 is specified but DB_CREATE_FILE_DEST is not, new data files and temp files are stored in DB_CREATE_ONLINE_LOG_DEST_1 by def ault.
- D. If DB_CREATE_FILE_DEST is specified but DB_CREATE_ONLINE_LOG_DEST_n is not, new redo logs and control files are stored in DB_CREATE_FILE_DEST by default.
Question:
Which three tasks are performed by background processes in an Oracle database instance?
- B. Registering services with Oracle Net listeners.
- C. Writing redo to log files.
- D. Writing dirty database block images from the buffer cache.
Question:
You are going to perform a hot remote clone of PDB1 from CDB1 as TESTPDB in CDB2. Which of the following is a necessary prerequisite for the hot remote clone?
- C. PDB1 must be in read-only mode.
Question:
Which two tasks can you perform using DBCA for databases?
- B. Configure a nonstandard block size for a new database.
- C. Register a new database with an available Enterprise Manager Management server.
Question:
Which two tasks can be performed in the NOMOUNT state?
- C. Creating a database.
- D. Re -creating control files.
Question:
One of your database instances was shut down normally and then st arted in NOMOUNT state. You then executed this command: ALTER DATABASE MOUNT; Which t wo of these actions are performed?
- E. The alert log has instance startup details written to it.
- F. Control files are read.
Question:
Which two statements are true about the configuration and use of UNDO?
- A. Active UNDO is always retained.
- E. UNDO_RETENTION specifies for how long Oracle attempts to keep unexpired UNDO.
Question:
Which four statements are true about the Oracle Server architecture?
- A. A person or program can have more than one session with an instance by logging in with different users.
- C. A session represents the state of a user's login to an instance.
- D. Each server process or background process has their own Program Global Area (PGA).
- F. A person or program can have more than one session with an instance by logging in with the same user.