Oracle MCQ Questions and Answers – Oracle Architecture
MS Oracle MCQ questions and answers for the preparation of tests, exams, and certifications. So you will find questions about the Datafiles, Control Files, Redo Log Files, Archive Log Files, Parameter Files, Trace Log, Backup, and much more. This systematic learning method will easily prepare anyone to pass their exam.
1. What is the use of the “Library cache” in Oracle?
A Contains information about the user, such as user privileges
B Used to store shared SQL
C Contains the changes made to the database
D All the answers are true
[st_adsense]
2. Which process is an Oracle instance?
A Background processes
B Memory processes
C Data processes
D All the answers are true
3. Which of the following segment is destroyed when an SQL statement is completed?
A Data Segment
B Object segment
C Temporary segment
D All the answers are true
4. The “redo log buffer” and “Shared pool” are elements of ______ ?
A PGA
B Buffer cache
C Cache PGA and Buffer
D SGA
[st_adsense]
5. In Oracle, what are the following segment types?
A Permanent segment
B Object segment
C Data Segment
D All the answers are true
6. ____________ contains a set of tables and views that Oracle uses as a reference to the database.
A PGA
B Library cache
C Data dictionary
D SGA
7. Which PGA zone stores binding variables and information about running buffers ?
A SQL area
B Private SQL area
C Stack space
D Session area
8. What is the use of extent in Oracle?
A Stores user data in the database
B Stores undo information used when data is to be undone
C Minimize the amount of wasted storage
D None of the above
[st_adsense]
9. Which of the following components are part of an Oracle architecture?
A Database-related background processes
B Tablespaces
C Datafiles
D All the answers are true
10. What is the use of an index?
A Get data back faster and more efficiently
B Related data requires much less I/O overhead if accessed simultaneously
C Simplify the user’s perception of data access
D All the answers are true
[st_adsense]