Oracle uses statistical relevance to determine when an adaptive threshold has been breached for the metric.
The statistics for the metric values observed over the baseline time period are not examined to determine threshold values.
Oracle determines when an adaptive threshold has been breached based on the maximum value captured by the baseline.
The total concurrent number of threshold violations, which must occur before an alert is raised for the metric, has been set to zero.
第1题:

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.
第2题:
A. It does not allow you to change the moving window size.
B. Adaptive threshold functionalities use it by default to compute statistics.
C. It is created by default with the window size being equal to the AWR retention time.
D. It is created when the first snapshot is collected by the Automatic Workload Repository (AWR).
第3题:
View the Exhibit exhibit1 to examine the series of SQL commands. View the Exhibit exhibit2 to examine the plans available in the SQL plan baseline. The baseline in the first row of the Exhibit is created when OPTIMIZER_MODE was set to FIRST_ROWS.Which statement is true if the SQL query in exhibit1 is executed again when the valueof OPTIMIZER_MODE is set to FIRST_ROWS?()

A. The optimizer uses a new plan because none of the plans in the exhibit2 are fixed plans.
B. The optimizer uses the plan in the second row of the exhibit2 because it is an accepted plan.
C. The optimizer uses the plan in the first row of the exhibit2 because it is the latest generated plan.
D. The optimizer uses the plan in the first row of the exhibit2 because OPTIMIZER_MODE was set to FIRST_ROW during its creation.
第4题:
A new Backup Connection is being deployed on a remote site router. the stability of the connection has been a concern. in order to provide more information to EIGRP Regarding this interface, You wish to incorporate the "Reliability" cost metric in the EIGRP Calculation with the command metric weights 1 0 1 0 1. What impact will this modification on the remote site router have for other existing EIGRP neighborships from the same EIGRP Domain?()
第5题:
The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Which statement is true while performing a tape backup in an RMAN session?()
第6题:
Which two statements are true regarding transactions in an Oracle database()
第7题:
Your boss at Supportcenter.cn wants you to clarify Oracle 10g. Which statement regarding the usage of redo log files during instance recovery is true? ()
第8题:
because AWR baseline is not enabled
because Current Open Cursors Count is not a basic metric
because the STATISTICS_LEVEL parameter is set to BASIC
because the AWR baseline is a system-defined moving window baseline
第9题:
The statement would not execute because table aliases are not allowed in the JOIN clause.
The statement would not execute because the table alias prefix is not used in the USING clause.
The statement would not execute because all the columns in the SELECT clause are not prefixed with table aliases.
The statement would not execute because the column part of the USING clause cannot have a qualifier in the SELECT list.
第10题:
Multiple transactions can use the same undo segment.
A transaction is assigned an undo segment when it is started.
More than one transaction cannot share the same extent in the undo tablespace.
The transactions use system undo segment to store undo data if all the segments in the undo tablespaceare used.
第11题:
An Automatic Workload Repository snapshot has been taken recently.
The non-threshold-based alerts are transferred to DBA_ALERT_HISTORY.
The threshold alerts conditions are cleared and the alerts are transferred to DBA_ALERT_HISTORY.
The threshold alerts related to database metrics are permanently stored in DBA_ALERT_HISTORY but not the threshold alerts related to instance metrics.
第12题:
Only two destinations per remote database can be specified.
Destination is an Oracle Net alias specified by using the SERVICE keyword.
The REOPEN attribute must be used when using remote archive log file destinations.
The service name is resolved by searching sqlnet.ora file for the remote database name.
第13题:

A. Another repair session is running concurrently.
B. The failure ID has not been mentioned in the command for data file 5.
C. There are new failures recorded in the Automatic Diagnostic Repository (ADR).
D. The ADVISE FAILURE command has not been issued before the REPAIR FAILURE command.
第14题:

A. The path to the location of the background as well as the foreground process trace files is /u01/oracle/diag/rdbms/orclbi/orclbi/trace.
B. The location of the text alert log file is /u01/oracle/diag/rdbms/orclbi/orclbi/alert.
C. The location of the trace file for the current session is /u01/oracle/diag/rdbms/orclbi/orclbi/trace.
D. The location of the XML-formatted version of the alert log is /u01/oracle/diag/rdbms/orclbi/orclbi/alert.
第15题:
Refer to the exhibit. On the basis of the information in the exhibit, which two statements are true?()
第16题:
When monitoring a system using vmstat with an interval, the metrics under page po represent which of the following phrases?()
第17题:
View the Exhibit to examine the output of the DBA_OUTSTANDING_ALERTS view. After 30 minutes, you executed the following command: SQL> SELECT reason,metric_value FROM dba_outstanding_alerts; REASON METRIC_VALUE ------------------------------------------------------------ ------------ Tablespace [TEST] is [28 percent]full 28.125 What could be the reason for the elimination of the other rows in the output()
第18题:
Which statements are true regarding the system-defined moving window baseline in Oracle Database 11g?()
第19题:
Which statement is true regarding remote archive log file destinations?()
第20题:
Oracle uses statistical relevance to determine when an adaptive threshold has been breached for the metric.
The statistics for the metric values observed over the baseline time period are not examined to determine threshold values.
Oracle determines when an adaptive threshold has been breached based on the maximum value captured by the baseline.
The total concurrent number of threshold violations, which must occur before an alert is raised for the metric, has been set to zero.
第21题:
The PRIMARY KEY is created along with a new index.
The PRIMARY KEY is created and it would use an existing unique index.
The PRIMARY KEY would be created in a disabled state because it is using an existing index.
The statement produces an error because the USING clause is permitted only in the CREATE TABLE command.
第22题:
The tape I/O performed is asynchronous
The tape buffer is allocated from the System Global Area (SGA)
The tape buffer is allocated from the Program Global Area (PGA)
Oracle I/O uses an interrupt mechanism to determine when each I/O completes
第23题:
The number pages over the limit
The pages to paging space per second
The number of page operations per second
The number of processes waiting for page out
第24题:
Synonyms can be created only for a table
Synonyms are used to reference only those tables that are owned by another user
A public synonym and a private synonym can exist with the same name for the same table
The DROP SYNONYM statement removes the synonym, and the table on which the synonym has been created becomes invalid