TestInside1Z0-042V3.23(1--10)

 

1. In your Oracle 10g database , you have scheduled a job to update the optimizer statistics at 05:00 pm

 

every Friday. The job has successfully completed. Which three pieces of information would you check to

 

confirm that the statistics have been collected? (Choose three.)

 

A. average row size     平均行大小

 

B. last analyzed date   最後分析時間

 

C. size of table in bytes

 

D. size of table in database blocks ----表在數據庫中佔用的塊大小

 

E. number of free blocks in the free list

 

F. number of extents present in the table

 

Answer: ABD

 

 

 

2. You are in the middle of a transaction and very crucial data has been modified. Because of a hardware

 

failure, the instance has shut down before synchronizing all the database files.

 

Which two statements are true? (Choose two.)

 

A. On startup, SMON coordinates instance recovery. ----------

 系統監控(smon) :檢查數據庫的一致性如有必要還會在數據庫打開時啓動數據庫的恢復

B. On startup, CKPT coordinates instance recovery.

 

C. On startup, use RMAN to perform instance recovery.

 

D. Uncommitted changes will be rolled back after the database is opened. --------------數據庫打開以後,未COMMIT的操作進行ROLLBACK

 

E. On startup, perform media recovery and then instance recovery.

 

F. On startup, all the files will be synchronized and you get both committed and uncommitted data.

 

Answer: AD

 

 

3.  You  are  using  the  backup  scheduler  in  Enterprise  Manager  (EM)  to  schedule  a  backup  of  your

 

database.

 

Which type of script does the backup scheduler generate?

 

A. SQL script

 

B. PL/SQL script

 

C. Operating System (OS) script

 

D. Enterprise Manager (EM) script

 

E. Recovery Manager (RMAN) script

 

Answer: ----------------------不明白

 

 

 

4. You executed the following command to export the EMPLOYEES table from a remote machine:

 

$ EXPDP hr/[email protected]

 

DUMPFILE=my_dir:exp_hr.log

 

LOGFILE=data_pump_dir:log_hr.log

 

TABLES=employees

 

What would be the outcome of this command?   什麼是這個命令的結果? 

 

A. The command would execute successfully and the export dump file would be created in the destination

 

of the directory object MY_DIR.

 

B.  The  command  would  execute  successfully.  But  log  file  would  not  be  created  as  DATA_PUMP_DIR

 

directory is only accessible to user with SYSDBA privilege.

 

C. The command fails with an error because DATA_PUMP_DIR directory have higher precedence over

 

the per­file directory.

 

D. The command fails with an error because no absolute path is specified for log file and dumpfile.

 

Answer: A

 

 

 

5. Which step do you need to perform to enable a user with the SYSDBA privilege to log in as SYSDBA in

 

iSQL*Plus?

 

A. The user must be granted the database administrator (DBA) privilege.

 

B. The user must be listed in the password file for the authentication.

 

C. No special setup is needed for the user to connect as SYSDBA in iSQL*Plus.

 

D. Set up a user in the Oracle Application Server Containers for J2EE (OC4J) user manager, and grant

 

the webDba role to the user.

 

Answer: D ------------------------------------------------------------------------------------------------------

 

 

 

6. Which two statements regarding the LOGGING clause of the CREATE TABLESPACE. .. statement are

 

correct? (Choose two.)

 

A. This clause is not valid for a temporary or undo tablespace. -------對UNOD和TEMP表空間無用NOT VALID

 

B. If the tablespace is in the NOLOGGING mode, no operation on the tablespace will generate redo.

 

C.  The  tablespace  will  be  in  the  NOLOGGING  mode  by  default,  if  not  specified  while  creating  a

 

tablespace.

 

D. The tablespace­level logging attribute can be overridden by logging specifications at the table, index,

 

materialized view, materialized view log, and partition levels.

 

Answer: AD

 

 

7. Which two statements are true about the primary key constraint in a table? (Choose two.)

 

A. It is not possible to disable the primary key constraint. 不能讓主鍵失效,錯誤

 

B. It is possible to have more than one primary key constraint in a single table. ------------一個表中可以有多個主鍵錯誤

C. The primary key constraint can be referred by only one foreign key constraint. ---------一個主鍵只能定義一個外鍵錯誤

D. The primary key constraint can be imposed by combining more than one column.  -----通過多個字段組合主鍵對

E. The non­deferrable primary key constraint creates an unique index on the primary key column if it is not

already indexed.------如果不存在索引,會建一個唯一性索引在這個主鍵上

 

Answer: DE

 

8. You want the user APP_DBA to administer the Oracle database from a remote machine. APP_DBA is

 通過遠程的一個機子使用APP_DBA用戶,授予了DBA角色,認證這個用戶

granted the SYSDBA privilege to perform administrative tasks on the database.

 

Which file is used by the Oracle database server to authenticate APP_DBA?

 

A. control file

 

B. password file

 

C. listener controller file

 

D. control file and password file

 

Answer: B

 

 

 

9.  Which  three  statements  are  true  regarding  the  logical  structure  of  the  Oracle  database?  (Choose

 

three.)

 

A. Each segment contains one or more extents. ---------每個段包含一個或者多個區

 

B. Multiple tablespaces can share single data file. -多個表空間使用同一個數據文件,不正確

 

C. A data block is the smallest unit of I/O for data files. 一個數據塊是最小的數據文件單位

 

D. It is possible to have tablespaces of different block sizes in a database. 不通的塊大小

 

E. Each data block in the database always corresponds to one OS block.數據塊對應什麼操作系統塊

 

Answer: ACD

 

 

 

10. Which is the memory area that is created when a dedicated server process is started, and contains

 

data and control information for that server process?

 

A. SGA

 

B. PGA

 

C. Shared Pool

 

D. Streams Pool

 

Answer: B
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章