create baseline metrics for today’s performance
write the current database metrics to a database table and create a trigger to compare with future database statistics
write the current database metrics to a flat file and create an operating script to compare with future database statistics
write the current database metrics to a database table and create a procedure to compare with future database statistics
write the current database metrics to a database table and submit a job using DBMS_JOB to compare with future database statistics
第1题:
You are working on the 24X7 database with high transaction volume, to ensure faster instance recovery on your database you set the FAST_START_MTTR_TARGET initialization parameter to a very low value. What effect it will have on the database?()
第2题:
You are maintaining the SALES database for eSoft Corporation. You have not configured ASMM on the database. You want to know what size of the SGA will provide the best performance. Which advisor would you use to determine the suitable size of the SGA?()
第3题:
You want to create a new optimized database for your transactional production environment to be used by a financial application. While creating the database, you want the Oracle software to take care of all basic settings to optimize the database performance. Which method would you use to achieve this objective?()
第4题:
You are using flat files as the data source for one of your data warehousing applications. You plan to move the data from the flat file structures to an Oracle database to optimize the application performance. In your database you have clustered tables. While migrating the data, you want to have minimal impact on the database performance and optimize the data load operation. Which method would you use to load data into Oracle database?()
第5题:
You received complaints about the degradation of SQL query performance. You identified top SQL queries that consume time. What would be your next step to find out recommendations about statistics collection and restructuring of the SQL statement to improve query performance?()
第6题:
export and import the mapping table
drop and re-create the mapping table
truncate the mapping table and reinsert the values
use the ALTER TABLE···REBUILD command to defragment the mapping table
第7题:
Use the CREATE DATABASE .. command to create the database with Oracle-managed files.
Use the Database Configuration Assistant (DBCA) to create the database with Oracle-managed files.
Use Enterprise Manager to create a new database with the Online Transaction Processing (OLTP) option.
Use Database Configuration Assistant (DBCA) to create the database with Transaction Processing template.
Use the CREATE DATABASE .. command to create the database with Automatic Storage Management (ASM) file system.
第8题:
SQL Tuning Advisor
Undo Advisor
ADDM
Memory Advisor
第9题:
use the external table population
use the Oracle Data Pump export and import utility
use the conventional path data load of SQL*Loader utility
use the direct path data load of Oracle export and import utility
第10题:
Run Segment Advisor
Run the SQL Tuning Advisor (STA)
Run the Automatic Workload Repository (AWR) report
Run the SQL Access Advisor with a hypothetical workload
第11题:
It degrades the run time and compiler performance.
It provides better run time and compiler performance.
It provides better optimization of the statement during parse time.
It forces the rule based optimizer to be used for statement optimization.
It provides better run time performance but slightly degraded compiler performance.
It provides better run time performance but slightly degraded run time performance.
第12题:
The database performance would be enhanced.
The redo log files would be get filled more frequently.
The overall database performance would be degraded.
The mean time to recover (MTTR) would be increased.
第13题:
You work as a database administrator for Supportcenter.cn. You want to be notified when the number of disk I/O increases by 10% of what it was yesterday. You create a baseline metric for yesterday’s disk I/O performance. How do you use the baseline metrics to achieve your objective?()
第14题:
You work as a database administrator for Certkiller .com. In your database server, the parameter PLSQL_OPTIMIZE_LEVEL has been set to 2. What would this setting achieve?()
第15题:
You find that the execution time of reports in your datawarehouse application is significantly high. You suspect the lack of indexes to be the reason for the degradation in performance. Which advisory component would you refer to, in order to determine the appropriate indexes?()
第16题:
In your production database, you have observed that the database server performance degrades whenever there is a switch between the log groups. On further investigation, you find that the database is running in ARCHIVELOG mode and the archived log files are being written to the same disk that is used to store the redo log members. Which two actions would you take to improve the performance of the database server? ()
第17题:
increase the size of the redo log buffer
increase the number of redo log groups
increase the number of log writer processes
increase the number of ARCn processes
change the appropriate LOG_ARCHIVE_DEST_n parameter to place the archived log files in a separate location
第18题:
run Segment Advisor
run SQL Tuning Advisor on top SQL statements
run the Automatic Workload Repository (AWR) report
run the Automatic Database Diagnostic Monitor (ADDM)on top SQL statements
第19题:
Memory Advisor
Segment Advisor
SQL Access Advisor
Automatic Workload Repository (AWR)
Automatic Database Diagnostic Monitor (ADDM)
第20题:
Database replay
SQL Tuning Advisor
SQL Access Advisor
SQL Performance Analyzer
Automatic Workload Repository compare reports
第21题:
Save the baseline in the database
Save the baseline in the Database Control Home Page
Create a procedure to read and apply the baseline to disk I/O metrics
Apply the baseline to the disk I/O metrics in the Mange Metrics page
Alter the disk I/O metrics to include baseline by using the ALTER METRICScommnd
第22题:
Memory Advisor
Segment Advisor
SQL Access Advisor
Automatic Workload Repository (AWR)
Automatic Database Diagnostic Monitor (ADDM)
第23题:
The baseline, once created, cannot be removed.
Disable the baseline metrics in the Database Control Manage Metrics page.
The baseline will be automatically removed once the database performance has been optimized.
Drop the baseline metrics by usingDBMS_WORKLOAD_REPOSITORY.DROP_BASELINE procedure.