niusouti.com

单选题You are using Enterprise Manager to schedule backups for your database.  Which type of script would begenerated by the backup scheduler()A XML scriptB PL/SQL scriptC Operating system scriptThis document was downloaded from =>> http://www.amaderforum.co

题目
单选题
You are using Enterprise Manager to schedule backups for your database.  Which type of script would begenerated by the backup scheduler()
A

XML script

B

PL/SQL script

C

Operating system scriptThis document was downloaded from =>> http://www.amaderforum.com

D

Recovery Manager (RMAN) script


相似考题
更多“单选题You are using Enterprise Manager to schedule backups for your database.  Which type of script would begenerated by the backup scheduler()A XML scriptB PL/SQL scriptC Operating system scriptThis document was downloaded from = http://www.amaderforum.comD”相关问题
  • 第1题:

    You want to administer your PROD database from a remote host machine using a Web-enabled interface. Which Oracle tool would you use to accomplish this task efficiently without using command-line interfaces?()

    • A、SQL*Plus
    • B、iSQL*Plus
    • C、Management Server
    • D、Management Repository
    • E、Oracle Enterprise Manager 10g Database Control

    正确答案:E

  • 第2题:

    Your database is functioning in NOARCHIVELOG mode. Your database contains 15 tablespaces. You want to use Recovery Manager (RMAN) to perform backups.  Which two backups would you be able to perform when the database is being accessed by users?()

    • A、backup of offline tablespaces
    • B、backup of read­only tablespaces
    • C、backup of system­critical tablespaces
    • D、backup of online, locally managed tablespaces
    • E、backup of read/write dictionary­managed tablespaces

    正确答案:A,B

  • 第3题:

    You scheduled a backup by using the Schedule Backup option in Oracle Enterprise Manager. Which statement about the script created by Oracle Enterprise Manager is true? ()

    • A、It is a SQL script.
    • B、It is a PL/SQL file.
    • C、It is an operating system (OS) file.
    • D、It is a Recovery Manager (RMAN) script

    正确答案:D

  • 第4题:

    You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your database. Which type of script does the backup scheduler generate? ()

    • A、SQL script
    • B、PL/SQL script
    • C、Operating System (OS) script
    • D、Enterprise Manager (EM) script
    • E、Recovery Manager (RMAN) script

    正确答案:E

  • 第5题:

    You plan to take a closed database backup using operating system commands. Which three SHUTDOWN options are appropriate for this type of backup?()

    • A、ABORT
    • B、NORMAL
    • C、IMMEDIATE
    • D、TRANSACTIONAL

    正确答案:B,C,D

  • 第6题:

    You are a network administrator for your company. You currently automate backups of the System State data on the servers in your network by using NTBackup. Your manager instructs you to document the procedure for restoring a server from a backup of the System State data.You need to select the correct method for performing a restoration of a backup of the System State data.What should you do?()

    • A、Run the following command: ntbackup.exe backup /F {"FileName"}
    • B、Run the following command: ntbackup.exe backup systemstate /F {"FileName"}
    • C、In Control Panel, open System, and configure the Startup and Recovery settings on the Advanced tab.
    • D、Use NTBackup interactively.

    正确答案:D

  • 第7题:

    单选题
    You are using Enterprise Manager to schedule backups for your database.  Which type of script wouldbe generated by the backup scheduler()
    A

    XML script

    B

    PL/SQL script

    C

    Operating system script

    D

    Recovery Manager (RMAN) script


    正确答案: B
    解析: 暂无解析

  • 第8题:

    单选题
    You are the network administrator for You currently automate backups of the System State data on the servers in your network by using NTBackup. Your manager instructs you to document the procedure for restoring a server from a backup of the System State data. You need to select the correct method for performing a restoration of a backup of the System State data. What should you do?()
    A

    Run the following command: ntbackup.exe backup /F {FileName}

    B

    Run the following command: ntbackup.exe backup systemstate /F {FileName}

    C

    In Control Panel, open System, and configure the Startup and Recovery settings on the Advanced tab.

    D

    Use NTBackup interactively.


    正确答案: C
    解析: 暂无解析

  • 第9题:

    单选题
    Your company decided to start using RMAN in its backup strategy. Previously your company used operating system file copies. Which command is used to make RMAN aware of existing backups made by copying files at the operating system?()
    A

    CHANGE

    B

    RESYNC

    C

    CATALOG

    D

    CROSSCHECK


    正确答案: C
    解析: 暂无解析

  • 第10题:

    单选题
    You work as a database administrator for Supportcenter.cn. You are using Recovery Manager (RMAN) for backup and recovery of your database. You executed the delete command in RMAN to delete a backup of a tablespace. Which statement is true in this scenario?()
    A

    The backup status will be marked expired in RMAN recovery catalog.

    B

    The backup status will be marked deleted in RMAN recovery catalog after you execute the crosscheck command.

    C

    The backup will be deleted physically from the OS (Operating system)and the backup information is removed from the recovery catalogl

    D

    The backup status will be marked deleted and you must delete the backup file manually from the OS (Operating system).

    E

    The backup status will be marked deleted and you must delete the backup file manually from the OS (Operating system), if you are not using Oracle Managed Files (OMF).


    正确答案: E
    解析: 暂无解析

  • 第11题:

    单选题
    Your database runs in NOARCHIVELOG mode, and is backed up every night using RMAN scripts. However, last night your assistant DBA performed a manual operating system backup, instead of running the scripts. Today your database crashed and you now want to use the backups from last night. What do you need todo?()
    A

    You need to perform the restore and recover operations manually, because the backup was made manually. 

    B

    First you need to resynchronize the catalog with the control file, and then you can use RMAN to recover the database. 

    C

    First you need to add the backup to the catalog using the CATALOG command, and then you can use RMAN to recover the database. 

    D

    You can just use RMAN and recover the database, because RMAN automatically updates the catalog with the backup information. 


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    You work as a database administrator for Supportcenter.cn. You want to configure database backups to be run automatically. Which tool or utility would you use to achieve this?()
    A

    The DBMS_JOB package

    B

    The BACKUP_JOB package

    C

    The DBMS_BACKUP_RESTORE package

    D

    The calendar tool in the Operating System (OS)

    E

    The backup scheduler in Enterprise Manager (EM)

    F

    The DBMS_BACKUP_SCHEDULER packager inline mode


    正确答案: C
    解析: 暂无解析

  • 第13题:

    You work as a database administrator for Certkiller .com. You want to configure database backups to be run automatically.  Which tool or utility would you use to achieve this? ()

    • A、The DBMS_JOB package
    • B、The BACKUP_JOB package
    • C、The DBMS_BACKUP_RESTORE package
    • D、The calendar tool in the Operating System (OS)
    • E、The backup scheduler in Enterprise Manager (EM)
    • F、The DBMS_BACKUP_SCHEDULER packager inline mode

    正确答案:E

  • 第14题:

    You want to configure and schedule offline database backups to run automatically.  Which tool or utilitywould you use to achieve this()

    • A、the XML script
    • B、the PL/SQL script
    • C、the DBMS_SCHEDULER package
    • D、Enterprise Manager to schedule the backup

    正确答案:D

  • 第15题:

    You have three databases, FINDB, PAYDB and ADMINDB, located in Sydney, Tokyo and Singapore respectively. You want to perform administrative tasks which include starting up and shutting down the databases, creating and managing tablespaces and database users, and taking regular backups, for all of the three databases from London. Which component must be enabled and running on each host machine to achieve your objective?()

    • A、Oracle Management Agent
    • B、Enterprise Manager with Grid Control
    • C、Enterprise Manager with Database Control
    • D、Operating System Socket for incoming requests
    • E、Real Application Cluster (RAC) with three instances
    • F、Enterprise Manager with Generic Database Management

    正确答案:A

  • 第16题:

    You work as a database administrator for Supportcenter.cn. You are using Recovery Manager (RMAN) for backup and recovery of your database. You executed the delete command in RMAN to delete a backup of a tablespace. Which statement is true in this scenario?()

    • A、The backup status will be marked expired in RMAN recovery catalog.
    • B、The backup status will be marked deleted in RMAN recovery catalog after you execute the crosscheck command.
    • C、The backup will be deleted physically from the OS (Operating system)and the backup information is removed from the recovery catalogl
    • D、The backup status will be marked deleted and you must delete the backup file manually from the OS (Operating system).
    • E、The backup status will be marked deleted and you must delete the backup file manually from the OS (Operating system), if you are not using Oracle Managed Files (OMF).

    正确答案:C

  • 第17题:

    You observe that in your PROD database, customer information is being modified by some unauthorized users. You want to keep track of all of the transactions happening on the table using PL/SQL. Which type of PL/SQL subprogram or construct would you use to accomplish this task?()

    • A、functions
    • B、packages
    • C、procedures
    • D、database triggers
    • E、anonymous PL/SQL block

    正确答案:D

  • 第18题:

    单选题
    You are a network administrator for your company. You currently automate backups of the System State data on the servers in your network by using NTBackup. Your manager instructs you to document the procedure for restoring a server from a backup of the System State data.You need to select the correct method for performing a restoration of a backup of the System State data.What should you do?()
    A

    Run the following command: ntbackup.exe backup /F {FileName}

    B

    Run the following command: ntbackup.exe backup systemstate /F {FileName}

    C

    In Control Panel, open System, and configure the Startup and Recovery settings on the Advanced tab.

    D

    Use NTBackup interactively.


    正确答案: B
    解析: 暂无解析

  • 第19题:

    单选题
    You observe that in your PROD database, customer information is being modified by some unauthorized users. You want to keep track of all of the transactions happening on the table using PL/SQL. Which type of PL/SQL subprogram or construct would you use to accomplish this task?()
    A

    functions

    B

    packages

    C

    procedures

    D

    database triggers

    E

    anonymous PL/SQL block


    正确答案: C
    解析: 暂无解析

  • 第20题:

    单选题
    You are using Enterprise Manager to schedule backups for your database.  Which type of script would begenerated by the backup scheduler()
    A

    XML script

    B

    PL/SQL script

    C

    Operating system scriptThis document was downloaded from =>> http://www.amaderforum.com

    D

    Recovery Manager (RMAN) script


    正确答案: A
    解析: 暂无解析

  • 第21题:

    单选题
    You want to configure and schedule offline database backups to run automatically.  Which tool or utility wouldyou use to achieve this()
    A

    The XML script

    B

    The PL/SQL script

    C

    The DBMS_SCHEDULER package

    D

    Enterprise Manager to schedule the backup


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your database. Which type of script does the backup scheduler generate?()
    A

    SQL script

    B

    PL/SQL script

    C

    Operating System (OS) script

    D

    Enterprise Manager (EM) script

    E

    Recovery Manager (RMAN) script


    正确答案: E
    解析: 暂无解析

  • 第23题:

    单选题
    You want to configure and schedule offline database backups to run automatically.  Which tool or utilitywould you use to achieve this()
    A

    the XML script

    B

    the PL/SQL script

    C

    the DBMS_SCHEDULER package

    D

    Enterprise Manager to schedule the backup


    正确答案: A
    解析: 暂无解析

  • 第24题:

    单选题
    You scheduled a backup by using the Schedule Backup option in Oracle Enterprise Manager. Which statement about the script created by Oracle Enterprise Manager is true? ()
    A

    It is a SQL script.

    B

    It is a PL/SQL file.

    C

    It is an operating system (OS) file.

    D

    It is a Recovery Manager (RMAN) script


    正确答案: C
    解析: 暂无解析