Free 1Z0-062 Exam Dumps

Question 6

Your database has the SRV1 service configured for an application that runs on middle-tier application server. The application has multiple modules. You enable tracing at the service level by executing the following command: SQL > exec DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE (‘SRV1’);
The possible outcome and actions to aggregate the trace files are as follows:
1. The command fails because a module name is not specified.
2. A trace file is created for each session that is running the SRV1 service.
3. An aggregated trace file is created for all the sessions that are running the SRV1 service.
4. The trace files may be aggregated by using the trcess utility.
5. The trace files be aggregated by using the tkprof utility.
Identify the correct outcome and the step to aggregate by using tkprof utility?

Correct Answer:B
Tracing information is present in multiple trace files and you must use the trcsess tool to collect it into a single file. Incorrect:
Not 1: Parameter service_name
Name of the service for which tracing is enabled. module_name
Name of the MODULE. An optional additional qualifier for the service. Note:
* The procedure enables a trace for a given combination of Service, MODULE and ACTION name. The specification is strictly hierarchical: Service Name or Service Name/MODULE, or Service Name, MODULE, and ACTION name must be specified. Omitting a qualifier behaves like a wild-card, so that not specifying an ACTION means all ACTIONs. Using the ALL_ACTIONS constant achieves the same purpose.
* SERV_MOD_ACT_TRACE_ENABLE Procedure
This procedure will enable SQL tracing for a given combination of Service Name, MODULE and ACTION globally unless an instance_name is specified.
* DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE( service_name IN VARCHAR2,
module_name IN VARCHAR2 DEFAULT ANY_MODULE, action_name IN VARCHAR2 DEFAULT ANY_ACTION, waits IN BOOLEAN DEFAULT TRUE,
binds IN BOOLEAN DEFAULT FALSE,
instance_name IN VARCHAR2 DEFAULT NULL);

Question 7

You are using RMAN to back up your database. All the data files are in read/write mode. Examine the RMAN configuration parameters:
1Z0-062 dumps exhibit
Which two statements are true about a whole consistent backup of a database running in ARCHIVELOG mode? (Choose two.)

Correct Answer:BE

Question 8

Which background process does Automatic Shared Memory Management use to coordinate the sizing of memory components?

Correct Answer:D

Question 9

Your database supports an online transaction processing (OLTP) application. The application is undergoing some major
schema changes, such as addition of new indexes and materialized views. You want to check the impact of these changes on workload performance.
What should you use to achieve this?

Correct Answer:D
You can use the SQL Performance Analyzer to analyze the SQL performance impact of any type of system change. Examples of common system changes include:
• Database upgrades
• Configuration changes to the operating system, hardware, or database
• Database initialization parameter changes
• Schema changes, such as adding new indexes or materialized views
• Gathering optimizer statistics
• SQL tuning actions, such as creating SQL profiles References:
http://docs.oracle.com/cd/B28359_01/server.111/b28318/intro.htm#CNCPT961

Question 10

Which statement is true about unified auditing?

Correct Answer:A
References: https://docs.oracle.com/database/121/DBSEG/audit_admin.htm#DBSEG370