|
||
|
||
| 注: 答案在选项后面 Q. 1 : What option of Exporting allows quicker data extractions 1. Grants =y 4 : Direct=y option bypasses the SQL layer to allow quicker data extractions Q. 2 : How are exports useful ? 1. Can be used to recover to a point in time 3 Q. 3 : What are the 3 levels of Exports 1. GLOBAL, USER, TABLESPACE 2 Q. 4 : The following methods can be used to run exports 1. Interactive Dialog 4 Q. 5 : Which of the following are valid parameters for an Export utility 1. LOG 4 Q. 6 : What Incremental Parameters can be used with exports 1. INCTYPE = complete 4 Q. 7 : What can you do to reduce the burden on a rollback segment during the import of a large table 1. Assign a Large Rollback Segment 3 Q. 8 : What is an Incremental Export 1. Export of the objects that have changed since last export 1 Q. 9 : An Incremental Export is a good strategy for 1. Applications with few large tables and less data changes 2 Q. 10 : What is a Cumulative Export 1. Export of the objects that have changed since last export 2 Q. 11 : What option of export utility allows for faster extraction of data 1. FULL=y 2
1. This option By Passes the SQL Layer 1 Q. 13 : Import Utility can be used for the following 1. Extract Data from a valid export file 4 Q. 14 : What sequence is followed during an import 1. Tables, Indexes, Triggers, Constraints 1 Q. 15 : Which step of the query process is by passed by direct-path export 1. SQL Command Processing Layer 1 Q. 16 : This utility can be used to create a logical backup of an object or entire database 1. SQL LOADER 2 Q. 17 : Data Loss can occur if you use an Export / Import Strategy Because 1. Rollback Segment contents are Not written to the Export file 2 Q. 18 : The best strategy to recover from user errors like dropped or truncated tables is 1. Complete Database Recovery 3 Q. 19 : Which of the following is a valid export command 1. EXP file=exp.dmp log=exp.log FULL=Y TABLE=emp 2 : you cannot specify 2 levels in the same statement; Access=N is not a valid Parameter Q. 20 : The following modes of export are supported in oracle 8 1. Table 4 Q. 21 : Which of the following commands is invalid 1. exp file=exp.dmp full=y 3 : Must specify full =y incase of an incremental export Q. 22 : The following types of exports can only be performed in a full database mode 1. Complete 4 Q. 23 : How can you create a file containing the scripts to create indexes from the export 1. Using the INDEXFILE Option 1 : INDEXFILE option can be used during imports to create a file of Index and Table creation scripts. Q. 24 : When does Import generate less redo 1. Commit=y |
||