动态网站制作指南 [  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教程 ]的信息



本月文章推荐
.经典的问题与解答(4).
.关于Oracle服务器性能全面调整攻.
.oracle update多表关联.
.PL/SQL的SELECT FOR UPDATE游标.
.Oracle发布免费数据库管理工具Ra.
.DELPHI 调用 Oracle 存储过程并返.
.Oracle常见错误代码的分析与解决.
.一起学习在linux下使用汇编语言(.
.Linux用作嵌入式操作系统.
.如何在Delphi中调用oracle的存储.
.建立与Oracle数据库服务器连接的.
.Oracle临时表 优化查询速度.
.甲骨文参加泛珠三角区域软件产业.
.今日甲骨文走向多元化 24个月购3.
.连接oracle的总结(关于tnsname和.
.Oracle8i在GNU/Linux上的安装笔记.
.WebLogic与ORACLE数据库的连接配.
.用裸设备来提高Oracle数据库的性.
.使用Oracle9i的新特性Flashback .
.Oracle8i数据库中索引的维护.

Oracle DBA 启动和关闭例程试题选

发表日期:2008-2-9 |


   注:答案在选项后面     Q. 1 : The Database must be in this mode for the instance to be started

  1. MOUNT
  2. OPEN
  3. NOMOUNT
  4. None

  3

  Q. 2 : When Oracle startups up, what happens if a datafile or redo log file not available or corrupted due to O.S Problems

  1. Oracle returns a warning message and opens the database
  2. Oracle returns a warning message and does not open the database
  3. Oracle returns a warning message and starts the database recovery
  4. Oracle ignores those files and functions normally

  2

  Q. 3 : The RESTRICTED SESSION system privilege should be given to

  1. Users, who need extra security while transfering the data between client and the server through SQL*NET or NET8.
  2. DBAs, who perform strUCtural maintenance eXPorts and imports the data.
  3. All of the above
  4. None of the above

  2

  Q. 4 : When Starting up a database, If one or more of the files specified in the CONTROL_FILES parameter does not exist, or cannot be opened

  1. Oracle returns a warning message and does not mount the database
  2. Oracle returns a warning message and mounts the database
  3. Oracle ignores those files and functions normally
  4. Oracle returns a warning message and starts database recovery

  1

  Q. 5 : Bob tried to shutdown normal, Oracle said it was unavailable, and when he tried to starup, oracle said that it was already started. What is the best mode that bob can use to force a shutdown on the server

  1. NORMAL
  2. ABORT
  3. IMMEDIATE
  4. NONE

  2

  Q. 6 : Tom issued a command to startup the database. What modes does the Instance and Database pass through to finally have the database open

  1. OPEN, NOMOUNT, MOUNT
  2. NOMOUNT, MOUNT, OPEN
  3. NOMOUNT, OPEN, MOUNT
  4. MOUNT, OPEN, NOMOUNT

  2

  Q. 7 : Diane is a new dba and issued a shutdown command while her server is being used. After a while she figures that oracle is waiting for all the users to sign off. What shutdown mode did she use

  1. NORMAL
  2. ABORT
  3. IMMEDIATE
  4. NONE

  1

  Q. 8 : Which script file creates commonly used data dictionary views

  1. sql.bsq
  2. catalog.sql
  3. utlmontr.sql
  4. catproc.sql

  2

  Q. 9 : In order to perform a full media recovery, the Database must be¡­

  1. Mounted and Opened using RESETLOG option
  2. Mounted but not Opened
  3. Mounted and Opened using ARCHIVELOG option
  4. You cannot perform a full media recovery

  2

  Q. 10 : When is the parameter file read during startup

  1. When opening the Database
  2. When mounting the Database
  3. During instance startup
  4. In every stage

  3

[NextPage]
  Q. 11 : What is the default mount option for an Oracle Database

  1. SHARED
  2. PARALLEL
  3. EXCLUSIVE
  4. RETRY

  3

  Q. 12 : You cannot start a database instance if you are connected to the database via a shared server process.

  1. TRUE
  2. FALSE
  3. Depends on the O.S
  4. Depends on the O.S and Network Protocol

  1

  Q. 13 : The shutdown mode that requires instance recovery at next startup is

  1. NORMAL
  2. ABORT
  3. IMMEDIATE
  4. None of the above

  2 : Uncommitted transactions are not rolled back. So the instance needs recovery.Refer to Shutting Down instance.

  Q. 14 : Which command only mounts the database

  1. STARTUP OPEN
  2. STARTUP NOMOUNT
  3. STARTUP FORCE
  4. STARTUP MOUNT

  3

  Q. 15 : Which shutdown mode shuts down the instance but does not go through the dismount phase

  1. NORMAL
  2. ABORT
  3. IMMEDIATE
  4. NONE

  2

  Q. 16 : Which startup mode should you use to start up an instance for maintenance

  1. OPEN
  2. MOUNT
  3. NOMOUNT
  4. FORCE

  2 : The database must be closed when you add, drop, rename the redo log files rename the datafiles perform full database recovery. Refer to Starting up an instance

  Q. 17 : Which command should you use to open a database for normal use while it is already mounted

  1. ALTER DATABASE OPEN
  2. ALTER SYSTEM OPEN DATABASE
  3. STARTUP DATABASE
  4. STARTUP OPEN

  1

  Q. 18 : Which shutdown mode waits for all users to disconnect before completing the shutdown

  1. ABORT
  2. IMMEDIATE
  3. FORCE
  4. NORMAL

  4

  Q. 19 : Which mount should you use if multiple instances will be allowed to Access the database

  1. RETRY
  2. EXCLUSIVE
  3. PARALLEL
  4. NONE

  3

  Q. 20 : What is the fastest mode to shutdown the database

  1. NORMAL
  2. ABORT
  3. IMMEDIATE
  4. NONE

  2 : The operation of writing all data in the buffers of the SGA to the datafiles and redo log files is skipped.Refer to Database and Instance Startup and Shutdown.
上一篇:Oracle DBA 存储管理试题选 人气:358
下一篇:Oracle DBA 审计数据库试题选 人气:347
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-7-24 Sablog-X v2.0 预览版
2008-7-24 帝国备份王EmpireBak 2008 正式版
2008-7-24 网趣网上购物系统时尚版 v8.2
2008-7-24 纵横B2B电子商务系统XYECS!B2B v
2008-7-24 e路小说小偷 v1.2.0723
2008-7-24 凌风美女图片站程序 v2.2
2008-7-24 TOM15电影收索程序
2008-7-24 清风信息自动采集生成系统 v1.0
2008-7-24 QQ邮箱编辑器 v1.0 (小小菜刀ASP
2008-7-19 UltraEdit 简体中文增强版 14.10
2008-7-19 CentOS 5.2 i386 LiveCD
2008-7-19 Snapture多功能相机 v1.4
2008-7-19 iAcces中文输入法 v1.0Build016
2008-7-19 Cookbook烹饪秘籍 v2.5
2008-7-19 苹果专用DVD转换工具 v1.1.59汉化
2008-7-19 Modem修复软件ZiPhone修改版04.0
2008-7-19 AgileMessenger即时通讯工具美化
2008-7-19 Sketches画图软件 v0.7b6破解版


  发表评论
姓 名: 验证码:
内 容:
[ 汉字翻译拼音 ] [ 广告代码 ] [ 符号对照表 ] [ 进制转换 ] [ 经典小工具 ] [ 个税计算 ] [ 汉字简繁转换 ] [ 普通单位换算 ] [ 公制单位换算 ]
[ 生辰老黄历 ] [ 国内电话区号 ] [ 国家代码与域名缩写 ] [ 文字加密解密 ] [ 健康查询 ] [ 万年历 ] [ 手机号码查询 ] [ ip搜索 ] [ Google PR查询 ]
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号
ホームページ制作 不動産検索システム 求人情報
防水工事·改修工事 フットサル大会 探偵