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
第1题:
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
第2题:
Automatic Shared Memory Management is disabled for your database instance. You realize that thereare cases of SQL statements performing poorly because of repeated parsing activity, resulting indegradation of performance. What would be your next step to improve performance? ()
第3题:
Automatic Shared Memory Management is disabled for your database instance. You realize that there arecases of SQL statements performing poorly because of repeated parsing activity, resulting in degradation ofperformance. What would be your next step to improve performance()
第4题:
You find that the database performance degrades while you backup the PROD database using Recovery Manager (RMAN). The PROD database is running in shared server mode. The database instance is currently using 60% of total operating system memory. You suspect the shared pool fragmentation to be the reason. Which action would you consider to overcome the performance degradation?()
第5题:
Your database is using shared server configuration. Which optional memory structure would you configure to store the User Global Area (UGA) information and improve the shared pool performance?()
第6题:
You work as a database administrator for Certkiller .com. You find that the database performance degrades while you backup the Certkiller database using Recovery Manager (RMAN). The Certkiller database is running in shared server mode. The database instance is currently using 60% of total operating system memory. You suspect the shared pool fragmentation to be the reason. Which action would you consider to overcome the performance degradation?()
第7题:
You configure a new SQL Server 2005 computer to use TCP/IP with all default settings. Your corporate policy requires that each server use a firewall. You find that you can connect to the SQL Server instance from the local computer. However, client computers cannot connect to the SQL Server instance. You need to identify the most likely cause of the connection issues. What should you do first?()
第8题:
Configure Java Pool to cache the java objects.
Configure Streams Pool to enable parallel processing.
Increase Shared Pool size to cache more PL/SQL objects.
Increase Database Buffer Cache size to increase cache hits.
Configure Large Pool to be used by RMAN and shared server.
Increase the total System Global Area (SGA) size to increase memory hits.
第9题:
The WORK_AREASIZE_POLICY initialization parameter cannot be set to AUTO.
The Oracle database automatically controls the amount of PGA memory allotted to SQL work areas.
Setting the value of the SGA_TARGET initialization parameter to 0 will disable the automatic PGA memory management.
The SORT_AREA_SIZE parameter is ignored by all the sessions running in the automatic PGA memory management mode.
第10题:
modify the HASH_AREA_SIZE initialization parameter
modify the PGA_AGGREGATE_TARGET initialization parameter
modify the WORK_AREASIZE_POLICY initialization parameter
increase the value of the SGA_TARGET initialization parameter
increase the value of the SGA_MAX_SIZE initialization parameter
increase the value of the SORT_AREA_SIZE initialization parameter
第11题:
You would configure more listeners for the database.
You would configure the database in shared server mode to use the connection pooling feature.
You would increase the value of the PGA_AGGREGATE_TARGET initialization parameter that assigns more session memory to users.
You would decrease the value of the PRIVATE_SGA resource limit in the profiles used by the users to accommodate more session information.
第12题:
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
第13题:
Automatic Shared Memory Management is disabled for your database instance. You realize that there arecases of SQL statements performing poorly because of repeated parsing activity, resulting in degradation ofperformance. What would be your next step to improve performance()
第14题:
You are working in a dedicated server environment. Your database is running in the automatic Program Global Area (PGA) memory management mode. Which two statements are correct in this scenario?()
第15题:
For Oracle 11g, Oracle strongly recommends that you configure your database to use which of the following memory-management features?()
第16题:
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
第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题:
You have a server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). Server1hosts an ordering application that connects to a database cluster.A number of client computers are shared between employees. You need to implement a licensing solution that meets the following requirements:·Server1 must allow unlimited concurrent connections.·Client access license requirements must be minimized.Which two actions should you perform? ()(Each correct answer presents part of the solution. Choose two.)
第20题:
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
第21题:
Large Pool
Redo Log Buffer
Database Buffer Cache
Program Global Area (PGA)
第22题:
Configure Java Pool to cache the java objects.
Configure Streams Pool to enable parallel processing.
Increase Shared Pool size to cache more PL/SQL objects.
Increase Database Buffer Cache size to increase cache hits.
Configure Large Pool to be used by RMAN and shared server.
Increase the total System Global Area (SGA) size to increase memory hits.
第23题:
Automatic PGA Memory Management
Automatic SGA Memory Management
Automatic Shared Memory Management
Automatic Memory Management
Manual SGA Memory Management
None of the above