多选题To set the history retention period for either window logging or job logging individually, which parameters of the SET_SCHEDULER_ATTRIBUTE procedure need to be used?()ALOG_HISTORYBJOB_LOG_RETENTIONCWINDOW_LOG_RETENTIONDWHICH_LOGELOG_NAME

题目
多选题
To set the history retention period for either window logging or job logging individually, which parameters of the SET_SCHEDULER_ATTRIBUTE procedure need to be used?()
A

LOG_HISTORY

B

JOB_LOG_RETENTION

C

WINDOW_LOG_RETENTION

D

WHICH_LOG

E

LOG_NAME


相似考题
更多“多选题To set the history retention period for either window logging or job logging individually, which parameters of the SET_SCHEDULER_ATTRIBUTE procedure need to be used?()ALOG_HISTORYBJOB_LOG_RETENTIONCWINDOW_LOG_RETENTIONDWHICH_LOGELOG_NAME”相关问题
  • 第1题:

    When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?()

    A. SET_JOB_ARGUMENT_VALUE

    B. SET_JOB_VALUE_ANYDATA

    C. SET_JOB_ANYDATA_VALUE

    D. SET_SPECIAL_JOB_VALUE

    E. SET_JOB_ANYTYPE_VALUE


    参考答案:C

  • 第2题:

    Which three methods can be used to troubleshoot problems using the Cisco Unity Express GUI?()

    • A、refresh MWI 
    • B、turn on logging 
    • C、view trace output 
    • D、view logging output 
    • E、turn on trace functions 
    • F、view system configuration

    正确答案:A,E,F

  • 第3题:

    You enabled the flashback logging feature, but you have not specified the location of the flash recovery area.  Which location would be used as the default location for the flash recovery area?()

    • A、the location used for control files
    • B、the location used for redo log files
    • C、the location set by using $ORACLE_BASE
    • D、the location set by using $ORACLE_HOME
    • E、the location set by using CORE_DUMP_DEST
    • F、the location set by using BACKGROUND_DUMP_DEST

    正确答案:C

  • 第4题:

    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

  • 第5题:

    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

  • 第6题:

    To set the history retention period for either window logging or job logging individually, which parameters of the SET_SCHEDULER_ATTRIBUTE procedure need to be used?()

    • A、 LOG_HISTORY
    • B、 JOB_LOG_RETENTION
    • C、 WINDOW_LOG_RETENTION
    • D、 WHICH_LOG
    • E、 LOG_NAME

    正确答案:A,D

  • 第7题:

    You are creating a job class. You have issued the following command to create the job class:  SQL> BEGIN   DBMS_SCHEDULER.CREATE_JOB_CLASS(        JOB_CLASS_NAME => ’LOW_PRIORITY_CLASS’,        RESOURCE_CONSUMER_GROUP => ’LOW_GROUP’,        LOGGING_LEVEL => DBMS_SCHEDULER.LOGGING_FULL,        LOG_HISTORY => 1200,   COMMENTS => ’LOW JOB PRIORITY CLASS’);        END;        SQL> /   What will be the result of the above command?()

    • A、 The command will be executed successfully.
    • B、 The command will fail because RESOURCE_CONSUMER_GROUP is an invalid parameter in the  DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.
    • C、 The command will fail because LOGGING_LEVEL is an invalid parameter in the DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.
    • D、 The command will fail because LOG_HISTORY is an invalid parameter in the DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.
    • E、 The command will fail because 1200 is an invalid value for the LOG_HISTORY parameter in the  DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.

    正确答案:E

  • 第8题:

    You need to design a strategy for managing the messages that are sent to the customer service mailboxes. What should you do?()

    • A、Create a separate storage group and database to contain the customer service mailboxes. Enable circular logging for this storage group
    • B、Create a separate storage group and database to contain the customer service mailboxes. Set the deleted item retention period for this database to zero
    • C、Place the customer service mailboxes on a new mailbox store in the storage group that contains the main office user mailboxes. Enable circular logging for this storage group
    • D、Place the customer service mailboxes on a new mailbox store in the storage group that contains the branch office user mailboxes. Set the deleted item retention period for this database to zero

    正确答案:A

  • 第9题:

    多选题
    Which three methods can be used to troubleshoot problems using the Cisco Unity Express GUI?()
    A

    refresh MWI

    B

    turn on logging

    C

    view trace output

    D

    view logging output

    E

    turn on trace functions

    F

    view system configuration


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

  • 第10题:

    单选题
    You are creating a job class. You have issued the following command to create the job class:  SQL> BEGIN   DBMS_SCHEDULER.CREATE_JOB_CLASS(        JOB_CLASS_NAME => ’LOW_PRIORITY_CLASS’,        RESOURCE_CONSUMER_GROUP => ’LOW_GROUP’,        LOGGING_LEVEL => DBMS_SCHEDULER.LOGGING_FULL,        LOG_HISTORY => 1200,   COMMENTS => ’LOW JOB PRIORITY CLASS’);        END;        SQL> /   What will be the result of the above command?()
    A

     The command will be executed successfully.

    B

     The command will fail because RESOURCE_CONSUMER_GROUP is an invalid parameter in the  DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.

    C

     The command will fail because LOGGING_LEVEL is an invalid parameter in the DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.

    D

     The command will fail because LOG_HISTORY is an invalid parameter in the DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.

    E

     The command will fail because 1200 is an invalid value for the LOG_HISTORY parameter in the  DBMS_SCHEDULER.CREATE_JOB_CLASS procedure.


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

  • 第11题:

    单选题
    When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?()
    A

     SET_JOB_ARGUMENT_VALUE

    B

     SET_JOB_VALUE_ANYDATA

    C

     SET_JOB_ANYDATA_VALUE

    D

     SET_SPECIAL_JOB_VALUE

    E

     SET_JOB_ANYTYPE_VALUE


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

  • 第12题:

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

  • 第13题:

    You would like to log messages up to the severity level "notification". Which three of these commands will you need to issue in order to enable syslog messages to be sent to the syslog server at the IP address 10.1.5.5? ()(Choose three.)

    A. logging on

    B. logging host 10.1.5.5

    C. logging console notifications

    D. logging trap notifications


    参考答案:A, B, D

  • 第14题:

    You would like to log messages up to the severity level "notification". Which three of these commands will you need to issue in order to enable syslog messages to be sent to the syslog server at the IP address 10.1.5.5? ()(Choose three.)

    • A、logging on
    • B、logging host 10.1.5.5
    • C、logging console notifications
    • D、logging trap notifications

    正确答案:A,B,D

  • 第15题:

    You plan to have a larger moving window size for the default system-defined moving window baseline because you want to use the adaptive threshold. Which statement factors in this consideration while increasing the size of the moving window?()

    • A、The collection level for the AWR should be set to BASIC
    • B、The moving window size must be less than Undo Retention
    • C、The moving window size should be greater than the Automatic Workload Repository (AWR) retention period
    • D、The moving window size should be equal to or less than the Automatic Workload Repository (AWR) retention period

    正确答案:D

  • 第16题:

    Which of the following IOS commands cause syslog messages to be stamped with time and dates?()

    • A、service timestamps log datetime
    • B、logging trap datetime
    • C、service logging datetime
    • D、logging datetime on
    • E、logging timestamps on

    正确答案:A

  • 第17题:

    When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?()

    • A、SET_JOB_ARGUMENT_VALUE
    • B、SET_JOB_VALUE_ANYDATA
    • C、SET_JOB_ANYDATA_VALUE
    • D、SET_SPECIAL_JOB_VALUE
    • E、SET_JOB_ANYTYPE_VALUE

    正确答案:C

  • 第18题:

    You enabled the flashback logging feature, but you have not specified the location of the flash recovery area. Which location would be used as the default location for the flash recovery area?()

    • A、 The location used for control files.
    • B、 The location used for redo log files.
    • C、 The location set by using $ORACLE_BASE
    • D、 The location set by using $ORACLE_HOME
    • E、 The location set by using CORE_DUMP_DEST
    • F、 The location set by using BACKGROUND_DUMP_DEST

    正确答案:C

  • 第19题:

    You are creating a job class. You want access to the detailed information for all the runs of each job in the class and every operation performed on every job in the class. Which setting will you use for the LOGGING_LEVEL parameter?()

    • A、 LOGGING_OFF
    • B、 LOGGING_RUNS
    • C、 LOGGING_FULL
    • D、 LOGGING_NULL

    正确答案:C

  • 第20题:

    You write a logging function for a Web Form. You call the logging function from the Page_Unload event handler. You test the Web Form and notice that the Page_Unload event handler does not call the logging function. You need to ensure that the logging function is called. What are two possible ways to achieve this goal? ()

    • A、Set the Page attribute to AutoEventWireup="False". Remove the attribute onunload="Page_Unload" from the Web Form element.
    • B、Set the Page attribute to AutoEventWireup="False". Add the attribute OnUnload="Page_Unload" to the Web Form element.
    • C、Set the Page attribute to AutoEventWireup="False". Add the Web Form attribute autocomplete=on.
    • D、Set the Page attribute to AutoEventWireup="True".

    正确答案:B,D

  • 第21题:

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

  • 第22题:

    单选题
    You enabled the flashback logging feature, but you have not specified the location of the flash recovery area. Which location would be used as the default location for the flash recovery area?()
    A

     The location used for control files.

    B

     The location used for redo log files.

    C

     The location set by using $ORACLE_BASE

    D

     The location set by using $ORACLE_HOME

    E

     The location set by using CORE_DUMP_DEST

    F

     The location set by using BACKGROUND_DUMP_DEST


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

  • 第23题:

    单选题
    You are creating a job class. You want access to the detailed information for all the runs of each job in the class and every operation performed on every job in the class. Which setting will you use for the LOGGING_LEVEL parameter?()
    A

     LOGGING_OFF

    B

     LOGGING_RUNS

    C

     LOGGING_FULL

    D

     LOGGING_NULL


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

  • 第24题:

    多选题
    To set the history retention period for either window logging or job logging individually, which parameters of the SET_SCHEDULER_ATTRIBUTE procedure need to be used?()
    A

    LOG_HISTORY

    B

    JOB_LOG_RETENTION

    C

    WINDOW_LOG_RETENTION

    D

    WHICH_LOG

    E

    LOG_NAME


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