SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
Search
Test your basic knowledge |
Oracle Database 11 G Administration
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. This process is responsible for any cleanup activities necessary if the database is restarted after an abnormal shutdown resulting from system failure.
System Monitor (SMON)
pfile/spfile
SGA - System Global Area
Instance
2. When Application Tier Processes communicate with a Connection Broker - which uses a Connection Pool - this is called _________________
Instance
DDL - Database Definition Language
Recycle Pool
Database Resident Connection Pooling (DRCP) (11g Only)
3. The 6 Background Processes: Database Writer (DBWWR) - Log Writer (LGWR) - Archiver (ARCH) - ___________ - Process Monitor (PMON) - System Monitor (SMON)
Archiver (ARCH)
Checkpoint Process (CKPT)
Tablespaces
Listener Log
4. The various Oracle processes coordinate their access to the areas of the SGA by using IPC - Interprocess Communication mechanisms called _______
Latches
Recycle Pool
Process Monitor (PMON)
Connection Pooling
5. The _____ property of a transaction ensures that the transaction does not compromise the integrity of the database.
Consistency
Transaction Management
Tablespaces
Alert Log
6. In UNIX - to use the dbca and netca executables in /bin/ - you have to point the _____ variable to any available X-server such as Xvnc.
Net Configuration Assistant (NetCA)
The Shared Pool
Kernel Settings
DISPLAY
7. Core Features of any DBMS are: ___________ - Data Integrity - Security
Block Size - * they should match
Transaction Management
8KB
Program Global Area
8. The Many-To-One configuration of Instances per Database is called...* whereby the db lives on shared disks and instances on multiple computers attached to the DB
Instance
Real Application Clusters (RAC)
RAC - Real Application Clusters
<tablespace><number>.dbf - or - <tablespace><number>.ora
9. Oracle Provided Command-Line Tool - * used to automate tasks
SQL*Plus
Maximum Available Architecture (MAA)
SQL Deficiencies
Archiver
10. Type of a SQL statement used to modify data
Flashback Recovery Area
Real Application Clusters (RAC)
DML - Database Manipulation Language
Tables - Indexes
11. In which log are events such as startup - shutdown - DDL operations and space shortages written?
SYSTEM & SYSAUX
Instant Client
Alert Log
Listener
12. The files on the storage disks connected to the database host is the __________
Consistency
Instance
SQL*Plus
Database
13. Other things to consider when determining disk space are _____ & Undo / Temp space.
Redo Log Group
Isolation
Program Global Area
SYSTEM / SYSAUX tablespaces
14. In Connection Pooling the information generated by the autonomous tasks not preserved in RAM - but saved in _______ or in the DB itself
Product Disks - OUI (Oracle Universal Installer)
tnsnames.ora.
Cookies
Transaction Management
15. A Dedicated _____ _____ is typically started whenever a user connects to the database.
Latches
Log Writer (LGWR)
tnsnames.ora
Foreground Process
16. 2 tablespaces which are always created by and whose names are mandated by Oracle
SYSTEM & SYSAUX
Oracle Data Guard
On-Line Transaction Processing (OLTP)
Data Dictionary
17. What is the private work area in computer memory which each Oracle server process uses to hold intermediate results (temp files) called?
Net Configuration Assistant (NetCA)
Trace File
Maximum Available Architecture (MAA)
Program Global Area
18. INSERT - UPDATE - ________ are examples of DML - Database Manipulation Language
Archiver
DELETE & MERGE
Trigger Operations
DML - Database Manipulation Language
19. This file contains info about the rest of the DB - like names and locations of data files - redo log files and is used by Oracle while starting the DB.
Tables - Indexes
Control File
Redo Log Group
SQL*Plus
20. These help ensure that the effects of a user's transaction are Durable (even in the event of a computer failure)
Redo Log Files
Durability
SQL Deficiencies
Instant Client
21. What tool is used to automated the process of Redo information being shipped from the Main DB and applied to the Standby DB?
SQL*Plus
SYSTEM / SYSAUX tablespaces
Oracle Data Guard
System Monitor (SMON)
22. A mirrored set of redo log files is called a ________
Candidate Key
Redo Log Files
Redo Log Group
Log Writer
23. This process watches the progress of the database connections.
Product Disks - OUI (Oracle Universal Installer)
SGA - System Global Area
Log Writer
Process Monitor (PMON)
24. A special _____ _____ can be created within the Buffer Cache to store data blocks from frequently used data tables - such as lookup tables.
DISPLAY
Keep Pool
Tables - Indexes
The Oracle Instance
25. Data files are logically grouped into _____ and are usually given descriptive names such as DATA - INDEX - UNDO & TEMP.
Isolation
Program Global Area
Tablespaces
SQL Deficiencies
26. In a UNIX or Linux environment - you will also need to use the root account to perform a few tasks such as modifying the __________.
Isolation
Kernel Settings
Foreground Process
Dedicated Server
27. What is typically the largest portion of the SGA?
Foreground Process
The Buffer Cache
Standard Connection Pooling (Prior to 11g)
Data blocks (or pages)
28. The _____ property ensures that once all the steps in a transaction have been competed successfully - the results are considered permanent.
Maximum Available Architecture (MAA)
Alert Log
Durability
COMMIT.
29. Applications developed to communicate with Oracle DBs use what type of SQL?
Database
Real Application Clusters (RAC)
Embedded SQL
pfile/spfile
30. The space within data files is organized into
Active Workload Repository (AWR)
DISPLAY
Database
Data blocks (or pages)
31. A _____ _____ can be created to store blocks within the Buffer Cache that are rarely reused.
Maximum Available Architecture (MAA)
Atomic
Recycle Pool
Shared pool
32. Oracle needs at least _____ redo log files and they should be the _____ _____.
2 - same size
Memory area
tnsnames.ora
Embedded SQL
33. In which Oracle Architecture can additional Instances be added to the cluster to scale out instead of scaling up?
Atomic
Recycle Pool
Real Application Clusters (RAC)
DML - Database Manipulation Language
34. What program is used to create a Listener?
DELETE & MERGE
Net Configuration Assistant (NetCA)
DISPLAY
The Buffer Cache
35. The Oracle Instance is composed of: Foreground Processes - Background Processes - ___________
SGA - System Global Area
Log Writer (LGWR)
Data blocks (or pages)
Block Size - * they should match
36. Commonly used block size of data blocks
Real Application Clusters (RAC)
Memory area
Log Writer
8KB
37. The location of backup copies of the data files is traditionally referred to as ________
Shared pool
PL/SQL
Instance
Flashback Recovery Area
38. A DBMS ensures transactions are: _______ - Consistent - Isolated - Durable
Log Writer
Data Integrity Constraints
Dedicated Server
Atomic
39. In which Oracle Architecture does the client communicate with an ODB Dispatcher Process which has a Request Queue and a Response Queue?
System Monitor (SMON)
The Buffer Cache
Foreground Process
Shared Server
40. Programs that can be stored in an Oracle Database are written in
Block Size - * they should match
Flashback Recovery Area
PL/SQL
DELETE & MERGE
41. Configuration file that contains location information for databases
System Monitor (SMON)
Log Buffer
Consistency
tnsnames.ora
42. Transactions are Atomic or invisible from a logical perspective until the end of the transaction is indicated by an explicit instruction such as _______
COMMIT.
Real Application Clusters (RAC)
Isolation
Tables - Indexes
43. Type of SQL statements used to create and modify objects
Database Resident Connection Pooling (DRCP) (11g Only)
DDL - Database Definition Language
Transaction Management
Log Buffer
44. The simplest way to create a database is to use the __________.
Memory area
Keep Pool
Database Creation Assistant (DBCA)
SYSTEM / SYSAUX tablespaces
45. A standby database - which is kept in a separate data center - is kept synchronized with the production DB using this.
46. Which Oracle Architecture has two or more ODB Instances sharing access to the same set of disks and coordinating with each other over a fast network?
Latches
Redo Log Files
Real Application Clusters (RAC)
Block Size - * they should match
47. In a UNIX or Linux environment - you will have to mount the _____ _____ and enable an X Windows environment for the use of _____.
Double
8KB
Product Disks - OUI (Oracle Universal Installer)
Instant Client
48. Before you can create the first DB on a system - you must first configure a _____.
Cookies
Checkpoint Process (CKPT)
SGA - System Global Area
Listener
49. The process responsible for transferring all Undo and Redo entries in the Log Buffer to the Redo Log Files.
Log Writer (LGWR)
Trace File
Process Monitor (PMON)
Data Integrity Constraints
50. A unique part of a record is called__________
Candidate Key
Database Resident Connection Pooling (DRCP) (11g Only)
Database Writer (DBWR)
SQL*Plus