网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
本月文章推荐
.ORACLE在HP-UX下的系列问题处理(.
.ORACLE7.0到ORACLE8.1的新特性比.
.ORA-01591故障处理.
.手工建造 Swap Partition.
.OCP认证培训:是口误还是阴谋.
.Linux x86安装Oracle数据库10g一.
.ORACLE用SPFILE无法启动.
.ORACLE应用经验(1).
.如何获得Oracle的隐含参数.
.ORACLE关系数据库管理系统.
.ActualTest Oracle 1Z0-033 v01..
.Oracle9i初始化参数中文说明(13).
.Oracle中构建基于VPD特性的安全数.
.Windows 2000下优化Oracle9i性能.
.数据库人员手册之Oracle初始化参.
.通过JDBC数据库连接oracle数据库.
.对rman命令行为的操作简单分析.
.如何查看数据文件是否自动扩展?.
.异常和游标管理.
.Oracle数据库中的timestamp和dat.

Oracle DBA 逻辑备份试题选

发表日期:2008-2-9


   注: 答案在选项后面     Q. 1 : What option of EXPorting allows quicker data extractions

  1. Grants =y
  2. Consistent =y
  3. Direct = true
  4. Direct=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
  2. Can be used to recover from a media failure
  3. Can be used to recover dropped tables due a user error
  4. None of the above

  3

  Q. 3 : What are the 3 levels of Exports

  1. GLOBAL, USER, TABLESPACE
  2. FULL, USER, TABLE
  3. FULL, TABLESPACE, TABLE
  4. GLOBAL, LOCAL, TRANSACTIONAL

  2

  Q. 4 : The following methods can be used to run exports

  1. Interactive Dialog
  2. Export Section of Data Manager in OEM
  3. Command Line Interface with parameter file
  4. All of the above

  4

  Q. 5 : Which of the following are valid parameters for an Export utility

  1. LOG
  2. STATISTICS
  3. DIRECT
  4. All of the Above

  4

  Q. 6 : What Incremental Parameters can be used with exports

  1. INCTYPE = complete
  2. INCTYPE = cumulative
  3. INCTYPE = Incremental
  4. All of the above

  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
  2. SET TRANSACTION USE ROLLBACK SEGMENT RBSLARGE
  3. COMMIT=Y
  4. None of the above

  3

  Q. 8 : What is an Incremental Export

  1. Export of the objects that have changed since last export
  2. Export of rows that have changed since last export
  3. Incremental Exports cannot be performed in Oracle
  4. None of the above

  1

  Q. 9 : An Incremental Export is a good strategy for

  1. Applications with few large tables and less data changes
  2. Applications where changes are scattered across small tables
  3. All of the above
  4. None of the above

  2

  Q. 10 : What is a Cumulative Export

  1. Export of the objects that have changed since last export
  2. Export of objects that have changed since last cumulative or complete export
  3. Export or rows that have changed since last cumulative or complete export
  4. None of the above

  2

  Q. 11 : What option of export utility allows for faster extraction of data

  1. FULL=y
  2. DIRECT=Y
  3. SQL=N
  4. All of the above

  2

[NextPage]
  Q. 12 : Why is Direct Path Export Faster

  1. This option By Passes the SQL Layer
  2. All SGA is used for Export
  3. All of the above
  4. None of the above     1

  Q. 13 : Import Utility can be used for the following

  1. Extract Data from a valid export file
  2. Recover from user failure errors when a table is accidentally dropped
  3. Create table definitions since they are stored in export file
  4. All of the above

  4

  Q. 14 : What sequence is followed during an import

  1. Tables, Indexes, Triggers, Constraints
  2. Tables, Triggers, Constraints, Indexes
  3. Tables, Indexes, Sequences, Constraints, Triggers
  4. None of the above

  1

  Q. 15 : Which step of the query process is by passed by direct-path export

  1. SQL Command Processing Layer
  2. Space Management
  3. Buffer Cache Management
  4. All of the above

  1

  Q. 16 : This utility can be used to create a logical backup of an object or entire database

  1. SQL LOADER
  2. EXPORT
  3. IMPORT
  4. None of the above

  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. Archive Log Contents Cannot be Applied After an Import
  3. Export may fail due to Referential Integrity constraints
  4. None of the above

  2

  Q. 18 : The best strategy to recover from user errors like dropped or truncated tables is

  1. Complete Database Recovery
  2. Incremental DB Recovery
  3. Export / Import
  4. None of the above

  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. EXP file=exp.dmp log=exp.log DIRECT=Y FULL=Y
  3. EXP file=exp.dmp log=exp.log COMPRESS=Y Access=N
  4. None of the above

  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
  2. User
  3. Full
  4. All of the above

  4

  Q. 21 : Which of the following commands is invalid

  1. exp file=exp.dmp full=y
  2. exp file=exp.dmp full=y compress=y indexes=y
  3. exp file=exp.dmp compress=n consistent=y indexes=y inctype=complete
  4. None of the above

  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
  2. Cumulative
  3. Incremental
  4. All of the above

  4

  Q. 23 : How can you create a file containing the scripts to create indexes from the export

  1. Using the INDEXFILE Option
  2. Using the INDEXES option
  3. All of the above
  4. None of the above

  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
  2. Destroy=y
  3. Consistent=y
  4. RecordLength=2*block_size

上一篇:Oracle DBA 审计数据库试题选 人气:585
下一篇:学习总结: Oracle 的软件结构 人气:725
浏览全部Oracle教程的内容 Dreamweaver插件下载 网页广告代码 祝你圣诞节快乐 2009年新年快乐