1. Which three pieces of information are considered while deciding the size of the undo tablespace in your
database? (Choose thr ee.)
A) the size of an undo block
B) the size of the redo log files
C) undo blocks generated per second
D) the size of the database buffer cache
E) the value of the UNDO_RETENTION parameter
2. You executed the STARTUP MO UNT command to s tart your database. For which database operation do y ou
need to start the database in the MOUNT state?
A) renaming the control file s
B) dropping a user in your database
C) enabling or disabling redo log archiving
D) dropping a tablespace in your databa se
E) re-creating the control files, after you lost all the control files in your database
3. You want to create a new optimized database for y our transactional prod uction environment to be used by a
financial application. While creating the databas e, you want the Oracle software to take care of all basic
settings to optimize the database performance. Which method would you use to achieve this objective?
A) Use the CREATE DATABASE.. command to create the database with Oracle-managed files.
B) Use the Database Configuration Assistant (DBCA) to create th e dat abase with Oracle-managed files.
C) Use Enterprise Manager to create a new database with the Online Transaction Processing (OLTP) option.
D) Use Database Configuration Assistant (DBCA) to create the database with Transaction Processing template.
E) Use the CREATE DATABASE.. command to create the database with Automatic Storage
Management (ASM) file system.
4. Which three statements are true about the stages of database startup? (Choo se three.)
A) Data files and redo log files can be renamed at the MOUNT stage.
B) Control files are read at the OPEN stage for the location of data files.
C) Control files are required to bring the database to the NOMO UNT stage.
D) Data files and redo log files are mad e available to users at the OPEN stage.
E) Data files and online redo log files a r e checked for consistency while o pening the database.
5. A constraint in a table is defined with the INITIALLY IMMEDIATE clause. You executed the ALTER TABLE
command with the ENABLE VALIDATE option to e nable the constraint that was disabled. What are the two
effects of this command? (Choose two.)
A) It fails if any existing row violates the constraint.
B) It does not validate the existing data in the table.
C) It enables the constraint to be enforced at the end of each transaction.
D) It prevents insert, update, and delete operation s on the table whil e the constrai nt is in the proces s of being enable d.
6. You received complaints about the degradation of SQL query performance. You identified top SQL queries
that consume time. What would be your next step to find out recommendations about st atistics collection and
评论