1Z0-055 | The Secret of Oracle 1Z0-055 exam


Q161. You issued the following command: 

CREATE GLOBAL TEMPORARY TABLE admin_work_area 

(startdate DATE, 

enddate DATE, 

class CHAR(20)) 

ON COMMIT DELETE ROWS 

TABLESPACE tbs_t1; 

An index is then created on the ADMIN_WORK_AREA temporary table. 

Which two statements are true regarding the TBS_T1 tablespace in the above command? (Choose two.) 

A. It stores only the temporary table but not its indexes. 

B. It stores both the temporary table as well as its indexes. 

C. It must be a nondefault temporary tablespace for the database. 

D. It can be a default or nondefault temporary tablespace for the database. 

E. It must be the default temporary tablespace of the user who issues the command. 

Answer: B,D 

Q162. To generate recommendations to improve the performance of a set of SQL queries in an application, you execute the following blocks of code: 

BEGIN 

dbms_advisor.create_task(dbms_advisor.sqlaccess_advisor,'TASK1'); 

END; 

BEGIN 

dbms_advisor.set_task_parameter('TASK1','ANALYSIS_SCOPE','ALL');

 dbms_advisor.set_task_parameter('TASK1','MODE','COMPREHENSIVE'); 

END; 

BEGIN 

dbms_advisor.execute_task('TASK1'); 

dbms_output.put_line(dbms_advisor.get_task_script('TASK1')); 

END; 

The blocks of code execute successfully; however, you do not get the required outcome. 

What could be the reason? 

A. A template needs to be associated with the task. 

B. A workload needs to be associated with the task. 

C. The partial or complete workload scope needs to be associated with the task. 

D. The type of structures (indexes, materialized views, or partitions) to be recommended need to be specified for the task. 

Answer:

Q163. You plan to have a larger moving window size for the default system-defined moving window baseline because you want to use the adaptive threshold. Which statement factors in this consideration while increasing the size of the moving window? 

A. The collection level for the AWR should be set to BASIC. 

B. The moving window size must be less than Undo Retention. 

C. The moving window size should be greater than the Automatic Workload Repository (AWR) retention period. 

D. The moving window size should be equal to or less than the Automatic Workload Repository (AWR) retention period. 

Answer:

Q164. You upgraded Oracle Database 10g to Oracle Database 11g. How would this affect the existing users' passwords? 

A. All passwords automatically become case-sensitive. 

B. All passwords remain non-case-sensitive till they are changed. 

C. All passwords remain non-case-sensitive and cannot be changed. 

D. All passwords remain non-case-sensitive until their password attribute in the profile is altered. 

Answer:

Q165. Which two statements about the SQL Management Base (SMB) are true? (Choose two.) 

A. It contains only SQL profiles generated by SQL Tuning Advisor. 

B. It stores plans generated by the optimizer using a stored outline. 

C. It is part of the data dictionary and stored in the SYSAUX tablespace. 

D. It is part of the data dictionary and stored in the SYSTEM tablespace. 

E. It contains the statement log, the plan history, plan baselines, and SQL profiles. 

Answer: C,E 

Q166. Which two statements are true regarding hot patching? (Choose two.) 

A. It requires relinking of the Oracle binary. 

B. It does not require database instance shutdown. 

C. It can detect conflicts between two online patches. 

D. It is available for installing all patches on all platforms. 

E. It works only in a single database instance environment. 

Answer: B,C 

Q167. You are managing an Oracle Database 11g database with the ASM storage. The database is having big file tablespaces. You want files to open faster and less memory to be used in the shared pool to manage the extent maps. What configuration would you effect to achieve your objective? (Choose all that apply.) 

A. Set the ASM compatibility attribute for the ASM disk group to 11.1.0. 

B. Set the RDBMS compatibility attribute for the ASM disk group to 11.1.0. 

C. Set the COMPATIBLE initialization parameter for the ASM instance to 11.1.0. 

D. Set the COMPATIBLE initialization parameter for the database instance to 11.1.0. 

Answer: A,D 

Q168. 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:

Q169. View the Exhibit for some of the parameter settings. 

You start a session and issue the following command: 

SQL>CREATE INDEX emp_ename ON emp(ename) 

TABLESPACE users INVISIBLE; 

What is the outcome of the above command? 

A. The index is not used by the optimizer but is maintained during DML operations. 

B. The index is not used by the optimizer and is not maintained during DML operations. 

C. The index is used by the optimizer only if a hint is specified in the query statement and is maintained during DML operations. 

D. The index is used by the optimizer only if a hint is specified in the query statement but is not maintained during DML operations. 

Answer:

Q170. Which statement is true regarding virtual private catalogs? 

A. The virtual private catalog owner cannot create and modify the stored scripts. 

B. A virtual private catalog owner can create a local stored script, and have read/write access to a global stored script. 

C. The set of views and synonyms that make up the virtual private catalog is stored in the schema of the RMAN recovery catalog owner. 

D. To perform most of the RMAN operations, the virtual catalog owner must have the SYSDBA or SYSOPER privilege on the target database. 

Answer: