网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
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教程,数据库安全,数据库文摘
本月文章推荐
.什么是邮件转发(mail relay).
.你的Oracle数据库安全吗?.
.使用oralce Cursor.
.Oracle约束管理脚本.
.本地管理表空间与字典管理表空间.
.在Linux下安装Oracle 9i.
.spfile全攻略.
.用Oracle8的层次查询生成BOM树的.
.Oracle 10g 新特性之自动存储管理.
.Oracle9i数据库如何支持动态重配.
.Oracle数据库删除表中重复记录的.
.怎样修改查看Oracle字符集.
.java语言操作Oracle数据库中的CL.
.Oracle数据库处理多媒体信息.
.oracle移植到mysql注意事项.
.Oracle数据库有哪几种启动方式.
.oracle 10G在fedora2上的安装.
.通过分析SQL语句的执行计划优化S.
.Oracle 10G 最佳20位新特性:自动.
.在red hat linux 7.0下实现ppp s.

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 存储管理试题选 人气:617
下一篇:Oracle DBA 审计数据库试题选 人气:584
浏览全部Oracle教程的内容 Dreamweaver插件下载 网页广告代码 祝你圣诞节快乐 2009年新年快乐