网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Note the following functionalities of various background processes:  1:Record the checkpoint information in data file headers. CKPT  2:Perform recovery at instance startup. SMON  3:Cleanup unused temporary segments. SMON  4:Free the resources used by a user process when it fails.  5:Dynamically register database services with listeners.  6:Monitor sessions for idle session timeout.  Which option has the correct functionalities listed for a background process()
A

Archiver Process (ARCn):1, 2,5

B

System Monitor Process (SMON):1,4,5

C

Process Monitor Process (PMON):4,5,6

D

Database Writer Process (DBWn):1,3,4


参考答案

参考解析
解析: 进程监视器进程(PMON) 在用户进程失败时执行进程恢复。PMON 负责清除数据库缓冲区高速缓存以及释放该用户进程使用的资源。例如,它重置活动事务处理表的状态,释放锁,并且从活动进程列表中删除该进程ID。PMON定期检查分派程序和服务器进程的状态,并重新启动任何已停止运行(但并非Oracle DB 故意终止)的分派程序和服务器进程。PMON 还将有关实例和分派程序进程的信息注册到网络监听程序。与SMON 一样,PMON 定期检查以查看是否需要执行;如果其它进程检测到需要该进程,也可以调用它。
更多 “单选题Note the following functionalities of various background processes:  1:Record the checkpoint information in data file headers. CKPT  2:Perform recovery at instance startup. SMON  3:Cleanup unused temporary segments. SMON  4:Free the resources used by a user process when it fails.  5:Dynamically register database services with listeners.  6:Monitor sessions for idle session timeout.  Which option has the correct functionalities listed for a background process()A Archiver Process (ARCn):1, 2,5B System Monitor Process (SMON):1,4,5C Process Monitor Process (PMON):4,5,6D Database Writer Process (DBWn):1,3,4” 相关考题
考题 Notethefunctionalitiesofvariousbackgroundprocesses:1:Performrecoveryatinstancestartup.SMON2:Freetheresourcesusedbyauserprocesswhenitfails.PMON3:Cleanupthedatabasebuffercachewhenaprocessfails.PMON4:Dynamicallyregisterdatabaseserviceswithlisteners.PMON5:Monitorsessionsforidlesessiontimeout.PMON6:Cleanupunusedtemporarysegments.SMON7:Recordthecheckpointinformationincontrolfile.CKPTWhichoptionhasthecorrectfunctionalitieslistedforabackgroundprocess()A.Checkpoint(CKPT):1,2,5B.SystemMonitor(SMON):1,6C.ProcessMonitor(PMON):4,6,7D.DatabaseWriter(DBWR):1,3,4

考题 Notethefollowingfunctionalitiesofvariousbackgroundprocesses:1:Record thecheckpointinformationindatafileheaders.CKPT2:Performrecoveryatinstancestartup.SMON3:Cleanupunusedtemporarysegments.SMON4:Freetheresourcesusedbyauserprocesswhenitfails.5:Dynamicallyregisterdatabaseserviceswithlisteners.6:Monitorsessionsforidlesessiontimeout.Whichoptionhasthecorrectfunctionalitieslistedforabackgroundprocess()A.ArchiverProcess(ARCn):1,2,5B.SystemMonitorProcess(SMON):1,4,5C.ProcessMonitorProcess(PMON):4,5,6D.DatabaseWriterProcess(DBWn):1,3,4

考题 Note the functionalities of various background processes:  1:Perform recovery at instance startup. SMON  2:Free the resources used by a user process when it fails. PMON  3:Cleanup the database buffer cache when a process fails. PMON  4:Dynamically register database services with listeners. PMON  5:Monitor sessions for idle session timeout. PMON  6:Cleanup unused temporary segments. SMON  7:Record the checkpoint information in control file. CKPT  Which option has the correct functionalities listed for a background process()A、Checkpoint (CKPT): 1, 2, 5B、System Monitor (SMON): 1, 6C、Process Monitor (PMON): 4, 6, 7D、Database Writer (DBWR): 1, 3, 4

考题 You are in the middle of a transaction and very crucial data has been modified. Because of a hardware failure, the instance has shut down before synchronizing all the database files. Which two statements are true?()A、On startup, SMON coordinates instance recovery.B、On startup, CKPT coordinates instance recovery.C、On startup, use RMAN to perform instance recovery.D、Uncommitted changes will be rolled back after the database is opened.E、On startup, perform media recovery and then instance recovery.F、On startup, all the files will be synchronized and you get both committed and uncommitted data.

考题 You have issued a SHUTDOWN ABORT command to bring down your database instance. Considerthe steps that will be performed later when you open the database:  1:SGA is allocated.  2:Control file is read.  3:Redo log files are read.  4:Instance recovery is started.  5:Background processes are started.  6:Data files are checked for consistency.  7:Server parameter file or the initialization parameter file is read. Which option has the correct order in which these steps occur()A、7,1,5,2,3,6,4B、1,2,3,7,5,6,4C、7,1,4,5,2,3,6D、1,7,5,4,2,3,6

考题 Which background process of a database instance,using Automatic Storage Management (ASM), connects as a foreground process into the ASM instance?()A、 ASMBB、 PMONC、 RBALD、 SMON

考题 You used the IMMEDIATE option to shut down your database instance. Consider the steps that  mayoccur when a database instance is started and database is opened:  1:SGA is allocated.  2:Control file is read.  3:Redo log files are opened.  4:Instance recovery is started.  5:Background processes are started.  6:Data file headers are checked for consistency.  7:Server parameter file or the initialization parameter file is read.  Which option has the correct order in which these steps occur()A、7,1,5,2,3,6,4B、1,5,7,2,3,6;step 4 is not requiredC、7,1,5,2,3,6;step 4 is not requiredD、1,2,3,5,6,4;step 7 is not required

考题 You work as a database administrator for Certkiller .com. One of the user sessions was terminated abnormally in the middle of a transaction. What does Oracle database do to recover it?()A、Uses undo data for roll forwardB、Uses Flashback Log for recoveryC、Uses online redo logs to roll backD、Uses undo data to roll back the transactionE、Uses Recovery Manager (RMAN) to roll backF、Uses the System Monitor (SMON) background process to perform instance recovery

考题 Note the following functionalities of various background processes:  1:Record the checkpoint information in data file headers. CKPT  2:Perform recovery at instance startup. SMON  3:Cleanup unused temporary segments. SMON  4:Free the resources used by a user process when it fails.  5:Dynamically register database services with listeners.  6:Monitor sessions for idle session timeout.  Which option has the correct functionalities listed for a background process()A、Archiver Process (ARCn):1, 2,5B、System Monitor Process (SMON):1,4,5C、Process Monitor Process (PMON):4,5,6D、Database Writer Process (DBWn):1,3,4

考题 Note the following points describing various utilities in Oracle Database 11g: 1. It enables the transfer of data from one database to another. 2. It provides a complete solution for the backup, restoration, and recovery needs of the entire database. 3. It enables the loading of data from an external file into tables of an Oracle database. 4. It provides a tape backup management for the Oracle ecosystem.  Which point describes the Oracle Data Pump utility()A、1B、2C、3D、4E、1 and 3F、1, 2, 3, and 4

考题 One of the user sessions was terminated abnormally in the middle of a transaction. What does Oracle database do to recover it?()A、uses undo data for roll forwardB、uses Flashback Log for recoveryC、uses online redo logs to roll backD、uses undo data to roll back the transactionE、uses Recovery Manager (RMAN) to roll backF、uses the System Monitor (SMON) background process to perform instance recovery

考题 You work as a database administrator for Certkiller .com. On a Monday morning, you find the database instance aborted. After inspecting the alert log file, you execute the STARTUP command in SQL*Plus to bring the instance up. What statement is true?()A、PMON coordinates media recovery.B、SMON coordinates instance recovery.C、PMON coordinates instance recovery.D、Undo Advisor would roll back all uncommitted transactions.E、SQL*PLUS reports an error with the message asking you to perform instance recovery. 

