会计考友 发表于 2012-8-4 14:01:27

ORACLE10gDBA1z0-043认证考题及答案1

1.Users in your production database complain that they are getting the following error message while trying to insert rows into the ORDERS table: ERROR at line 1: ORA-01654: unable to extend index USERS.ORDERS_IND by 8 in tablespace INDEXES While investigating, you find that the INDEXES tablespace has run out of space and there is no more free space on the disk where the data files are available. Which two actions could you perform to overcome this error without affecting the queries that are currently being executed? (Choose two.)
  A:drop and re-create the index
  B:coalesce the ORDERS_IND index
  C:coalesce the INDEXES tablespace
  D:drop and re-create the ORDERS table
  E:rebuild the index online and move it to another tablespace
  Correct Answers: B, E
  2.Your database is running in the automatic Program Global Area (PGA) memory management and Shared Memory Management mode. You want to increase the memory available for the SQL work areas. What would you do?
  A: modify the HASH_AREA_SIZE initialization parameter
  B: modify the PGA_AGGREGATE_TARGET initialization parameter
  C: modify the WORK_AREASIZE_POLICY initialization parameter
  D: increase the value of the SGA_TARGET initialization parameter
  E: increase the value of the SGA_MAX_SIZE initialization parameter
  F: increase the value of the SORT_AREA_SIZE initialization parameter
  Correct Answers: B
  3.Identify four uses of the Oracle Scheduler. (Choose four.)
  A:enables you to execute jobs in a clustered environment
  B:enables you to schedule the execution of jobs based on time
  C:enables you to automate the management of the jobs that are created using the DBMS_JOB package
  D:enables Oracle database to do patches according to a DBA-defined schedule
  E:enables you to create a job that makes use of saved programs and schedules
  F:enables you to periodically execute operating systemcript files located on the same server as the database
  G:enables Oracle database to schedule which processes execute on which processors in a multiple CPU environment
  Correct Answers: A, B, E, F
  4.You are working on an Oracle Database 10 g database. Because of data loss, you decided to perform a Flashback Database operation using the following command: SQL> FLASHBACK DATABASE TO TIMESTAMP(SYSDATE ?5/24); Which two statements are true? (Choose two.)
  A:SYSDATE should not be used with TIMESTAMP .
  B:The database must have multiplexed redo log files.
  C:The database must be in the MOUNT state to execute the command.
  D:The database must be opened with the RESETLOGS option after the flashback operation.
  E:The entire database needs to be restored from the most recent backup before the flashback operation.
  Correct Answers: C, D
  5.In your production database there is a job, CALC_STAT , which has been scheduled to run every Friday at 5:00 p.m. CALC_STAT updates the optimizer statistics for the objects owned by the APPS schema. You want the task to be generic, thereby allowing users to modify the attributes of the task at run time without affecting the original task. Which component of Oracle Scheduler must you define to achieve this?
  A: Window
  B: Program
  C: Job class
  D: Window group
  Correct Answers: B
页: [1]
查看完整版本: ORACLE10gDBA1z0-043认证考题及答案1