Free Download Latest 2014 Pass4sure&Lead2pass Oracle 1Z0-062 Exam Questions

QUESTION 1
Which three statements are true about a job chain?

A.    It can contain a nested chain of jobs.
B.    It can be used to implement dependency-based scheduling.
C.    It cannot invoke the same program or nested chain in multiple steps in the chain.
D.    It cannot have more than one dependency.
E.    It can be executed using event-based or time-based schedules.

Answer: ABE
Explanation:
http://docs.oracle.com/cd/B28359_01/server.111/b28310/scheduse009.htm#ADMIN12459

QUESTION 2
The hr user receiver, the following error while inserting data into the sales table:
ERROR at line 1:
ORA-01653; unable to extend table HR.SALES by 128 in tablespace USERS
On investigation, you find that the users tablespace uses Automnrif Segment Space Management (ASSM). It is the default tablespace for the HR user with an unlimited quota on it.
Which two methods would you use to resolve this error?

A.    Altering the data life associated with the USERS tablespace to ex automatically
B.    Adding a data life to the USERS tablespace
C.    Changing segment space management for the USERS tablespace to manual
D.    Creating a new tablespace with autoextend enabled and changing the default tablespace of the HR user to the new tablespace
E.    Enabling resumable space allocation by setting the RESUMABLE_TIMEOUT parameter to a nonzero value

Answer: AD

QUESTION 3
You execute the commands:
SQL>CREATE USER sidney
IDENTIFIED BY out_standing1
DEFAULT TABLESPACE users
QUOTA 10M ON users
TEMPORARY TABLESPACE temp
ACCOUNT UNLOCK;
SQL> GRANT CREATE SESSION TO Sidney;
Which two statements are true?

A.    The create user command fails if any role with the name Sidney exists in the database.
B.    The user sidney can connect to the database instance but cannot perform sort operations because no space quota is specified for the temp tablespace.
C.    The user sidney is created but cannot connect to the database instance because no profile is
D.    The user sidney can connect to the database instance but requires relevant privileges to create objects in the users tablespace.
E.    The user sidney is created and authenticated by the operating system.

Answer: AE

QUESTION 4
Examine the query and its output:
SQL> SELECT REASON, metric_value FROM dba_outstanding_alerts;
REASONMETRIC_VALUE
———————————– ——————-
Tablespace [TEST] is [28 perce 28.125
nt] full
Metrics “Current Logons Count”29
Metrics “Database Time Spent99.0375405
waiting (%)” is at 99.03754 for event class “Application”
db_recovery_file_dest_size of97
4294967296 bytes is 97.298 used and has 116228096 remaining bytes available.
After 30 minutes, you execute the same query:
SQL> SELECT reason, metric_value FROM dba_outstanding_alerets;
REASONMETRIC_VALUE
—————————— —————
Tablespace [TEST] is [28 percs 28.125
nt] full
What might have caused three of the alerts to disappear?

A.    The threshold alerts were cleared and transferred to d0A_alert_history.
B.    An Automatic Workload Repository (AWR) snapshot was taken before the execution of the second
C.    An Automatic Database Diagnostic Monitor (ADOM) report was generated before the execution of the second query.
D.    The database instance was restarted before the execution of the second query.

Answer: D

QUESTION 5
Which two statements are true?

A.    A role cannot be assigned external authentication.
B.    A role can be granted to other roles.
C.    A role can contain both system and object privileges.
D.    The predefined resource role includes the unlimited_tablespace privilege.
E.    All roles are owned by the sys user.
F.    The predefined connect role is always automatically granted to all new users at the time of their creation.

Answer: BC
Explanation:
http://docs.oracle.com/cd/E11882_01/network.112/e36292/authorization.htm#DBSEG99878 (the functionality of roles)

QUESTION 6
Identify three valid options for adding a pluggable database (PDB) to an existing multitenant container database (CDB).

