亚洲精品成人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
主站蜘蛛池模板: 免费又黄又爽1000禁片 | 久久久噜噜噜久久熟女AA片 | 久久久999久久久 | 午夜a级理论片在线播放琪琪 | 特级欧美aaaaaa片 | 香蕉久久人人爽人人爽人人片av | 人人揉人人捏人人爽五月天 | 久久艹色 | 成人综合网亚洲伊人 | 国产足浴漂亮丰满技师av | 年轻的朋友在线免费观看 | 欧美日韩在线一区二区三区 | 佐山爱国产在线一区 | 免费中午字幕无吗 | 高清中文字幕一区二区三区 | 男男gaygays熟睡入侵视频 | 日韩午夜激情 | 国产精品一品二区三区的使用体验 | 日日干夜夜弄 | 久久精品剧情 | 亚洲美女自拍视频 | 好紧好滑好湿好爽免费视频 | 亚洲成人av综合 | 亚洲伊人久久综合成人网站 | 久久久久久女乱国产 | 午夜天天操| 亚洲国产的精品太乱码一区二区 | 久久久精品99久久精品36亚 | 日韩国产在线看 | 7777久久亚洲中文字幕 | 91精品欧美一区综合在线观看 | 韩国三级中文字幕HD久久精品 | 波多野结衣一区二区免费高清 | 亚洲国产中文在线 | 久久精品国产秦先生 | 香蕉久久国产AV一区二区 | ww久久| 欧美成人精品第一区 | 国产精品欧美 | 好硬好湿好爽再深一点动态图视频 | 成人免费在线视频网站 |