动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
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教程 ]的信息

本月文章推荐
.Oracle 10g DBMS_SCHEDULER的中度.
.RMAN恢复实践.
.SQL Server到Oracle连接服务器的.
.Oracle 9i产品文档.
.redhat下如何允许root通过telnet.
.oracle 10g 成功安装在solaris 1.
.Oracle基本数据类型存储格式浅析.
.在linux8.0下,oracle9i的配置说.
.用Oracle的异构服务连接异种数据.
.Oracle 细料度审计.
.ORACLE问题,每天10问(八).
.教你如何收集Oracle进程中的SQL跟.
.oracle移植到mysql注意事项.
.精细分析Oracle分布式系统数据复.
.搞垮他的数据库--谈Oracle安全.
.Oracle触发器.
.Oracle AS 10g 下部署 ColdFusio.
.FAQ Collection- 备份与恢复.
.开机流程与关机、档案系统.
.在Redhat Enterprise server 3上.

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 审计数据库试题选 人气:431
下一篇:学习总结: Oracle 的软件结构 人气:510
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-9-6 Movie34电影搜索引擎 v3.0
2008-9-6 wap2.0仿帝国建站喜用 v2.0
2008-9-6 免费人才招聘网 宽屏版 v3.01
2008-9-6 喜喔喔视频采集程序 v1.0 beta
2008-9-6 ASP客户管理系统
2008-9-6 主流驿站中秋祝福程序
2008-9-6 php实现msn协议的类
2008-9-5 Coppermine Photo Gallery v1.4.
2008-9-5 清松网络日记本 v2.4
2008-8-23 Mini WinMount V0.4
2008-8-23 Vista优化大师3.11正式版
2008-8-23 Wine 1.13
2008-8-23 KlipFolio 5.0 Build 5899-80
2008-8-23 Windows Sysinternals Desktops
2008-8-23 OneTap Movies1.2破解版
2008-8-23 AnnotaterPDF阅读1.1.503 破解版
2008-8-23 SoundMeter分贝测量仪 v1.0汉化破
2008-8-23 iDrum音乐节拍1.0破解版
  发表评论
姓 名: 验证码:
内 容:
站长工具:网站收录查询 | Google PR查询 | ALEXA排名查询 | CSS在线编辑器 | 广告代码 | Html转换js | js/vbs加密 | md5加密 | 进制转换
实用工具:汉字翻译拼音 | 符号对照表 | 个税计算 | 经典小工具 | 汉字简繁转换 | 普通单位换算 | 公制单位换算 | 生辰老黄历 | 国内电话区号 国家代码与域名缩写 | 文字加密解密 | 健康查询 | 万年历 | 汉字横竖排版 | 手机号码查询 | 计算器 | ip搜索
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号
ホームページ制作 不動産検索システム 求人情報
防水工事·改修工事 フットサル大会 探偵