A.    Use the CREATE PLUGGABLE DATABASE statement to create a PDB using the files from the SEED.
B.    Use the CREATE DATABASE . . . ENABLE PLUGGABLE DATABASE statement to provision a PDB by copying file from the SEED.
C.    Use the DBMS_PDB package to clone an existing PDB.
D.    Use the DBMS_PDB package to plug an Oracle 12c non-CDB database into an existing CDB.
E.    Use the DBMS_PDB package to plug an Oracle 11 g Release 2 (11.2.0.3.0) non-CDB database into an existing CDB.

Answer: ACD
Explanation:
Use the CREATE PLUGGABLE DATABASE statement to create a pluggable database (PDB).
This statement enables you to perform the following tasks:
* (A) Create a PDB by using the seed as a template
Use the create_pdb_from_seed clause to create a PDB by using the seed in the multitenant container database (CDB) as a template. The files associated with the seed are copied to a new location and the copied files are then associated with the new PDB.
* (C) Create a PDB by cloning an existing PDB
Use the create_pdb_clone clause to create a PDB by copying an existing PDB (the source PDB) and then plugging the copy into the CDB. The files associated with the source PDB are copied to a new location and the copied files are associated with the new PDB. This operation is called cloning a PDB.
The source PDB can be plugged in or unplugged. If plugged in, then the source PDB can be in the same CDB or in a remote CDB. If the source PDB is in a remote CDB, then a database link is used to connect to the remote CDB and copy the files.
* Create a PDB by plugging an unplugged PDB or a non-CDB into a CDB
Use the create_pdb_from_xml clause to plug an unplugged PDB or a non-CDB into a CDB, using an XML metadata file.

QUESTION 7
Your database supports a DSS workload that involves the execution of complex queries:
Currently, the library cache contains the ideal workload for analysis. You want to analyze some of the queries for an application that are cached in the library cache.
What must you do to receive recommendations about the efficient use of indexes and materialized views to improve query performance?

A.    Create a SQL Tuning Set (STS) that contains the queries cached in the library cache and run the SQL Tuning Advisor (STA) on the workload captured in the STS.
B.    Run the Automatic Workload Repository Monitor (ADDM).
C.    Create an STS that contains the queries cached in the library cache and run the SQL Performance Analyzer (SPA) on the workload captured in the STS.
D.    Create an STS that contains the queries cached in the library cache and run the SQL Access Advisor on the workload captured in the STS.

Answer: D
Explanation:
* SQL Access Advisor is primarily responsible for making schema modification recommendations, such as adding or dropping indexes and materialized views. SQL Tuning Advisor makes other types of recommendations, such as creating SQL profiles and restructuring SQL statements.
* The query optimizer can also help you tune SQL statements. By using SQL Tuning Advisor and SQL Access Advisor, you can invoke the query optimizer in advisory mode to examine a SQL statement or set of statements and determine how to improve their efficiency. SQL Tuning Advisor and SQL Access Advisor can make various recommendations, such as creating SQL profiles, restructuring SQL statements, creating additional indexes or materialized views, and refreshing optimizer statistics.
Note:
* Decision support system (DSS) workload
* The library cache is a shared pool memory structure that stores executable SQL and PL/SQL code. This cache contains the shared SQL and PL/SQL areas and control structures such as locks and library cache handles.
Tuning SQL Statements

QUESTION 8
In a recent Automatic Workload Repository (AWR) report for your database, you notice a high number of buffer busy waits. The database consists of locally managed tablespaces with free list managed segments.
On further investigation, you find that buffer busy waits is caused by contention on data blocks.
Which option would you consider first to decrease the wait event immediately?

A.    Decreasing PCTUSED
B.    Decreasing PCTFREE
C.    Increasing the number of DBWN process
D.    Using Automatic Segment Space Management (ASSM)
E.    Increasing db_buffer_cache based on the V$DB_CACHE_ADVICE recommendation

