Free Oracle 1Z0-060 Exam Braindumps (page: 9)

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? (Choose three.)

  1. Statistics collection is not done for the CUSTOMERS table when schema stats are gathered.
  2. Statistics collection is not done for the CUSTOMERS table when database stats are gathered.
  3. Any existing statistics for the CUSTOMERS table are still available to the optimizer at parse time.
  4. Statistics gathered on the CUSTOMERS table when schema stats are gathered are stored as pending statistics.
  5. Statistics gathered on the CUSTOMERS table when database stats are gathered are stored as pending statistics.

Answer(s): C,D,E

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.



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


Which three are prerequisites for successful execution of the command? (Choose three.)

  1. 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_EXP_FULL_DATABASE role.
  2. All the user-defined tablespaces must be in read-only mode on the source database.
  3. The export dump file must be created before starting the import on the target database.
  4. The source and target database must be running on the same platform with the same endianness.
  5. The path of data files on the target database must be the same as that on the source database.
  6. The impdp operation must be performed by the same user that performed the expdp operation.

Answer(s): A,B,D

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.



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

  1. All administration tasks must be done to a specific pluggable database.
  2. The pluggable databases increase patching time.
  3. The pluggable databases reduce administration effort.
  4. The pluggable databases are patched together.
  5. Pluggable databases are only used for database consolidation.

Answer(s): C,E

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.



Examine the current values for the following parameters in your database instance:

SGA_MAX_SIZE = 1024M
SGA_TARGET = 700M
DB_8K_CACHE_SIZE = 124M
LOG_BUFFER = 200M

You issue the following command to increase the value of DB_8K_CACHE_SIZE: SQL> ALTER SYSTEM SET DB_8K_CACHE_SIZE=140M;

Which statement is true?

  1. It fails because the DB_8K_CACHE_SIZE parameter cannot be changed dynamically.
  2. It succeeds only if memory is available from the autotuned components if SGA.
  3. It fails because an increase in DB_8K_CACHE_SIZE cannot be accommodated within SGA_TARGET.
  4. It fails because an increase in DB_8K_CACHE_SIZE cannot be accommodated within SGA_MAX_SIZE.

Answer(s): B



Viewing page 9 of 55
Viewing questions 33 - 36 out of 216 questions



Post your Comments and Discuss Oracle 1Z0-060 exam prep with other Community members:

1Z0-060 Exam Discussions & Posts