Oracle Architectural Components
Oracle Architectural Components
1) Which buffers are on the dirty list in the database buffer cache?
a) empty buffers
b) available for use
c) currently being accessed
d) waiting to be written to disk
2) If a user abnormally terminates a database connection, which background process will release the
locks held by the user?
a) SMON
b) PMON
c) DBWR
d) LGWR
e) CKPT
3) When a COMMIT is issued, which step occurs last?
a) LGWR writes the redo log buffer to disk.
b) The user is informed that the COMMIT is complete.
c) The server process places a commit record in the redo log buffer.T
d) The server process records that the resource locks on the data can be released.
4) What will happen if an Oracle Server process attempts to move a buffer to the dirty list and it is full?
a) An error occurs.
b) It creates a new dirty list.
c) It signals DBWR to write to disk.
d) It signals LGWR to remove the contents of the dirty list.
5) Which file(s) stores all changes made to the database for recovery purposes?
a) Datafiles
b) control file
c) redo log files
6) parameter file
Using Administration Tools
7) Which two Server Manager line mode commands could you use to display the current size of the
redo log buffer? (Choose two.)
a) SET
b) REMARK
c) SHOW SGA
d) DESCRIBE
e) ARCHIVE LOG
f) SHOW PARAMETER
8) You created a SQL script that retrieves data from the STUDENT table. Which Server Manager line
mode command would you use to create the output text file for the SQL script?
a) SET
b) SHOW
c) SPOOL
d) EXECUTE
e) DESCRIBE
9) Which Server Manager line mode command does not require a database connection?
a) EXIT
b) DESCRIBE
c) ARCHIVE LOG
d) SHOW PARAMETER
Managing an Oracle Instance
10) What happens when you kill a user's session?
a) The user receives a message.
b) The user's resources remain locked.
c) The user must disconnect from their current session.
d) The user is able to issue database calls for their current session.
11) Why would you set the REMOTE_LOGIN_PASSWORDFILE initialization parameter to NONE?
a) to use operating system authentication
b) to use a password file for remote login
c) to enforce the Oracle Server to verify a user's object privileges
d) to enforce the Oracle Server to verify a user's system privileges
12) You start an instance in NOMOUNT state. Which three dynamic performance views can you query?
(Choose three.)
a) V$SESSION
b) V$LOGFILE
c) V$DATABASE
d) V$DATAFILE
e) V$INSTANCE
f) V$PARAMETER
13) Which user is automatically granted the DBA role AND owns the data dictionary base tables and
view
a) SYS
b) SYSTEM
c) SYSDBA
d) SYSOPER
14) Which SHUTDOWN mode will cause all uncommitted transactions to be rolled back before the
database is closed?
a) ABORT
b) NORMAL
c) IMMEDIATE
d) TRANSACTIONAL
Creating a Database
15) What is the minimum recommended control file configuration?
a) one control file
b) two control files placed on the same disk
c) two control files placed on separate disks
d) three control files placed on the same disk
e) three control files placed on separate disks