Answer: D
Explanation:
* Automatic segment space management (ASSM) is a simpler and more efficient way of managing space within a segment. It completely eliminates any need to specify and tune the pctused,freelists, and freelist groups storage parameters for schema objects created in the tablespace. If any of these attributes are specified, they are ignored.
* Oracle introduced Automatic Segment Storage Management (ASSM) as a replacement for traditional freelists management which used one-way linked-lists to manage free blocks with tables and indexes. ASSM is commonly called “bitmap freelists” because that is how Oracle implement the internal data structures for free block management.
Note:
* Buffer busy waits are most commonly associated with segment header contention onside the data buffer pool (db_cache_size, etc.).
* The most common remedies for high buffer busy waits include database writer (DBWR) contention tuning, adding freelists (or ASSM), and adding missing indexes.

QUESTION 9
The following parameter are set for your Oracle 12c database instance:
OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=FALSE
OPTIMIZER_USE_SQL_PLAN_BASELINES=TRUE
You want to manage the SQL plan evolution task manually. Examine the following steps:
1. Set the evolve task parameters.
2. Create the evolve task by using the DBMS_SPM.CREATE_EVOLVE_TASK function.
3. Implement the recommendations in the task by using the DBMS_SPM.IMPLEMENT_EVOLVE_TASK function.
4. Execute the evolve task by using the DBMS_SPM.EXECUTE_EVOLVE_TASK function.
5. Report the task outcome by using the DBMS_SPM.REPORT_EVOLVE_TASK function.
Identify the correct sequence of steps:

A.    2, 4, 5
B.    2, 1, 4, 3, 5
C.    1, 2, 3, 4, 5
D.    1, 2, 4, 5

Answer: B
Explanation:
* Evolving SQL Plan Baselines

image
*
2. Create the evolve task by using the DBMS_SPM.CREATE_EVOLVE_TASK function. This function creates an advisor task to prepare the plan evolution of one or more plans for a specified SQL statement. The input parameters can be a SQL handle, plan name or a list of plan names, time limit, task name, and description.
1. Set the evolve task parameters.
SET_EVOLVE_TASK_PARAMETER
This function updates the value of an evolve task parameter. In this release, the only valid parameter is TIME_LIMIT.
4. Execute the evolve task by using the DBMS_SPM.EXECUTE_EVOLVE_TASK function. This function executes an evolution task. The input parameters can be the task name, execution name, and execution description. If not specified, the advisor generates the name, which is returned by the function.
3: IMPLEMENT_EVOLVE_TASK
This function implements all recommendations for an evolve task. Essentially, this function is equivalent to using ACCEPT_SQL_PLAN_BASELINE for all recommended plans. Input parameters include task name, plan name, owner name, and execution name.
5. Report the task outcome by using the DBMS_SPM_EVOLVE_TASK function. This function displays the results of an evolve task as a CLOB. Input parameters include the task name and section of the report to include.
Oracle Database SQL Tuning Guide 12c, Managing SQL Plan Baselines

QUESTION 10
Examine this command:
SQL > exec DBMS_STATS.SET_TABLE_PREFS (`SH’, `CUSTOMERS’, `PUBLISH’, `false’);
Which three statements are true about the effect of this command?

A.    Statistics collection is not done for the CUSTOMERS table when schema stats are gathered.
B.    Statistics collection is not done for the CUSTOMERS table when database stats are gathered.
C.    Any existing statistics for the CUSTOMERS table are still available to the optimizer at parse time.
D.    Statistics gathered on the CUSTOMERS table when schema stats are gathered are stored as pending statistics.
E.    Statistics gathered on the CUSTOMERS table when database stats are gathered are stored as pending statistics.

