1Z0-052 Exam - Oracle Database 11g: Administration I

certleader.com

Q1. The instance abnormally terminates because of a power outage.

Which statement is true about redo log files during instance recovery?

A. Inactive and current redo log files are required to accomplish recovery

B. Online and archived redo files are required to accomplish instance recovery

C. All redo log entries after the last checkpoint are applied from redo log files to data files

D. All redo log entries recorded in the current log file until the checkpoint position are applied to data files

Answer: C

Q2. Which statements are true regarding the creation of an incident package file by using the EM Workbench Support? (Choose all that apply.)

A. You can add SQL test cases to the incident package.

B. You can add or remove the trace files to the package.

C. You cannot create an incremental incident package when the physical files are purged from the ADR.

D. You can create the incremental incident package ZIP file for new or modified diagnostic information for the incident package already created.

Answer: ABD

Q3. Which three statements are true about logical structures of the Oracle database? (Choose three.)

A. Each segment contains one or more extents.

B. Multiple tablespaces can share a single data file.

C. A data block is the smallest unit of input/output (I/O) in data files.

D. It is possible to have tablespaces of different block sizes in a database.

E. Each data block in the database always corresponds to one operating system block.

Answer: ACD

Q4. A user, who is authenticated externally, logs in to a remote machine and connects to the database instance. What action would you take to ensure that a user cannot connect to the database instance by merely logging in to a remote machine?

A. Set REMOTE_OS_ROLES to FALSE

B. Set OS_ROLES parameter to FALSE

C. Set the REMOTE_OS_AUTHENT parameter to FALSE

D. Set the REMOTE_LOGIN_PASSWORD_FILE parameter to NONE

Answer: C

Q5. You want to access employee details contained in flat files as part of the EMPLOYEE table. You plan to add a new column to the EMPLOYEE table to achieve this.

Which data types would you use for the new column?

A. CLOB

B. BLOB

C. BFILE

D. LONG RAW

Answer: C

Q6. Which two statements about the background process of the database writer are true? (Choose two.)

A. It is possible to have multiple database writers in an Oracle instance.

B. It writes dirty buffers, if any, to data files whenever a checkpoint occurs.

C. It writes dirty buffers, if any, to data files whenever a transaction commits.

D. It writes dirty buffers, if any, to data files before the log writer (LGWR) writes.

Answer: AB

Q7. The user HR receives the following error while inserting data into the TTK table:

ERROR at line 1:

ORA-01653: unable to extend table HR.TTK by 128 in tablespace SMD

Upon investigation, you find that SMD is a small file tablespace.

Which three action would allow the user to insert data? (Choose three.)

A. Add a data file to the SMD tablespace.

B. Add a data file to the temporary tablespace associated with the user HR.

C. Resize the data file associated with the SMD tablespace to make it larger.

D. Alter the data file associated with the SMD tablespace to grow automatically.

E. Change the segment space management for the SMD tablespace to automatic.

Answer: ACD

Q8. Your database is configured in shared server mode. However, your senior DBA asks you to modify the value of the PRIVATE_SGA limit in the profile of the users.

What could be the reason for this?

A. To limit the User Global Area (UGA) memory allocated to a session from the SGA

B. To limit the amount of memory to be used for the dispatcher queue of a session in SGA

C. To limit the amount of memory to be used for the request pool in System Global Area (SGA)

D. To control the amount of memory allocated in SGA for the local variables for each shared server process

Answer: A

Q9. In which of the scenario will the DBA perform recovery? (Choose all that apply.)

A. The alert log file is corrupted

B. A tablespace is accidentally dropped

C. One of the redo log members is corrupted

D. A database user terminates the session abnormally

E. The hard disk on which the data files is stored is corrupted

Answer: BE

Q10. 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 about these parameters after the database instance is restarted?

(Choose two.)

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

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

C. The value of the MEMORY_MAX_TARGET parameter remains zero until it is changed manually.

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

Answer: AD