网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Which component of the SGA stores parsed SQL statements is used for process sharing?()
A

Buffer cache 

B

Redo log buffer 

C

Private SQL area 

D

Library cache 

E

Row cache 


参考答案

参考解析
解析: 暂无解析
更多 “单选题Which component of the SGA stores parsed SQL statements is used for process sharing?()A Buffer cache B Redo log buffer C Private SQL area D Library cache E Row cache ” 相关考题
考题 Which two statements about the SQL Management Base (SMB) are true?() A. It contains only SQL profiles generated by SQL Tuning Advisor.B. It stores plans generated by the optimizer using a stored outline.C. It is part of the data dictionary and stored in the SYSAUX tablespace.D. It is part of the data dictionary and stored in the SYSTEM tablespace.E. It contains the statement log, the plan history, plan baselines, and SQL profiles.

考题 You configure your database Instance to support shared server connections.Which two memory areas that are part of PGA are stored in SGA instead, for shared server connection?() A. User session dataB. Stack spaceC. Private SQL areaD. Location of the runtime area for DML and DDL StatementsE. Location of a part of the runtime area for SELECT statements

考题 Which of these appropriately describes the results of a manual SQL Tuning Advisor task?()  A、 A list of SQL statements and recommendations for tuningB、 A list of SQL statements that have been tuned by the Advisor,with before and after metrics C、 Graphs showing the actual performance improvement made by the Advisor after it implemented the recommended changesD、 All of the above

考题 Which of the following statements is false?()A、There can be more than one master catalog for a storeB、A sales catalog is a subset of the master catalogC、The master catalog is the central place for the stores merchandiseD、There can be more than one sales catalog for a storeE、Multiple stores can share a master catalog

考题 Which statement correctly describes SQL and /SQL*Plus?()A、Both SQL and /SQL*plus allow manipulation of values in the database.B、/SQL* Plus recognizes SQL satement and sends them to the server; SQL is the Oracle proprietary interface for executing SQL statements.C、/SQL* Plus language for communicating with the Oracle server to access data; SQL recognizes SQL statements and sends them to the server.D、/SQL manipulates data and table definition in the database; /SQL* Plus does not allow manipulation of values in the database.

考题 While deploying a new application module, the software vendor ships the application software along with appropriate SQL plan baselines for the new SQLs being introduced. Which two statements describe the consequences?()A、The plan baselines can be evolved over time to produce better performance.B、The newly generated plans are directly placed into the SQL plan baseline without being verified.C、The new SQL statements initially run with the plans that are known to produce good performance under standard test configuration.D、The optimizer does not generate new plans for the SQL statements for which the SQL plan baseline has been imported.

考题 Which of these appropriately describes the results of a manual SQL Tuning Advisor task?()A、A list of SQL statements and recommendations for tuningB、A list of SQL statements that have been tuned by the Advisor, with before and after metricsC、Graphs showing the actual performance improvement made by the Advisor after it implemented the recommended changesD、All of the above

考题 Which of the following identifies and creates an index to minimize the DB time for a particular SQL statement?()  A、 The SGA Tuning AdvisorB、 The SQL Access AdvisorC、 The SQL Tuning AdvisorD、 The Memory Advisor

考题 Which statement is true when you run the SQL Tuning Advisor with limited scope?()A、Access path analysis is not performed for the SQL statements.B、SQL structure analysis is not performed for the SQL statements.C、SQL Profile recommendations are not generated for the SQL statements.D、The staleness and absence of the statistics are not checked for the objects in the query supplied to the SQL Tuning Advisor.

考题 Which is the source used by Automatic SQL Tuning that runs as part of the AUTOTASK framework?()A、 SQL statements that are part of the AWR baseline onlyB、 SQL statements based on the AWR top SQL identificationC、 SQL statements that are part of the available SQL Tuning Set (STS) onlyD、 SQL statements that are available in the cursor cache and executed by a user other than SYS

考题 Which component does the SQL Tuning Advisor NOT analyze for the SQL statements?()  A、ADDMB、AWRC、Cursor CacheD、SQL Tuning SetsE、Flash Recovery Area

考题 Which component of the SGA stores parsed SQL statements is used for process sharing?()A、Buffer cache B、Redo log buffer C、Private SQL area D、Library cache E、Row cache 

考题 多选题You configure your database Instance to support shared server connections.Which two memory areas that are part of PGA are stored in SGA instead, for shared server connection?()AUser session dataBStack spaceCPrivate SQL areaDLocation of the runtime area for DML and DDL StatementsELocation of a part of the runtime area for SELECT statements

考题 多选题Which two statements about the SQL Management Base (SMB) are true?()AIt contains only SQL profiles generated by SQL Tuning Advisor.BIt stores plans generated by the optimizer using a stored outline.CIt is part of the data dictionary and stored in the SYSAUX tablespace.DIt is part of the data dictionary and stored in the SYSTEM tablespace.EIt contains the statement log, the plan history, plan baselines, and SQL profiles.

考题 单选题Which statement is true when you run the SQL Tuning Advisor with limited scope?()A Access path analysis is not performed for the SQL statements.B SQL structure analysis is not performed for the SQL statements.C SQL Profile recommendations are not generated for the SQL statements.D The staleness and absence of the statistics are not checked for the objects in the query supplied to the SQL Tuning Advisor.