Answer: CDE
Explanation:
* SET_TABLE_PREFS Procedure
This procedure is used to set the statistics preferences of the specified table in the specified schema.
* Example:
Using Pending Statistics
Assume many modifications have been made to the employees table since the last time statistics were gathered. To ensure that the cost-based optimizer is still picking the best plan, statistics should be gathered once again; however, the user is concerned that new statistics will cause the optimizer to choose bad plans when the current ones are acceptable. The user can do the following:
EXEC DBMS_STATS.SET_TABLE_PREFS(‘hr’, ’employees’, ‘PUBLISH’, ‘false’);
By setting the employees tables publish preference to FALSE, any statistics gather from now on
will not be automatically published. The newly gathered statistics will be marked as pending.

QUESTION 11
Examine the following impdp command to import a database over the network from a pre-12c Oracle database (source):

image
Which three are prerequisites for successful execution of the command?

A.    The import operation must be performed by a user on the target database with the DATAPUMP_IMP_FULL_DATABASE role, and the database link must connect to a user on the source database with the DATAPUMP_EXD_FULL_DATABASE role.
B.    All the user-defined tablespaces must be in read-only mode on the source database.
C.    The export dump file must be created before starting the import on the target database.
D.    The source and target database must be running on the same platform with the same endianness.
E.    The path of data files on the target database must be the same as that on the source database.
F.    The impdp operation must be performed by the same user that performed the expdp operation.

Answer: ABD
Explanation:
In this case we have run the impdp without performing any conversion if endian format is different then we have to first perform conversion.

QUESTION 12
Which two are true concerning a multitenant container database with three pluggable database?

A.    All administration tasks must be done to a specific pluggable database.
B.    The pluggable databases increase patching time.
C.    The pluggable databases reduce administration effort.
D.    The pluggable databases are patched together.
E.    Pluggable databases are only used for database consolidation.

Answer: CE
Explanation:Explanation: The benefits of Oracle Multitenant are brought by implementing a pure deployment choice. The following list calls out the most compelling examples.
* High consolidation density. (E)
The many pluggable databases in a single multitenant container database share its memory and background processes, letting you operate many more pluggable databases on a particular platform than you can single databases that use the old architecture. This is the same benefit that schema-based consolidation brings.
* Rapid provisioning and cloning using SQL.
* New paradigms for rapid patching and upgrades. (D, not B) The investment of time and effort to patch one multitenant container database results in patching all of its many pluggable databases. To patch a single pluggable database, you simply unplug/plug to a multitenant container database at a different Oracle Database software version.
* (C, not A) Manage many databases as one.
By consolidating existing databases as pluggable databases, administrators can manage many databases as one. For example, tasks like backup and disaster recovery are performed at the multitenant container database level.
* Dynamic between pluggable database resource management. In Oracle Database 12c, Resource Manager is extended with specific functionality to control the competition for resources between the pluggable databases within a multitenant container database.
Note:
* Oracle Multitenant is a new option for Oracle Database 12c Enterprise Edition that helps customers reduce IT costs by simplifying consolidation, provisioning, upgrades, and more. It is supported by a new architecture that allows a multitenant container database to hold many pluggable databases. And it fully complements other options, including Oracle Real Application Clusters and Oracle Active Data Guard. An existing database can be simply adopted, with no change, as a pluggable database; and no changes are needed in the other tiers of the application.
12c Oracle Multitenant

If you want to pass Oracle 1Z0-062 successfully, donot missing to read latest lead2pass Oracle 1Z0-062 practice tests.
If you can master all lead2pass questions you will able to pass 100% guaranteed.

http://www.lead2pass.com/1Z0-062.html

         

Why Choose Lead2pass?

If you want to pass the exam successfully in first attempt you have to choose the best IT study material provider, in my opinion, Lead2pass is one of the best way to prepare for the exam.

Lead2pass Testking Pass4sure Actualtests Others
$99.99 $124.99 $125.99 $189 $29.99-$49.99
Up-to-Dated
Real Questions
Error Correction
Printable PDF
Premium VCE
VCE Simulator
One Time Purchase
Instant Download
Unlimited Install
100% Pass Guarantee
100% Money Back