Proper study guides for Latest Oracle Oracle Database 11g: New Features for 9i OCPs certified begins with Oracle 1Z0-055 preparation products which designed to deliver the Highest Quality 1Z0-055 questions by making you pass the 1Z0-055 test at your first time. Try the free 1Z0-055 demo right now.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Oracle 1Z0-055 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 1Z0-055 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/1Z0-055-exam-dumps.html

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

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:


Q42. The Database Resource Manager is automatically enabled in the maintenance window that runs the Automated Maintenance Task. What is the reason for this? 

A. to prevent the creation of an excessive number of scheduler job classes 

B. to allow the Automated Maintenance Tasks to use system resources without any restriction 

C. to allow resource sharing only among the Automated Maintenance Tasks in the maintenance window 

D. to prevent the Automated Maintenance Tasks from consuming excessive amounts of system resources 

Answer:


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


Q44. You have applications that have frequently executed queries, and produce small and static result sets. 

You configure the sqlnet.ora file in the client machine to set a nonzero value for the OCI_RESULT_CACHE_MAX_SIZE parameter. 

What is the purpose of this configuration? 

A. to avoid round trips to the server by enabling caching of query results in client memory 

B. to improve performance by storing a copy of the data from the private SQL area of the PGA 

C. to enhance the query performance by creating a cache in the client memory for sorting operations 

D. to avoid the storing of query plans and results in the server by creating a cache in the client memory 

Answer:


Q45. You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the user RCO11. The INST1 database contains an Oracle Database version 

10.1 catalog schema owned by the user RCAT10. 

You want the RMAN to import metadata for database IDs 1423241 and 1423242, registered in RCAT10, into the recovery catalog owned by RCO11. You executed the following commands: 

RMAN> CONNECT CATALOG rco11/password@catdb 

RMAN> IMPORT CATALOG rcat10/oracle@inst1 NO UNREGISTER; 

Which two statements are true regarding the tasks accomplished with these commands? (Choose two.) 

A. They import all metadata from the RCAT10 catalog. 

B. They unregister the database from the RCAT10 catalog. 

C. They do not register the databases registered in the RCAT10 catalog. 

D. They register all databases registered in the RCAT10 catalog. 

Answer: A,D 


Q46. You want to convert your existing non-ASM files to ASM files for the database PROD. Which method or command would you use to accomplish this task? 

A. Data Pump Export and Import 

B. conventional export and import 

C. the CONVERT command of RMAN 

D. the BACKUP AS COPY.. command of RMAN 

Answer:


Q47. Which are the prerequisites for performing flashback transactions on your database? (Choose all that apply.) 

A. Supplemental log must be enabled. 

B. Supplemental log must be enabled for the primary key. 

C. Undo retention guarantee for the database must be configured. 

D. Execute permission on the DBMS_FLASHBACK package must be granted to the user. 

Answer: A,B,D 


Q48. Examine the following PL/SQL block: 

SET SERVEROUTPUT ON 

SET LONG 10000 

DECLARE report clob; 

BEGIN 

report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE(); 

DBMS_OUTPUT.PUT_LINE(report); 

END; 

Which statement describes the effect of the execution of the above PL/SQL block? 

A. The plan baselines are verified with the SQL profiles. 

B. All fixed plan baselines are converted into nonfixed plan baselines. 

C. All the nonaccepted SQL profiles are accepted into the plan baseline. 

D. The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines. 

Answer:


Q49. ENCRYPT_TS is an encrypted tablespace that contains tables with data. 

Which statement is true regarding the effect of queries and data manipulation language (DML) statements on the encrypted data in the tables? 

A. The data is decrypted during SORT and JOIN operations. 

B. The data remains encrypted when it is read into memory. 

C. The data remains encrypted when it is stored in the redo logs. 

D. The data remains encrypted in the UNDO tablespace provided that the UNDO tablespace was created with the encryption option enabled. 

Answer:


Q50. In your database, the RESULT_CACHE_MODE parameter has been set to MANUAL in the initialization parameter file. 

You issued the following command: 

SQL>SELECT /*+ RESULT_CACHE */ sale_category, sum(sale_amt) 

FROM sales 

GROUP BY sale_category; 

Where would the result of this query be stored? 

A. PGA 

B. large pool 

C. shared pool 

D. database buffer cache 

Answer: