Shared SQL Area will be allocated in the shared pool.
Shared SQL Area will be allocated when a session starts.
Shared SQL Area will be allocated in the large pool always.
Private SQL Area will be allocated in the Program Global Area (PGA) always.
Shared SQL Area and Private SQL Area will be allocated in the PGA or large pool.
The number of Private SQL Area allocations is dependent on the OPEN_CURSORS parameter.
第1题:
The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Which statement is true while performing a tape backup in an RMAN session?()
第2题:
Your database is configured in shared server mode. However, your senior DBA asks you to modify the value ofthe PRIVATE_SGA limit in the profile of the users. What could be the reason for this()
第3题:
Identify the memory component from which memory may be allocated for: () 1: Session memory for the shared server 2: Buffers for I/O slaves 3: Oracle Database Recovery Manager (RMAN) backup and restore operations
第4题:
The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Which statement istrue while performing a tape backup in an RMAN session?()
第5题:
Identify the memory component from which memory may be allocated for:() 1. Session memory for the shared server 2. Buffers for I/O slaves 3. Oracle Database Recovery Manager (RMAN) backup and restore operations
第6题:
Which component of the SGA stores parsed SQL statements is used for process sharing?()
第7题:
User session data
Stack space
Private SQL area
Location of the runtime area for DML and DDL Statements
Location of a part of the runtime area for SELECT statements
第8题:
Large Pool
Redo Log Buffer
Database Buffer Cache
Program Global Area (PGA)
第9题:
The tape I/O performed is asynchronous
The tape buffer is allocated from the System Global Area (SGA)
The tape buffer is allocated from the Program Global Area (PGA)
Oracle I/O uses an interrupt mechanism to determine when each I/O completes
第10题:
Buffer cache
Redo log buffer
Private SQL area
Library cache
Row cache
第11题:
Large Pool
Redo Log Buffer
Database Buffer Cache
Program Global Area (PGA)
第12题:
The SQL Repair Advisor can be invoked to tune the performance of the regressed SQL statements.
The SQL Repair Advisor can be invoked even when the incident is not active for a SQL statement crash.
The SQL Repair Advisor is invoked by the Health Monitor when it encounters the problematic SQL statement.
The DBA can invoke the SQL Repair Advisor when he or she receives an alert generated when a SQL statement crashes and an incident is created in the ADR.
第13题:
Which two statements are true regarding the SQL Repair Advisor?()
第14题:
Which three are true about the large pool for an Oracle database instance that supports shared serverconnections?()
第15题:
You are analyzing how Oracle processes user statements. SQL and PL/SQL parse information is stored in which of the following database memory areas? ()
第16题:
Which component does the SQL Tuning Advisor NOT analyze for the SQL statements?()
第17题:
Which two statements are true about Shared SQL Area and Private SQL Area()
第18题:
Which two statements are true about Shared SQL Area and Private SQL Areas()
第19题:
to limit the User Global Area (UGA) memory allocated to a session from the SGA
to limit the amount of memory to be used for the dispatcher queue of a session in SGA
to limit the amount of memory to be used for the request pool in System Global Area (SGA)
to control the amount of memory allocated in SGA for the local variables for each shared server process
第20题:
ADDM
AWR
Cursor Cache
SQL Tuning Sets
Flash Recovery Area
第21题:
Library cache
Row cache
Dictionary cache
Large area
Buffer cache
第22题:
Shared SQL Area will be allocated in the shared pool.
Shared SQL Area will be allocated when a session starts.
Shared SQL Area will be allocated in the large pool always.
The whole of Private SQL Area will be allocated in the Program Global Area (PGA) always.
Shared SQL Area and Private SQL Area will be allocated in the PGA or large pool.
The number of Private SQL Area allocations is dependent on the OPEN_CURSORS parameter.
第23题:
Shared SQL Area will be allocated in the shared pool.
Shared SQL Area will be allocated when a session starts.
Shared SQL Area will be allocated in the large pool always.
Private SQL Area will be allocated in the Program Global Area (PGA) always.
Shared SQL Area and Private SQL Area will be allocated in the PGA or large pool.
The number of Private SQL Area allocations is dependent on the OPEN_CURSORS parameter.
第24题:
Allocates memory for RMAN backup and restore operations
Allocates memory for shared and private SQL areas
Contains a cursor area for storing runtime information about cursors
Contains stack space
Contains a hash area performing hash joins of tables