考题 ORACLE数据库启动后,有哪五个必要的后台进程(mandatory background processes)()A、CKPT DBWn LGWR PMON SMONB、ARCn CKPT DBWn LGWR SMONC、CJQ0 CKPT DBWn LGWR SMOND、DBWn LGWR PMON RECO SMONE、CKPT DBWn LMON PMON SMON

考题 You used the IMMEDIATE option to shut down your database instance. Consider the steps that may occurwhen a database instance is started and database is opened: 1. SGA is allocated. 2. Control file is read. 3. Redo log files are opened.4. Instance recovery is started. 5. Background processes are started. 6. Data file headers are checked for consistency. 7. Server parameter file or the initialization parameter file is read.  Which option has the correct order in which these steps occur()A、7, 1, 5, 2, 3, 6, 4B、1, 5, 7, 2, 3, 6; step 4 is not requiredC、7, 1, 5, 2, 3, 6; step 4 is not requiredThis document was downloaded from = http://www.amaderforum.comD、1, 2, 3, 5, 6, 4; step 7 is not required

考题 Note the following functionalities of various background processes: 1. Record the checkpoint information in data file headers. 2. Perform recovery at instance startup. 3. Cleanup unused temporary segments. 4. Free the resources used by a user process when it fails. 5. Dynamically register database services with listeners. 6. Monitor sessions for idle session timeout. Which option has the correct functionalities listed for a background process()A、Archiver Process (ARCn): 1, 2, 5B、System Monitor Process (SMON): 1, 4, 5C、Process Monitor Process (PMON): 4, 5, 6D、Database Writer Process (DBWn): 1, 3, 4

考题 单选题One of the user sessions was terminated abnormally in the middle of a transaction. What does Oracle database do to recover it?()A uses undo data for roll forwardB uses Flashback Log for recoveryC uses online redo logs to roll backD uses undo data to roll back the transactionE uses Recovery Manager (RMAN) to roll backF uses the System Monitor (SMON) background process to perform instance recovery

考题 单选题Note the following functionalities of various background processes: 1. Record the checkpoint information in data file headers. 2. Perform recovery at instance startup. 3. Cleanup unused temporary segments. 4. Free the resources used by a user process when it fails. 5. Dynamically register database services with listeners. 6. Monitor sessions for idle session timeout. Which option has the correct functionalities listed for a background process()A Archiver Process (ARCn): 1, 2, 5B System Monitor Process (SMON): 1, 4, 5C Process Monitor Process (PMON): 4, 5, 6D Database Writer Process (DBWn): 1, 3, 4

考题 单选题Note the following points describing various utilities in Oracle Database 11g: 1. It enables the transfer of data from one database to another. 2. It provides a complete solution for the backup, restoration, and recovery needs of the entire database. 3. It enables the loading of data from an external file into tables of an Oracle database. 4. It provides a tape backup management for the Oracle ecosystem.  Which point describes the Oracle Data Pump utility()A 1B 2C 3D 4E 1 and 3F 1, 2, 3, and 4

考题 单选题ORACLE数据库启动后,有哪五个必要的后台进程(mandatory background processes)()A CKPT DBWn LGWR PMON SMONB ARCn CKPT DBWn LGWR SMONC CJQ0 CKPT DBWn LGWR SMOND DBWn LGWR PMON RECO SMONE CKPT DBWn LMON PMON SMON

考题 多选题You are in the middle of a transaction and very crucial data has been modified. Because of a hardware failure, the instance has shut down before synchronizing all the database files. Which two statements are true?()AOn startup, SMON coordinates instance recovery.BOn startup, CKPT coordinates instance recovery.COn startup, use RMAN to perform instance recovery.DUncommitted changes will be rolled back after the database is opened.EOn startup, perform media recovery and then instance recovery.FOn startup, all the files will be synchronized and you get both committed and uncommitted data.

