Which statement is true when Automatic Workload Repository (AWR) baselines are created using baseline templates?()A、AWR baselines are always created as repeating baselines.B、AWR baselines can be created on the basis of two time values.C、AWR baselines are always created with infinite expiration duration.D、AWR baselines are always created using the Automatic Workload Repository (AWR) retention period as expirationduration.

Which statement is true when Automatic Workload Repository (AWR) baselines are created using baseline templates?()

  • A、AWR baselines are always created as repeating baselines.
  • B、AWR baselines can be created on the basis of two time values.
  • C、AWR baselines are always created with infinite expiration duration.
  • D、AWR baselines are always created using the Automatic Workload Repository (AWR) retention period as expiration duration.

相关考题:

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 BASICB. The moving window size must be less than Undo RetentionC. The moving window size should be greater than the Automatic Workload Repository (AWR) retention periodD. The moving window size should be equal to or less than the Automatic Workload Repository (AWR) retention period

Which statements are true regarding the system-defined moving window baseline in Oracle Database 11g?() 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).

You plan to set up the Automatic Workload Repository (AWR) baseline metric thresholds for a moving window baseline. Which action would you take before performing this task?() A. Compute the baseline statistics.B. Take an immediate AWR snapshot.C. Decrease the window size for the baseline.D. Decrease the expiration time for the baseline.

Identify the two direct sources from where SQL plans can be loaded into the SQL plan baselines.() A. Cursor cacheB. Stored outlineC. SQL Tuning SetD. Automatic Workload Repository (AWR) snapshots

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 BASICB、The moving window size must be less than Undo RetentionC、The moving window size should be greater than the Automatic Workload Repository (AWR) retention periodD、The moving window size should be equal to or less than the Automatic Workload Repository (AWR) retention period

Which two statements are true about the Automatic Database Diagnostic Monitor (ADDM)()A、The ADDM requires at least four AWR snapshots for analysis.B、The ADDM runs after each AWR snapshot is collected automatically by MMON.C、The results of the ADDM analysis are stored in the Automatic Workload Repository (AWR).D、The ADDM analysis provides only diagnostic information but does not provide recommendations.E、The ADDM calls other advisors if required, but does not provide recommendations about the advisors.

You plan to set up the Automatic Workload Repository (AWR) baseline metric thresholds for a moving window baseline. Which action would you take before performing this task?()A、Compute the baseline statistics.B、Take an immediate AWR snapshot.C、Decrease the window size for the baseline.D、Decrease the expiration time for the baseline.

You plan to collect the Automatic Workload Repository (AWR) data every Monday morning for a month. You want Oracle Database to automatically create a baseline every Monday and remove the old baseline.  What is the correct action to achieve this?()  A、 Create and populate a SQL Tuning Set from the AWR on every Monday.B、 Change the RETENTION setting for the AWR snapshots to 7 days on Monday.C、 Create a repeating baseline template.D、 Insert a finding directive for future ADDM tasks.

Which two statements are true about the Automatic Workload Repository (AWR)()A、All AWR tables belong to the SYSTEM schema.B、The AWR contains systemwide tracing and logging information.C、The snapshots collected by the AWR are accessible through data dictionary views.D、The snapshots collected by the AWR are used by self-tuning components in the database.

You work with a newly created database. Presently, there is no application load on the database instance.You want to create a baseline for tuning the application, so you decide to collect recommendations that can be implemented to improve application performance.What action must you take to achieve this?()A、Run Segment AdvisorB、Run the SQL Tuning Advisor (STA)C、Run the Automatic Workload Repository (AWR) reportD、Run the SQL Access Advisor with a hypothetical workload

You work as a database administrator for Certkiller .com. You have set the retention period for Automatic Repository (AWR) statistics to four days and collection interval to 15 minutes. You want to view the statistics collected and stored in AWR snapshot. Which two methods would you use to view the AWR statistics?()A、use enterprise managerB、use DBMS_SQL packageC、use DBMS_AWR packageD、use PRVT_WORKLOAD packageE、query the AWR snapshot repository objectsF、use DBMS_WORKLOAD_REPOSITORY package

Which three are the valid statements in relation to SQL plan baselines?()A、 The plans can be manually loaded to the SQL plan baseline.B、 The plans in the SQL plan baseline are verified and accepted plans.C、 The plans generated for every SQL statement are stored in the SQL plan baseline by default. D、 The plan baselines are stored temporarily in the memory as long as the database instance is running.E、 For the SQL plan baselines to be accessible to the optimizer, the SYSAUX tablespace must be online.

Which statement is true when Automatic Workload Repository (AWR) baselines are created using baseline templates?()  A、 AWR baselines are always created as repeating baselines.B、 AWR baselines can be created on the basis of two time values.C、 AWR baselines are always created with infinite expiration duration.D、 AWR baselines are always created using the Automatic Workload Repository (AWR) retention period as expiration duration.

Identify the two direct sources from where SQL plans can be loaded into the SQL plan baselines.()A、 Cursor cacheB、 Stored outlineC、 SQL Tuning SetD、 Automatic Workload Repository (AWR) snapshots

Which three statements are true about Automatic Workload Repository (AWR)?()A、All AWR tables belong to the SYSTEM schema.B、The AWR data is stored in memory and in the database.C、The snapshots collected by AWR are used by the self-tuning components in the databaseD、AWR computes time model statistics based on time usage for activities, which are displayed in the v$SYS time model and V$SESS_TIME_MODEL views.E、AWR contains system wide tracing and logging information.

Which statements are true regarding the system-defined moving window baseline in Oracle Database 11g?()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).

The following command is executed to create the baseline template:   SQL EXECUTEDBMS_WORKLOAD_REPOSITORY.CREATE_BASELINE_TEMPLATE(START_TIME= TO_TIESTAMP(SYSDATE+2),  END_TIME=TO_TIMESTAMP(SYSDATE+10), BASELINE_NAME=’Mybase4’,  TEMPLATE_NAME=’Mytemp4’, EXPIRATION=NULL);   Which statement is true about the effect of the above command?()  A、 It creates a baseline template that never expires.B、 It produces an error because no snapshot information is provided to create the baseline.C、 It creates a baseline template that expires after the Automatic Workload Repository (AWR) retention period.D、 It creates a repeating baseline template that repeats after the Automatic Workload Repository (AWR) retention period.

Which statement describes the effect of the execution of the above PL/SQL block?()A、The plan baselines are verified with the SQL profiles.B、All fixed plan baselines are converted into nonfixed plan baselines.C、All the nonaccepted SQL profiles are accepted into the plan baseline.D、The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.

多选题Which two statements are true about the Automatic Database Diagnostic Monitor (ADDM)()AThe ADDM requires at least four AWR snapshots for analysis.BThe ADDM runs after each AWR snapshot is collected automatically by MMON.CThe results of the ADDM analysis are stored in the Automatic Workload Repository (AWR).DThe ADDM analysis provides only diagnostic information but does not provide recommendations.EThe ADDM calls other advisors if required, but does not provide recommendations about the advisors.

多选题Which statements are true regarding the system-defined moving window baseline in Oracle Database 11g?()AIt does not allow you to change the moving window size.BAdaptive threshold functionalities use it by default to compute statistics.CIt is created by default with the window size being equal to the AWR retention time.DIt is created when the first snapshot is collected by the Automatic Workload Repository (AWR).

单选题The following command is executed to create the baseline template:   SQL EXECUTEDBMS_WORKLOAD_REPOSITORY.CREATE_BASELINE_TEMPLATE(START_TIME= TO_TIESTAMP(SYSDATE+2),  END_TIME=TO_TIMESTAMP(SYSDATE+10), BASELINE_NAME=’Mybase4’,  TEMPLATE_NAME=’Mytemp4’, EXPIRATION=NULL);   Which statement is true about the effect of the above command?()A It creates a baseline template that never expires.B It produces an error because no snapshot information is provided to create the baseline.C It creates a baseline template that expires after the Automatic Workload Repository (AWR) retention period.D It creates a repeating baseline template that repeats after the Automatic Workload Repository (AWR) retention period.

单选题Which statement is true when Automatic Workload Repository (AWR) baselines are created using baseline templates?()AAWR baselines are always created as repeating baselines.BAWR baselines can be created on the basis of two time values.CAWR baselines are always created with infinite expiration duration.DAWR baselines are always created using the Automatic Workload Repository (AWR) retention period as expirationduration.

多选题Which two statements are true about the Automatic Workload Repository (AWR)()AAll AWR tables belong to the SYSTEM schema.BThe AWR contains systemwide tracing and logging information.CThe snapshots collected by the AWR are accessible through data dictionary views.DThe snapshots collected by the AWR are used by self-tuning components in the database.

单选题Which statement is true when Automatic Workload Repository (AWR) baselines are created using baseline templates?()A AWR baselines are always created as repeating baselines.B AWR baselines can be created on the basis of two time values.C AWR baselines are always created with infinite expiration duration.D AWR baselines are always created using the Automatic Workload Repository (AWR) retention period as expiration duration.

单选题You plan to set up the Automatic Workload Repository (AWR) baseline metric thresholds for a moving window baseline. Which action would you take before performing this task?()A Compute the baseline statistics.B Take an immediate AWR snapshot.C Decrease the window size for the baseline.D Decrease the expiration time for the baseline.

多选题Identify the two direct sources from where SQL plans can be loaded into the SQL plan baselines.()ACursor cacheBStored outlineCSQL Tuning SetDAutomatic Workload Repository (AWR) snapshots

多选题Which three statements are true about Automatic Workload Repository (AWR)?()AAll AWR tables belong to the SYSTEM schema.BThe AWR data is stored in memory and in the database.CThe snapshots collected by AWR are used by the self-tuning components in the databaseDAWR computes time model statistics based on time usage for activities, which are displayed in the v$SYS time model and V$SESS_TIME_MODEL views.EAWR contains system wide tracing and logging information.