亚洲精品成人18久久久久_日韩欧美色_江苏极品身材白嫩少妇自拍_曰本人做爰大片免费观看一老师_久草视频网_最近中文字幕MV高清在线视频

首頁 > 考試輔導 > 計算機考試 > Oracle認證 > Oracle試題集錦 > OracleDBA啟動和關閉例程試選題

OracleDBA啟動和關閉例程試選題

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



  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.

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
主站蜘蛛池模板: 亚洲精品久久AV无码蜜桃第1集 | 欧美日韩中 | 青青操在线观看 | 精品久久久无码中文字幕 | 国产三级一区二区 | 在线观看免费AV无码不卡 | 国产精品流白浆在线观看 | 久久99色 | 后入白嫩网红内射99XYZ | 真人作爱免费视频 | 佐山爱痴汉视频一区二区三区 | 国产伦精品久久久一区二区三区 | 春药玩弄少妇高潮吼叫 | 国产视频一区二区三区在线播放 | 亚洲日本乱码一区两区在线观看 | 成人做爰 | 久久午夜影视 | 男女黄色一级视频 | 成人黄色a视频 | 亚洲人成在线观看无码 | 环太平洋免费看 | av在线视屏 | 最近2019年日本中文免费字幕 | 天天爽人人爽夜夜爽 | 国产最大成人亚洲精品 | 久久久麻豆精品一区二区 | 91jq激情 | 久久成人在线观看 | 屁股大丰满高潮尖叫视频 | 偷玩朋友的醉酒人妻中文字幕 | 成人午夜精品一区二区三区 | 少妇被大黑捧猛烈进出A片 久久亚洲视频网 | 国产自无码视频在线观看 | 国产精品18久久久不卡最新章节 | 少妇厨房愉情理伦片BD在线观看 | 日韩网站在线观看 | 欧美日韩在线资源 | 啪啪玩小处雏女毛免费 | 激情内射日本一区二区三区 | 亚洲永久网址在线观看 | 竹内纱里奈激烈高潮 |