单项选择题

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-a
B.1-c,2-b,3-c,4-a
C.1-a,2-b,3-c,4-d
D.1-a,2-b,3-d,4-c


您可能感兴趣的试卷

你可能感兴趣的试题

4.单项选择题Your test database is running in NOARCHIVELOG mode. Which statement is true regarding the type ofbackups that can be performed on the database()

A.You can perform online whole database backups.
B.You can performofflinewhole database backups.
C.You cannot perform schema-level export/import operations.
D.You can perform the backup of only the SYSTEM tablespace when the database is open.

5.多项选择题Which two statements are true about the Automatic Workload Repository (AWR)()

A.All AWR tables belong to the SYSTEM schema.
B.The AWR contains systemwide tracing and logging information.
C.The snapshots collected by the AWR are accessible through data dictionary views.
D.The snapshots collected by the AWR are used by self-tuning components in the database.

最新试题

You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows:Warning (%): 90Critical (%): 95Which background process is responsible for issuing alerts when the threshold is crossed()

题型:单项选择题

You are working on a database that must be functioning 24 hours a day, 7 days a week. The database isconfigured in ARCHIVELOG mode. Which two options do you have for performing user-managed backups()

题型:多项选择题

Which  statements are true regarding a tablespace()

题型:多项选择题

Which  kinds of failures make the Data Recovery Advisor (DRA) generate a manual checklist?()

题型:多项选择题

Which  statements are correct about temporary tables()

题型:多项选择题

Identify the situations in which you use the alert log file in your database to check the detail.()

题型:多项选择题

Which statement is true about loading data using the conventional path of SQL*Loader()

题型:单项选择题

Which statements are true about logical structures of the Oracle database()

题型:多项选择题

You set the following parameters in the parameter file and restarted the database:MEMORY_MAX_TARGET=0MEMORY_TARGET=500MPGA_AGGREGATE_TARGET=90MSGA_TARGET=270MWhich two statements are true about these parameters after the database instance is restarted()

题型:多项选择题

Examine the command that is used to create a table:SQL> CREATE TABLE orders(oid NUMBER(6) PRIMARY KEY, odate DATE, ccode NUMBER (6), oamtNUMBER(10,2)) TABLESPACE users;Which two statements are true about the effect of the above command()

题型:多项选择题