多选题While creating a scheduler window using the DBMS_SCHEDULER package, a user logged in as DBMGR gets the error message insufficient privileges? Which two commands would you use to resolve this error?()AGRANT dba TO dbmgr;BGRANT connect TO dbmgr;CGRANT re

题目
多选题
While creating a scheduler window using the DBMS_SCHEDULER package, a user logged in as DBMGR gets the error message insufficient privileges? Which two commands would you use to resolve this error?()
A

GRANT dba TO dbmgr;

B

GRANT connect TO dbmgr;

C

GRANT resource TO dbmgr;

D

GRANT hs_admin_role TO dmbgr;

E

GRANT manage scheduler TO dbmgr;


相似考题
更多“While creating a scheduler window using the DBMS_SCHEDULER p”相关问题
  • 第1题:

    Which DBMS_SCHEDULER procedures can be used to enable a program?()

    A. ENABLE启用

    B. ENABLE_PROGRAM

    C. VALIDATE_PROGRAM

    D. SET_ATTRIBUTE设置属性

    E. SET_ENABLED


    参考答案:A, D

  • 第2题:

    You notice that the elapsed time for an important database scheduler Job is unacceptably long.The job belongs to a scheduler job class and window.Which two actions would reduce the job‘s elapsed time?()

    A. Increasing the priority of the job class to which the job belongs

    B. Increasing the job‘s relative priority within the Job class to which it belongs

    C. Increasing the resource allocation for the consumer group mapped to the scheduler job‘s job class within the plan mapped to the scheduler window

    D. Moving the job to an existing higher priority scheduler window with the same schedule and duration

    E. Increasing the value of the JOB_QUEUE_PROCESSES parameter

    F. Increasing the priority of the scheduler window to which the job belongs


    参考答案:B, C

  • 第3题:

    Using Oracle Scheduler you have scheduled two jobs, JOB_Aand JOB_B, to run at 9:00 p.m. every Friday. You want both the jobs to use a single resource plan, WEEKEND_PLAN. Which task must have already been performed to enable you to achieve this objective?()

    • A、 A window must have been created with the WEEKEND_PLAN resource plan.
    • B、 A program must have been created with the WEEKEND_PLAN resource plan.
    • C、 A job class must have been created with the WEEKEND_PLAN resource plan.
    • D、 A window group must have been created with the WEEKEND_PLAN resource plan.

    正确答案:C

  • 第4题:

    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

  • 第5题:

    Which three pieces of information are to be mandatorily provided while creating a new listener using Enterprise Manager Database Control?()

    • A、the port used by the listener
    • B、the protocol used by the listener
    • C、the server name where the listener runs
    • D、the log file and trace file destination for the listener
    • E、the database services to be registered with the listener

    正确答案:A,B,C

  • 第6题:

    You notice that the elapsed time for an important database scheduler Job is unacceptably long. The job belongs to a scheduler job class and window. Which two actions would reduce the job's elapsed time?()

    • A、Increasing the priority of the job class to which the job belongs
    • B、Increasing the job's relative priority within the Job class to which it belongs
    • C、Increasing the resource allocation for the consumer group mapped to the scheduler job's job class within the plan mapped to the scheduler window
    • D、Moving the job to an existing higher priority scheduler window with the same schedule and duration
    • E、Increasing the value of the JOB_QUEUE_PROCESSES parameter
    • F、Increasing the priority of the scheduler window to which the job belongs

    正确答案:B,C

  • 第7题:

    单选题
    Your business has departmental reports that are generated every day. Each department must use the same set of queries, but accesses a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed; currently, the format changes daily.  How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?()
    A

    by having each user run the report generation procedure at the scheduled time, supplying the necessary input variables

    B

    by creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB

    C

    by having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the report

    D

    by having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report

    E

    by creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER


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

  • 第8题:

    多选题
    While creating a scheduler window using the DBMS_SCHEDULER package, a user logged in as DBMGR gets the error message insufficient privileges.  Which two commands would you use to resolve this error?()
    A

    GRANT dba TO dbmgr;

    B

    GRANT connect TO dbmgr;

    C

    GRANT resource TO dbmgr;

    D

    GRANT hs_admin_role TO dbmgr;

    E

    GRANT manage scheduler TO dbmgr;


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

  • 第9题:

    单选题
    While creating a job class using the DBMS_SCHEDULER package, you set the logging level to LOGGING_RUNS. What would be the impact of this setting?()
    A

     Oracle Scheduler would write detailed information to the job log for each run of each job in the job class.

    B

     Oracle Scheduler would write detailed information to the job log for the first run of each job in the job class.

    C

     Oracle Scheduler would write detailed information to the job log for each run of only the first job in the job class.

    D

     Oracle Scheduler would write detailed information for all operations performed on all jobs in the job class.


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

  • 第10题:

    单选题
    While setting up an Oracle database for one of your critical applications, you want to ensure that the database is backed up at regular intervals without your intervention.What should you do to achieve the objective?()
    A

    configure the database to run in ARCHIVELOG mode

    B

    configure the Flash Recovery Area to enable automatic database backup

    C

    schedule the database backup using DBMS_JOB package after creating the database

    D

    schedule the database backup using Recovery Manager (RMAN)commands after creating the database

    E

    schedule the database backup using Database Configuration Assistant (DBCA)while creating the database


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

  • 第11题:

    单选题
    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
    解析: 暂无解析

  • 第12题:

    多选题
    You notice that the elapsed time for an important database scheduler Job is unacceptably long. The job belongs to a scheduler job class and window. Which two actions would reduce the job's elapsed time?()
    A

    Increasing the priority of the job class to which the job belongs

    B

    Increasing the job's relative priority within the Job class to which it belongs

    C

    Increasing the resource allocation for the consumer group mapped to the scheduler job's job class within the plan mapped to the scheduler window

    D

    Moving the job to an existing higher priority scheduler window with the same schedule and duration

    E

    Increasing the value of the JOB_QUEUE_PROCESSES parameter

    F

    Increasing the priority of the scheduler window to which the job belongs


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

  • 第13题:

    What are four capabilities of the mysql client program?()

    A.Creating, dropping, and modifying tables and indexes

    B.Initiating a binary backup of the database by using the START BACKUP command

    C.Displaying replication status information

    D.Shutting down the server by using the SHUTDOWN command

    E.Creating and dropping databases

    F.Creating and administering users


    参考答案:A, C, E, F

  • 第14题:

    While creating a job class using the DBMS_SCHEDULER package, you set the logging level to LOGGING_RUNS. What would be the impact of this setting?()

    • A、 Oracle Scheduler would write detailed information to the job log for each run of each job in the job class.
    • B、 Oracle Scheduler would write detailed information to the job log for the first run of each job in the job class.
    • C、 Oracle Scheduler would write detailed information to the job log for each run of only the first job in the job class.
    • D、 Oracle Scheduler would write detailed information for all operations performed on all jobs in the job class.

    正确答案:A

  • 第15题:

    Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job?()

    • A、 SET_ATTRIBUTE_NULL
    • B、 ALTER_JOB
    • C、 ALTER_JOB_PARAMETERS
    • D、 ALTER
    • E、 SET_ATTRIBUTE

    正确答案:A,E

  • 第16题:

    Which DBMS_SCHEDULER procedures can be used to enable a program?()

    • A、ENABLE启用
    • B、ENABLE_PROGRAM
    • C、VALIDATE_PROGRAM
    • D、SET_ATTRIBUTE设置属性
    • E、SET_ENABLED

    正确答案:A,D

  • 第17题:

    Your business has departmental reports that are generated every day. Each department must use the same set of queries, but access a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed; currently, the format changes daily. How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?()

    • A、 By having each user run the report generation procedure at the scheduled time, supplying the necessary input variables.
    • B、 By creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB.
    • C、 By having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the report.
    • D、 By having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report.
    • E、 By creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER.

    正确答案:E

  • 第18题:

    What are four capabilities of the mysql client program?()

    • A、Creating, dropping, and modifying tables and indexes
    • B、Initiating a binary backup of the database by using the START BACKUP command
    • C、Displaying replication status information
    • D、Shutting down the server by using the SHUTDOWN command
    • E、Creating and dropping databases
    • F、Creating and administering users

    正确答案:A,C,E,F

  • 第19题:

    多选题
    Which DBMS_SCHEDULER procedures can be used to enable a program?()
    A

    ENABLE

    B

    ENABLE_PROGRAM

    C

    VALIDATE_PROGRAM

    D

    SET_ATTRIBUTE

    E

    SET_ENABLED


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

  • 第20题:

    单选题
    Using Oracle Scheduler you have scheduled two jobs, JOB_Aand JOB_B, to run at 9:00 p.m. every Friday. You want both the jobs to use a single resource plan, WEEKEND_PLAN. Which task must have already been performed to enable you to achieve this objective?()
    A

     A window must have been created with the WEEKEND_PLAN resource plan.

    B

     A program must have been created with the WEEKEND_PLAN resource plan.

    C

     A job class must have been created with the WEEKEND_PLAN resource plan.

    D

     A window group must have been created with the WEEKEND_PLAN resource plan.


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

  • 第21题:

    多选题
    Which DBMS_SCHEDULER procedures can be used to enable a program?()
    A

    ENABLE启用

    B

    ENABLE_PROGRAM

    C

    VALIDATE_PROGRAM

    D

    SET_ATTRIBUTE设置属性

    E

    SET_ENABLED


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

  • 第22题:

    多选题
    Which three pieces of information are to be mandatorily provided while creating a new listener using Enterprise Manager Database Control?()
    A

    the port used by the listener

    B

    the protocol used by the listener

    C

    the server name where the listener runs

    D

    the log file and trace file destination for the listener

    E

    the database services to be registered with the listener


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

  • 第23题:

    多选题
    Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job? ()
    A

    SET_ATTRIBUTE_NULL

    B

    ALTER_JOB

    C

    ALTER_JOB_PARAMETERS

    D

    ALTER

    E

    SET_ATTRIBUTE


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