考题 单选题You used the IMMEDIATE option to shut down your database instance. Consider the steps that  mayoccur when a database instance is started and database is opened:  1:SGA is allocated.  2:Control file is read.  3:Redo log files are opened.  4:Instance recovery is started.  5:Background processes are started.  6:Data file headers are checked for consistency.  7:Server parameter file or the initialization parameter file is read.  Which option has the correct order in which these steps occur()A 7,1,5,2,3,6,4B 1,5,7,2,3,6;step 4 is not requiredC 7,1,5,2,3,6;step 4 is not requiredD 1,2,3,5,6,4;step 7 is not required

考题 单选题Note the functionalities of various background processes:  1:Perform recovery at instance startup. SMON  2:Free the resources used by a user process when it fails. PMON  3:Cleanup the database buffer cache when a process fails. PMON  4:Dynamically register database services with listeners. PMON  5:Monitor sessions for idle session timeout. PMON  6:Cleanup unused temporary segments. SMON  7:Record the checkpoint information in control file. CKPT  Which option has the correct functionalities listed for a background process()A Checkpoint (CKPT): 1, 2, 5B System Monitor (SMON): 1, 6C Process Monitor (PMON): 4, 6, 7D Database Writer (DBWR): 1, 3, 4

考题 单选题Note the following functionalities of various background processes: 1. Record the checkpoint information in data file headers. 2. Perform recovery at instance startup. 3. Cleanup unused temporary segments. 4. Free the resources used by a user process when it fails. 5. Dynamically register database services with listeners. 6. Monitor sessions for idle session timeout. Which option has the correct functionalities listed for a background process()A Archiver Process (ARCn): 1, 2, 5B System Monitor Process (SMON): 1, 4, 5C Process Monitor Process (PMON): 4, 5, 6D Database Writer Process (DBWn): 1, 3, 4

考题 单选题You used the IMMEDIATE option to shut down your database instance. Consider the steps that may occurwhen a database instance is started and database is opened: 1. SGA is allocated. 2. Control file is read. 3. Redo log files are opened.4. Instance recovery is started. 5. Background processes are started. 6. Data file headers are checked for consistency. 7. Server parameter file or the initialization parameter file is read.  Which option has the correct order in which these steps occur()A 7, 1, 5, 2, 3, 6, 4B 1, 5, 7, 2, 3, 6; step 4 is not requiredC 7, 1, 5, 2, 3, 6; step 4 is not requiredThis document was downloaded from = http://www.amaderforum.comD 1, 2, 3, 5, 6, 4; step 7 is not required

考题 单选题You used the IMMEDIATE option to shut down your database instance. Consider the steps that may occurwhen a database instance is started and database is opened: 1. SGA is allocated. 2. Control file is read. 3. Redo log files are opened.4. Instance recovery is started. 5. Background processes are started. 6. Data file headers are checked for consistency. 7. Server parameter file or the initialization parameter file is read.  Which option has the correct order in which these steps occur()A 7, 1, 5, 2, 3, 6, 4B 1, 5, 7, 2, 3, 6; step 4 is not requiredC 7, 1, 5, 2, 3, 6; step 4 is not requiredThis document was downloaded from = http://www.amaderforum.comD 1, 2, 3, 5, 6, 4; step 7 is not required

考题 单选题You work as a database administrator for Certkiller .com. One of the user sessions was terminated abnormally in the middle of a transaction. What does Oracle database do to recover it?()A Uses undo data for roll forwardB Uses Flashback Log for recoveryC Uses online redo logs to roll backD Uses undo data to roll back the transactionE Uses Recovery Manager (RMAN) to roll backF Uses the System Monitor (SMON) background process to perform instance recovery

考题 单选题You have issued a SHUTDOWN ABORT command to bring down your database instance. Considerthe steps that will be performed later when you open the database:  1:SGA is allocated.  2:Control file is read.  3:Redo log files are read.  4:Instance recovery is started.  5:Background processes are started.  6:Data files are checked for consistency.  7:Server parameter file or the initialization parameter file is read. Which option has the correct order in which these steps occur()A 7,1,5,2,3,6,4B 1,2,3,7,5,6,4C 7,1,4,5,2,3,6D 1,7,5,4,2,3,6