单选题You define an alert to be raised when the USERS tablespace usage has reached 80% of the total space. Which area would you refer to, in order to confirm that the alert has been raised due the event?()A the alert.log fileB the DBA_ALERTS viewC the Databa

题目
单选题
You define an alert to be raised when the USERS tablespace usage has reached 80% of the total space. Which area would you refer to, in order to confirm that the alert has been raised due the event?()
A

the alert.log file

B

the DBA_ALERTS view

C

the Database Control Home page

D

the Database Control performance page

E

the Database Control Maintenance page


相似考题
更多“单选题You define an alert to be raised when the USERS tablespace usage has reached 80% of the total space. Which area would you refer to, in order to confirm that the alert has been raised due the event?()A the alert.log fileB the DBA_ALERTS viewC the Databa”相关问题
  • 第1题:

    You want to be notified when the space usage of an existing critical tablespace has reached 75% of the allocated space. Which option would you use to achieve this?()

    • A、run a procedure to check the tablespace space usage
    • B、define the warning threshold for the tablespace at 75% in Database Control
    • C、create a trigger to be executed when tablespace space usage reaches 75%
    • D、submit a job by using DBMS_JOB package to check the free space in the tablespace at regular intervals
    • E、define the warning threshold to be 75% for the tablespace by ALTER TABLESPACE .. ADD THRESHOLD command

    正确答案:B

  • 第2题:

    You work as a database administrator for Certkiller .com. Users complain that their query is taking a long time to complete. You suspect the database buffer cache size to be the reason, and you define an alert to be generated when the buffer cache hit metric goes below 85%. When you observe the dynamic performance views, you find that the buffer cache hit ratio is 81% but no alerts are being generated.  What could be the reason for this problem?()

    • A、The advisory memory has been turned off.
    • B、The DB_CACHE_ADVICE parameter has been set to OFF in the parameter file.
    • C、The STATISTICS_LEVEL parameter has been set to BASIC in the parameter file.
    • D、The TIMED_STATISTICS parameter has been set to FALSE in the parameter file.
    • E、The STATISTICS_LEVEL parameter has been set to TYPICAL in the parameter file.

    正确答案:C

  • 第3题:

    You have created a locally managed tablespace by issuing the following command:        CREATE TABLESPACE data1   DATAFILE ’data1_file1.dbf’ SIZE 10M AUTOEXTEND ON MAXSIZE        UNLIMITED;   For the DATA1 tablespace, you have set the warning level alert limit to 70 percent.  In which situation will a warning level alert be generated?()  

    • A、 when 700 KB is used
    • B、 when 700 KB is left as free space
    • C、 when 7MB is used
    • D、 when 7MB is left as free space
    • E、 no alert will be generated because an autoextensible datafile is included in the tablespace

    正确答案:C

  • 第4题:

    You are maintaining your OLTP database in Oracle10g. You have not set the warning level and critical level threshold values for space usage of the DATA1 tablespace. What will be the impact?()

    • A、 No warning level or critical level alert will be generated.
    • B、 A warning level alert will never be generated, but a critical level alert will be generated when 97 percent space of the DATA1 tablespace is used.
    • C、 A critical level alert will never be generated, but a warning level alert will be generated when 85 percent space of the DATA1 tablespace is used.
    • D、 A warning level alert will be generated at 85 percent space usage of the DATA1 tablespace, and a critical level alert is generated at 97 percent space usage of the DATA1 tablespace.

    正确答案:D

  • 第5题:

    The warning level threshold value for a tablespace, DATA1, is set to 60% and the critical level threshold value is set to 80%. The tablespace, DATA1, is infrequently used and is not a part of the production environment. You issued the following command:        SQL> EXECUTE   DBMS_SERVER_ALERT.SET_THRESHOLD        (dbms_server_alert.tablespace_pct_full,        dbms_server_alert.operator_ge,80,        dbms_server_alert.operator_ge,90,        1,1,NULL,   dbms_server_alert.object_type_tablespace,’DATA’);   What will be the result of the command?()  

    • A、 The command will be executed successfully only if the tablespace DATA1 is a dictionary-managed tablespace.
    • B、 The total numbers of alerts that you receive every day will be reduced.
    • C、 The total number of alerts that you receive every day will be increased.
    • D、 No more data will be added to the DATA1 tablespace if 80% of the space allocated to the DATA1 tablespace is used.

    正确答案:B

  • 第6题:

    单选题
    You have 100 segments in the USERS tablespace. You get an alert that the USERS tablespace is running low on space. You decide to shrink some segments. Which option would you use to determine which segments to shrink?()
    A

    Segment Advisor 

    B

    SQL Tuning Advisor 

    C

    SQL Access Advisor 

    D

    Segment Resource Estimation 

    E

    Automatic Database Diagnostic Monitor (ADDM)


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

  • 第7题:

    单选题
    The warning and critical threshold values have been set to 85% and 97%, respectively, for one of the tablespaces. The current tablespace space usage is 54%. You modify the warning threshold to be 50% and critical threshold to be 53% in Database Control. Which statement is true?()
    A

    The new setting would be applied but no alerts would be raised immediately.

    B

    The new setting would be applied and an alert would be raised immediately.

    C

    The new setting would be ignored because the tablespace space usage is more than the specified threshold value.

    D

    The new setting would cause an error because the tablespace space usage is more than the specified threshold value.


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

  • 第8题:

    单选题
    The production database has been functional for the last seven days. Because of application requirements, some of the initialization parameters were changed during run time without any comments. You have asked to find out the value of the parameters when the instance was started.Which source would you use to locate this information?()
    A

     Fixed views

    B

     The alert log file

    C

     The parameter file

    D

     The server parameter file

    E

     Dynamic performance views


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

  • 第9题:

    单选题
    You have specified the warning and critical threshold values of an application tablespace to be 60% and 70% respectively. From the tablespace space usage metrics, you find that the actual space usage has reached the specified warning threshold value, but no alerts have been generated. What could be the reason for this?()
    A

     The EVENT parameter was not set

    B

     The SQL_TRACE parameter is set to FALSE

    C

     The Enterprise Manager Grid Control is not used

    D

     The STATISTICS_LEVEL parameter is set to BASIC

    E

     The TIMED_STATISTICS parameter is set to FALSE


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

  • 第10题:

    单选题
    You work as a database administrator for Supportcenter.cn. Users complain that their query is taking a long time to complete. You suspect the database buffer cache size to be the reason, and you define an alert to be generated when the buffer cache hit metric goes below 85%. When you observe the dynamic performance views, you find that the buffer cache hit ratio is 81% but no alerts are being generated.  What could be the reason for this problem?()
    A

    The advisory memory has been turned off.

    B

    The DB_CACHE_ADVICE parameter has been set to OFF in the parameter file.

    C

    The STATISTICS_LEVEL parameter has been set to BASIC in the parameter file.

    D

    The TIMED_STATISTICS parameter has been set to FALSE in the parameter file.

    E

    The STATISTICS_LEVEL parameter has been set to TYPICAL in the parameter file.


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

  • 第11题:

    单选题
    Users are performing a large volume of inserts and deletes on the application tables in the APPS tablespace. You observe that there are several warning alerts being generated for the APPS tablespace space usage metrics. Currently, the warning threshold for the tablespace space usage metrics is set to 70%.  To make the generated alerts more useful as a problem identification tool, you want to reduce the frequency of alert generation for the tablespace space usage metrics for the APPS tablespace. What should you do?()
    A

    disable SQL tracing for theAPPS tablespace

    B

    disable logging attribute for the APPS tablespace

    C

    modify the tablespace to be a dictionary­managed tablespace

    D

    increase the critical threshold value for the tablespace space usage metrics for the APPS tablespace

    E

    increase the warning threshold value for the tablespace space usage metrics for the APPS tablespace


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

  • 第12题:

    单选题
    The production database has been functional for the last seven days. Because of application requirements, some of the initialization parameters were changed during run time without any comments. You have been asked to find out the value of the parameters when the instance was started. Which source would you use to locate this information?()
    A

    fixed views

    B

    the alert log file

    C

    the parameter file

    D

    the server parameter file

    E

    dynamic performance views


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

  • 第13题:

    You have specified the warning and critical threshold values of an application tablespace to be 60% and 70%, respectively. From the tablespace space usage metrics, you find that the actual space usage has reached the specified warning threshold value, but no alerts have been generated. What could be the reason for this?()

    • A、The EVENT parameter was not set.
    • B、The SQL_TRACE parameter is set to FALSE
    • C、The Enterprise Manager Grid Control is not used.
    • D、The STATISTICS_LEVEL parameter is set to BASIC
    • E、The TIMED_STATISTICS parameter is set to FALSE

    正确答案:D

  • 第14题:

    You work as a database administrator for Supportcenter.cn. In a production environment, users complain about the slow response time when accessing the database. You have not optimized the memory usage of the Oracle instance and you suspect the problem to be with the memory. To which type of object would you refer to determine the cause of the slow response?()

    • A、The trace file
    • B、The fixed views
    • C、The data dictionary views
    • D、The operating system log fields
    • E、The dynamic performance views.

    正确答案:E

  • 第15题:

    You define an alert to be raised when the USERS tablespace usage has reached 80% of the total space. Which area would you refer to, in order to confirm that the alert has been raised due the event?()

    • A、the alert.log file
    • B、the DBA_ALERTS view
    • C、the Database Control Home page
    • D、the Database Control performance page
    • E、the Database Control Maintenance page

    正确答案:C

  • 第16题:

    The production database has been functional for the last seven days. Because of application requirements, some of the initialization parameters were changed during run time without any comments. You have been asked to find out the value of the parameters when the instance was started. Which source would you use to locate this information?()

    • A、fixed views
    • B、the alert log file
    • C、the parameter file
    • D、the server parameter file
    • E、dynamic performance views

    正确答案:B

  • 第17题:

    单选题
    You define an alert to be raised when the USERS tablespace usage has reached 80%of the total space. Which area would you refer to, in order to confirm that the alert has been raised due the event?()
    A

    the alert.log file

    B

    the DBA_ALERTS view

    C

    the Database Control Home page

    D

    the Database Control performance page

    E

    the Database Control Maintenance page


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

  • 第18题:

    单选题
    You have specified the warning and critical threshold values of an application tablespace to be 60% and 70%, respectively. From the tablespace space usage metrics, you find that the actual space usage has reached the specified warning threshold value, but no alerts have been generated.  What could be the reason for this?()
    A

    The EVENT parameter was not set.

    B

    The SQL_TRACE parameter is set to FALSE

    C

    The Enterprise Manager Grid Control is not used.

    D

    The STATISTICS_LEVEL parameter is set to BASIC

    E

    The TIMED_STATISTICS parameter is set to FALSE


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

  • 第19题:

    单选题
    You are maintaining your OLTP database in Oracle10g. You have not set the warning level and critical level threshold values for space usage of the DATA1 tablespace. What will be the impact?()
    A

     No warning level or critical level alert will be generated.

    B

     A warning level alert will never be generated, but a critical level alert will be generated when 97 percent space of the DATA1 tablespace is used.

    C

     A critical level alert will never be generated, but a warning level alert will be generated when 85 percent space of the DATA1 tablespace is used.

    D

     A warning level alert will be generated at 85 percent space usage of the DATA1 tablespace, and a critical level alert is generated at 97 percent space usage of the DATA1 tablespace.


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

  • 第20题:

    单选题
    You explicitly specified the tablespace usage threshold values while creating a tablespace. You need to revert to the database-wide default tablespace usage threshold values for the tablespace. Which PL/SQL package would you use?()
    A

    DBMS_STATS 

    B

    DBMS_ALERT 

    C

    DBMS_SPACE 

    D

    DBMS_MONITOR 

    E

    DBMS_SERVER_ALERT

    F

    DBMS_SPACE_ADMIN


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

  • 第21题:

    单选题
    View the Exhibit to examine the metrics with a threshold.Which statement is true regarding the Number of Transactions (per second) metric?()
    A

    Oracle uses statistical relevance to determine when an adaptive threshold has been breached for the metric.

    B

    The statistics for the metric values observed over the baseline time period are not examined to determine threshold values.

    C

    Oracle determines when an adaptive threshold has been breached based on the maximum value captured by the baseline.

    D

    The total concurrent number of threshold violations, which must occur before an alert is raised for the metric, has been set to zero.


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

  • 第22题:

    单选题
    You want to be notified when the space usage of an existing critical tablespace has reached 75% of the allocated space. Which option would you use to achieve this?()
    A

    run a procedure to check the tablespace space usage

    B

    define the warning threshold for the tablespace at 75% in Database Control

    C

    create a trigger to be executed when tablespace space usage reaches 75%

    D

    submit a job by using DBMS_JOB package to check the free space in the tablespace at regular intervals

    E

    define the warning threshold to be 75% for the tablespace by ALTER TABLESPACE .. ADD THRESHOLD command


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

  • 第23题:

    单选题
    You have created a locally managed tablespace by issuing the following command:        CREATE TABLESPACE data1   DATAFILE ’data1_file1.dbf’ SIZE 10M AUTOEXTEND ON MAXSIZE        UNLIMITED;   For the DATA1 tablespace, you have set the warning level alert limit to 70 percent.  In which situation will a warning level alert be generated?()
    A

     when 700 KB is used

    B

     when 700 KB is left as free space

    C

     when 7MB is used

    D

     when 7MB is left as free space

    E

     no alert will be generated because an autoextensible datafile is included in the tablespace


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

  • 第24题:

    单选题
    The warning level threshold value for a tablespace, DATA1, is set to 60% and the critical level threshold value is set to 80%. The tablespace, DATA1, is infrequently used and is not a part of the production environment. You issued the following command:        SQL> EXECUTE   DBMS_SERVER_ALERT.SET_THRESHOLD        (dbms_server_alert.tablespace_pct_full,        dbms_server_alert.operator_ge,80,        dbms_server_alert.operator_ge,90,        1,1,NULL,   dbms_server_alert.object_type_tablespace,’DATA’);   What will be the result of the command?()
    A

     The command will be executed successfully only if the tablespace DATA1 is a dictionary-managed tablespace.

    B

     The total numbers of alerts that you receive every day will be reduced.

    C

     The total number of alerts that you receive every day will be increased.

    D

     No more data will be added to the DATA1 tablespace if 80% of the space allocated to the DATA1 tablespace is used.


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