1Z0-055 | The Down to date Guide To 1Z0-055 dumps


Q91. Observe the following warning in an RMAN session of your database instance: 

WARNING: new failures were found since last LIST FAILURE command 

Which statement describes the scenario that must have produced this warning? 

A. The CHANGE FAILURE command has detected new failures recorded in the Automatic Diagnostic Repository (ADR). 

B. The VALIDATE DATABASE command has detected new failures recorded in the Automatic Diagnostic Repository (ADR). 

C. The ADVISE FAILURE command has detected new failures recorded in the Automatic Diagnostic Repository (ADR) since the last LIST FAILURE. 

D. The RECOVER command has detected new failures recorded in the Automatic Diagnostic Repository (ADR) since the last LIST FAILURE command was executed. 

Answer:

Q92. You perform the following activities during the database upgrade from Oracle Database 10g to Oracle Database 11g: 

1. Capture plans for a SQL workload into a SQL Tuning Set (STS) before upgrade. 

2. Load these plans from the STS into the SQL plan baseline immediately after the upgrade. 

What is the reason for performing these activities? 

A. to minimize plan regression due to the use of a new optimizer version 

B. to completely avoid the use of new plans generated by a new optimizer version 

C. to prevent plan capturing when the SQL statement is executed after the database upgrade 

D. to keep the plan in the plan history so that it can be used when the older version of the optimizer is used 

Answer:

Q93. USER_DATA is a nonencrypted tablespace that contains a set of tables with data. You want to convert all existing data in the USER_DATA tablespace and the new data into the encrypted format. Which methods would you use to achieve this? (Choose all that apply.) 

A. Use Data Pump to transfer the existing data to a new encrypted tablespace. 

B. Use ALTER TABLE..MOVE to transfer the existing data to a new encrypted tablespace. 

C. Use CREATE TABLE AS SELECT to transfer the existing data to a new encrypted tablespace. 

D. Enable row movement for each table to be encrypted and then use ALTER TABLESPACE to encrypt the tablespace. 

E. Encrypt the USER_DATA tablespace using the ALTER TABLESPACE statement so that all the data in the tablespace is automatically encrypted. 

Answer: A,B,C 

Q94. In which situations will the ASM metadata backup help you recover the ASM disk in a disk group? (Choose all that apply.) 

A. when one or more disks in an ASM disk group are lost 

B. when the data file on an ASM disk group gets corrupted 

C. when one of the disks in a disk group is accidentally unplugged 

D. when one or more file directory paths are accidentally deleted from an ASM disk group 

Answer: A,D 

Q95. Evaluate the following command: 

SQL>ALTER SYSTEM SET db_securefile = 'IGNORE' 

What is the impact of this setting on the usage of SecureFiles? 

A. It forces BasicFiles to be created even if the SECUREFILE option is specified to create the LOB. 

B. It forces SecureFiles to be created even if the BASICFILE option is specified to create the LOB. 

C. It does not allow the creation of SecureFiles and generates an error if the SECUREFILE option is specified to create the LOB. 

D. It ignores the SECUREFILE option only if a Manual Segment Space Management tablespace is used and creates a BasicFile. 

Answer:

Q96. 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. 

Answer:

Q97. View the Exhibit to examine the Automatic Database Diagnostic Monitor (ADDM) tasks. 

You executed the following commands: 

SQL> VAR tname VARCHAR2(60); 

SQL> BEGIN 

:tname := 'my_instance_analysis_mode_task'

 DBMS_ADDM.INSERT_SEGMENT_DIRECTIVE(:tname,'Sg_directive','SCOTT'); 

END; 

Which statement describes the consequence? 

A. The ADDM task is filtered to suppress the Segment Advisor suggestions for the SCOTT schema. 

B. The ADDM task is filtered to produce the Segment Advisor suggestions for the SCOTT schema only. 

C. The PL/SQL block produces an error because the my_instance_analysis_mode_task task has not been reset to its initial state. 

D. All subsequent ADDM tasks including my_instance_analysis_mode_task are filtered to suppress the Segment Advisor suggestions for the SCOTT schema. 

Answer:

Q98. Which is the source used by Automatic SQL Tuning that runs as part of the AUTOTASK framework? 

A. SQL statements that are part of the AWR baseline only 

B. SQL statements based on the AWR top SQL identification 

C. SQL statements that are part of the available SQL Tuning Set (STS) only 

D. SQL statements that are available in the cursor cache and executed by a user other than SYS 

Answer:

Q99. Which two initialization parameters would you set to enable Automatic Shared Memory Management? (Choose two.) 

A. set SHARED_POOL_SIZE to zero 

B. set STATISTICS_LEVEL to BASIC 

C. set SGA_TARGET to a non-zero value 

D. set DB_CACHE_SIZE to a non-zero value 

E. set STATISTICS_LEVEL to TYPICAL or ALL 

Answer: C,E 

Q100. You enabled Flashback Data Archive on the INVENTORY table. Which DDL operation is supported on the table after enabling Flashback Data Archive? 

A. Drop the table. 

B. Partition the table 

C. Truncate the table. 

D. Add a column to the table. 

E. Rename a column in the table. 

Answer: