OCA Exam Quiz: Oracle Database Administration!

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Danial98
D
Danial98
Community Contributor
Quizzes Created: 2 | Total Attempts: 8,718
| Attempts: 2,351 | Questions: 9
Please wait...
Question 1 / 9
0 %
0/100
Score 0/100
1. Which of these background processes is optional?

Explanation

A. Archiving is not compulsory (though it is usually a good idea).
B, C, D, E CKPT, DBWn, LGWR and MMON are all necessary processes.

Submit
Please wait...
About This Quiz
OCA Exam Quiz: Oracle Database Administration! - Quiz

This online OCA Oracle database administration quiz is aimed to test your knowledge of 11g administration and help you prepare for OCA certification. This is a free online... see morequiz to broaden your knowledge of database administration concerning 11g. see less

2. How many sessions communicate with the database?

Explanation

A, D and F. Every instance must have a database buffer cache, a log buffer, and a shared pool. B, C are wong because Jave Pool, the large pool and the strema pool are only needed for certain option.

Submit
3. Where is the current redo byte address, also known as the incremental checkpoint positions, recorded? 

Explanation

A. The checkpoint process writes the RBA to the controlfile.
B,C, and D. The online logs, the datafiles, and SGA have no knowledge of where the current RBA is.

Submit
4. Which statement is correct regarding the online redo log? 

Explanation

C. Two groups of one memeber is the minimum required for the database to function. A & B are wrong because at least two groups are always required. D is wrong because while it is certainly advisable to multiplex the members, it is not technical requirement.

Submit
5. What happens when a user issues a COMMITT? 

Explanation

C. On COMMITT, the log writer flushes the log buffer to disk. No other background processes need do anything..
A is wrong because checkpoiont only occur on request, or on orderly shutdown. B is wrong because the algorithm DBWn uses to select buffers to write to the datafiles is not related to COMMIT processing, but to how busy the buffer is. D is wrong because ARCn only copies filled online redo logs; it doesn't copy change vectors in real time.

Submit
6. When a session changes data, where does the change get written? 

Explanation

A. The session updates the copy of the block in memory and writes out the change vector to the log buffer.
B is wrong, because while this will happen, it does not happen when the change is made. C is wrong because it confuses the session making changes in memory with LGWR propagating changes to disk. D is wrong because all changes to data occur in memory as they are made - the COMMITT is not relevant.

Submit
7. What statements regarding instance memory and session memory are correct?

Explanation

C and E. The SGA is shared memory updated by all sessions; PGAs are private to each session. The SGA is allocated at startup time (but it can be modified later).
A is wrong because it reverses the situation: it is the SGA that exists in shared memory, not the PGA. B is wrong because sessions write to both their own PGA and to the SGA. D is wrong because (unlike the SGA) the PGA is only allocated on demand.

Submit
8. What memory structures are a required part of the SGA?

Explanation

D. This is the client-server split: user processes generate SQL; server process execute SQL.
A and B are wrong because they get the use of Oracle Net wrong. Oracle Net is the protocol between a user process and server process. C is wrong because it describes what server process do, not what user processes do.

Submit
9. An Oracle instance can have only one of some processes, but several of others. Which of these processes can occur several times? 

Explanation

A, C, and E. A and C are correct because the DBA can choose to configure multiple archive and database writer process. E is correct because one server process will be launched for every concurrent session. B & D are wong because an instance can have only one log writer process and only one checkpoint process.

Submit
View My Results

Quiz Review Timeline (Updated): Aug 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Aug 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 28, 2009
    Quiz Created by
    Danial98
Cancel
  • All
    All (9)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which of these background processes is optional?
How many sessions communicate with the database?
Where is the current redo byte address, also known as the incremental...
Which statement is correct regarding the online redo log? 
What happens when a user issues a COMMITT? 
When a session changes data, where does the change get written? 
What statements regarding instance memory and session memory are...
What memory structures are a required part of the SGA?
An Oracle instance can have only one of some processes, but several of...
Alert!

Advertisement