考题 多选题Which two statements are true regarding the SGA_TARGET initialization parameter()AIt can be increased up to the value of the SGA_MAX_SIZE parameter.BIncreasing the value of the SGA_TARGET parameter distributes the increased memory among all the Autotuned components.CReducing the value of the SGA_TARGET parameter deallocates memory from both autotuned and Manually sized components.DIncreasing the value of SGA_TARGET up to the value of SGA_MAX_SIZE disables the automatic shared Memory management feature.

考题 单选题Which of the following identifies and creates an index to minimize the DB time for a particular SQL statement?()A The SGA Tuning AdvisorB The SQL Access AdvisorC The SQL Tuning AdvisorD The Memory Advisor

考题 多选题Which two statements about the SQL Management Base (SMB) are true? ()(Choose two.)AIt contains only SQL profiles generated by SQL Tuning Advisor.BIt stores plans generated by the optimizer using a stored outline.CIt is part of the data dictionary and stored in the SYSAUX tablespace.DIt is part of the data dictionary and stored in the SYSTEM tablespace.EIt contains the statement log, the plan history, plan baselines, and SQL profiles.

考题 多选题You are configuring the PROD database to use an internal tuning algorithm to monitor the performance of the workload. To achieve this configuration, you specify the following parameter settings in the SPFILE://        SGA_TARGET = 512M        SHARED_POOL_SIZE = 256M   Which two statements are true when modifying the SHARED_POOL_SIZE initialization parameter in the SPFILE? ()AModifying the SHARED_POOL_SIZE initialization parameter cannot be accomplished if the SGA_TARGET initialization parameter is set to a non-zero value.BModifying the value of the SHARED_POOL_SIZE initialization parameter to zero is not allowed if the SGA_TARGET initialization parameter is set to a nonzero value.CIncreasing the value of the SHARED_POOL_SIZE initialization parameter does not increase the shared pool component size. It sets the lower limit for the size of this component.DDecreasing the value of the SHARED_POOL_SIZE initialization parameter does not reduce the size of the shared pool component immediately. It sets the lower limit for the size of this component.EIncreasing the value of the SHARED_POOL_SIZE initialization parameter immediately increases the shared pool  component to the desired size by reallocating the additional memory from the auto-tuned memory components.FDecreasing the value of the SHARED_POOL_SIZE initialization parameter immediately shrinks the shared pool component to the desired size while reallocating the released memory to the memory components that are not auto-tuned.

考题 单选题Which of the following identifies and creates an index to minimize the DB time for a particular SQL statement?()A  The SGA Tuning AdvisorB  The SQL Access AdvisorC  The SQL Tuning AdvisorD  The Memory Advisor

考题 单选题Which of these appropriately describes the results of a manual SQL Tuning Advisor task?()A A list of SQL statements and recommendations for tuningB A list of SQL statements that have been tuned by the Advisor, with before and after metricsC Graphs showing the actual performance improvement made by the Advisor after it implemented the recommended changesD All of the above

考题 单选题Which is the source used by Automatic SQL Tuning that runs as part of the AUTOTASK framework? ()A SQL statements that are part of the AWR baseline only B SQL statements based on the AWR top SQL identificationC SQL statements that are part of the available SQL Tuning Set (STS) only D SQL statements that are available in the cursor cache and executed by a user other than SYS 

考题 单选题Observe the information in the columns:  1: The SGA     a. Text and parsed forms of all SQL statements  2: The cursor state   b. Run-time memory values for the SQL statement, such as rows retrieved  3: User-session data   c. Security and resource usage information  4:The stack space   d. Local variables for the process  Which option has the correct match between the memory areas and their contents()A 1-c,2-b,3-d,4-aB 1-c,2-b,3-c,4-aC 1-a,2-b,3-c,4-dD 1-a,2-b,3-d,4-c

考题 单选题Which is the source used by Automatic SQL Tuning that runs as part of the AUTOTASK framework?()A  SQL statements that are part of the AWR baseline onlyB  SQL statements based on the AWR top SQL identificationC  SQL statements that are part of the available SQL Tuning Set (STS) onlyD  SQL statements that are available in the cursor cache and executed by a user other than SYS

考题 单选题Which of these appropriately describes the results of a manual SQL Tuning Advisor task?()A  A list of SQL statements and recommendations for tuningB  A list of SQL statements that have been tuned by the Advisor,with before and after metrics C  Graphs showing the actual performance improvement made by the Advisor after it implemented the recommended changesD  All of the above

考题 单选题Observe the information in the columns: 1. The SGA                 a. Text and parsed forms of all SQL statements 2. The cursor state       b. Run-time memory values for the SQL statement, such as rows retrieved 3. User-session data    c. Security and resource usage information 4. The stack space      d. Local variables for the process  Which option has the correct match between the memory areas and their contents()A 1-c, 2-b, 3-d, 4-aB 1-b, 2-c, 3-d, 4-aC 1-a, 2-b, 3-c, 4-dD 1-a, 2-b, 3-d, 4-c

考题 单选题Which component does the SQL Tuning Advisor NOT analyze for the SQL statements?()A ADDMB AWRC Cursor CacheD SQL Tuning SetsE Flash Recovery Area