1Z0-055 | Vivid Database 11g 1Z0-055 braindumps


Q31. Which two are the prerequisites to enable Flashback Data Archive? (Choose two.) 

A. Undo retention guarantee must be enabled. 

B. Database must be running in archivelog mode. 

C. Automatic undo management must be enabled. 

D. The tablespace on which the Flashback Data Archive is created must be managed with Automatic Segment Space Management (ASSM). 

Answer: C,D 

Q32. Following is the list of locations in random order where oranfstab can be placed. 

1./etc/mtab 

2.$ORACLE_HOME/dbs/oranfstab 

3./etc/oranfstab 

What is the sequence in which Direct NFS will search the locations? 

A. 1, 2, 3 

B. 3, 2, 1 

C. 2, 3, 1 

D. 1, 3, 2 

Answer:

Q33. You installed Oracle Database 11g afresh. Which statements are true regarding the default audit settings in this database? (Choose all that apply.) 

A. Auditing is enabled for all privileges. 

B. Auditing is disabled for all privileges. 

C. The audit trail is stored in the database. 

D. The audit trail is stored in an operating system file. 

E. Auditing is enabled for certain privileges related to database security. 

Answer: C,E 

Q34. Examine the following PL/SQL block: DECLARE 

my_plans pls_integer; 

BEGIN 

my_plans := DBMS_SPM.LOAD_PLANS_FROM_CURSOR_CACHE (sql_id => ?9twu5t2dn5xd?; 

END; 

Which statement is true about the plan being loaded into the SQL plan baseline by the above command? 

A. It is loaded with the FIXED status. 

B. It is loaded with the ACCEPTED status. 

C. It is not loaded with the ENABLED status. 

D. It is not loaded with the ACCEPTED status. 

Answer:

Q35. Identify three key features of ASM. (Choose three.) 

A. file striping 

B. allocation unit mirroring 

C. automatic disk rebalancing 

D. automatic file size increment 

E. automatic undo management 

Answer: A,B,C 

Q36. You set the following parameters in the parameter file and restarted the database: 

MEMORY_MAX_TARGET=0 

MEMORY_TARGET=500M 

PGA_AGGREGATE_TARGET=90M 

SGA_TARGET=270M 

Which two statements are true regarding these parameters after the database instance is restarted? (Choose two.) 

A. The MEMORY_MAX_TARGET parameter is automatically set to 500 MB. 

B. The value of the MEMORY_MAX_TARGET parameter remains zero till it is changed manually. 

C. The PGA_AGGREGATE_TARGET and SGA_TARGET parameters are automatically set to zero. 

D. The lower bounds of PGA_AGGREGATE_TARGET and SGA_TARGET parameters are set to 90 MB and 270 MB, respectively. 

Answer: A,D 

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

Q38. In which two aspects does hot patching differ from conventional patching? (Choose two.) 

A. It consumes more memory compared with conventional patching. 

B. It can be installed and uninstalled via OPatch unlike conventional patching. 

C. It takes more time to install or uninstall compared with conventional patching. 

D. It does not require down time to apply or remove unlike conventional patching. 

E. It is not persistent across instance startup and shutdown unlike conventional patching. 

Answer: A,D 

Q39. View the Exhibit exhibit1 to examine the series of SQL commands. 

View the Exhibit exhibit2 to examine the plans available in the SQL plan baseline. The baseline in the first row of the Exhibit is created when OPTIMIZER_MODE was set to FIRST_ROWS. 

Which statement is true if the SQL query in exhibit1 is executed again when the value of OPTIMIZER_MODE is set to FIRST_ROWS? 

A. The optimizer uses a new plan because none of the plans in the exhibit2 are fixed plans. 

B. The optimizer uses the plan in the second row of the exhibit2 because it is an accepted plan. 

C. The optimizer uses the plan in the first row of the exhibit2 because it is the latest generated plan. 

D. The optimizer uses the plan in the first row of the exhibit2 because OPTIMIZER_MODE was set to FIRST_ROW during its creation. 

Answer:

Q40. View the Exhibit to examine the parameters set for your database instance. 

You execute the following command to perform I/O calibration after the declaration of bind variables in the session that are used in the command: 

SQL> EXECUTE dbms_resource_manager.calibrate_io( num_physical_disks=>1, -

max_latency=>50, -

max_iops=>:max_iops, -

max_mbps=>:max_mbps, -

actual_latency=>:actual_latency); 

Which statement describes the consequence? 

A. The command produces an error. 

B. The calibration process runs successfully and populates all the bind variables. 

C. The calibration process runs successfully but the latency time is not computed. 

D. The calibration process runs successfully but only the latency time is computed. 

Answer: