SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
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. The location of backup copies of the data files is traditionally referred to as ________
Block Size - * they should match
Log Writer (LGWR)
Database Creation Assistant (DBCA)
Flashback Recovery Area
2. The SYSTEM tablespace - which stores only tables containing information about the rest of the database - is called the ___________
Data blocks (or pages)
Flashback Recovery Area
Data Dictionary
Shared pool
3. When a redo log file fills up - an Oracle component called the _____ makes one of more copies of it.
Shared pool
Oracle Home
tnsnames.ora.
Archiver
4. This process is responsible for any cleanup activities necessary if the database is restarted after an abnormal shutdown resulting from system failure.
Embedded SQL
PL/SQL
Trigger Operations
System Monitor (SMON)
5. The process responsible for making copies of the Redo Log Files when they fill up.
SYSTEM & SYSAUX
Archiver (ARCH)
Oracle's Data Guard Technology
Checkpoint Process (CKPT)
6. The Oracle Instance is composed of: Foreground Processes - Background Processes - ___________
Shared Server
SGA - System Global Area
The Shared Pool
Latches
7. Core Features of any DBMS are: ___________ - Data Integrity - Security
Log Writer (LGWR)
Log Buffer
Checkpoint Process (CKPT)
Transaction Management
8. Which Oracle Architecture combines RAC and Standby technology?
Standard Connection Pooling (Prior to 11g)
Maximum Available Architecture (MAA)
RAC - Real Application Clusters
DISPLAY
9. The _____ property of a transaction ensures that the transaction does not compromise the integrity of the database.
tnsnames.ora
DML - Database Manipulation Language
Alert Log
Consistency
10. 3 ______________: Check - Uniqueness - Referential
Recycle Pool
Transaction Management
Data Integrity Constraints
Oracle Home
11. Name the 6 Oracle Architectural Choices: Dedicated Server - Shared Server - ___________ - Real Application Clusters (RAC) - Standby DB - Maximum Available Architecture (MAA)
Redo Log Group
Listener Log
Tables - Indexes
Connection Pooling
12. The simplest way to create a database is to use the __________.
Dedicated Account
Instance
Isolation
Database Creation Assistant (DBCA)
13. The engine that processes requests for data from the database is __________
Isolation
The Oracle Instance
tnsnames.ora.
Alert Log
14. In which Oracle Architecture is each connection handled by a dedicated Oracle process?
Product Disks - OUI (Oracle Universal Installer)
Dedicated Server
Data Integrity Constraints
Consistency
15. A factor in the decision to assign a table or index to a particular tablespace is ___________
Block Size - * they should match
Real Application Clusters (RAC)
Listener
Log Writer
16. To estimate the amount of space required for your Data Files - Estimate space required for Tables - then ________ the number to allow for Indexes - then Double the number again to allow for Overhead Space and White Space.
DELETE & MERGE
SYSTEM & SYSAUX
Listener Log
Double
17. Type of SQL statements used to create and modify objects
Real Application Clusters (RAC)
The Oracle Instance
DDL - Database Definition Language
Redo Log Files
18. In a UNIX or Linux environment - you will also need to use the root account to perform a few tasks such as modifying the __________.
Kernel Settings
Oracle Home
Trace File
COMMIT.
19. Oracle Provided Command-Line Tool - * used to automate tasks
Tablespaces
Trace File
SQL*Plus
SQL Deficiencies
20. Type of a SQL statement used to modify data
Instant Client
Database Writer (DBWR)
DML - Database Manipulation Language
Program Global Area
21. What tool is used to automated the process of Redo information being shipped from the Main DB and applied to the Standby DB?
DISPLAY
Oracle Data Guard
Log Writer
Instant Client
22. Other things to consider when determining disk space are _____ & Undo / Temp space.
Dedicated Account
SYSTEM / SYSAUX tablespaces
tnsnames.ora
PL/SQL
23. A mirrored set of redo log files is called a ________
Redo Log Group
RAC - Real Application Clusters
SYSTEM & SYSAUX
Oracle's Data Guard Technology
24. The files on the storage disks connected to the database host is the __________
RAC - Real Application Clusters
Memory area
Database
Trigger Operations
25. This process watches the progress of the database connections.
tnsnames.ora.
Transaction Management
The Shared Pool
Process Monitor (PMON)
26. 3 Physical Operations of a Transaction: Index Updates - ___________ - Recursive Operations
Trigger Operations
Real Application Clusters (RAC)
Listener Log
Data blocks (or pages)
27. These help ensure that the effects of a user's transaction are Durable (even in the event of a computer failure)
Alert Log
Real Application Clusters (RAC)
Redo Log Files
Block Size - * they should match
28. A unique part of a record is called__________
Memory area
Candidate Key
Program Global Area
DISPLAY
29. INSERT - UPDATE - ________ are examples of DML - Database Manipulation Language
Candidate Key
DELETE & MERGE
SQL Deficiencies
Trace File
30. A special _____ _____ can be created within the Buffer Cache to store data blocks from frequently used data tables - such as lookup tables.
Oracle's Data Guard Technology
Listener Log
SYSTEM & SYSAUX
Keep Pool
31. SGA - System Global Area is divided into distinct areas such as the buffer cache - the ________ and the log buffer.
Shared pool
Tablespaces
Latches
Dedicated Account
32. In which Oracle Architecture can additional Instances be added to the cluster to scale out instead of scaling up?
Real Application Clusters (RAC)
Double
The Oracle Instance
Data Integrity Constraints
33. In a UNIX or Linux environment - you will have to mount the _____ _____ and enable an X Windows environment for the use of _____.
Product Disks - OUI (Oracle Universal Installer)
Log Buffer
Data Dictionary
Shared pool
34. In the Shared Server the State Information is kept in the SGA for _______________
On-Line Transaction Processing (OLTP)
Foreground Process
Durability
Kernel Settings
35. In which Oracle Architecture does the client communicate with an ODB Dispatcher Process which has a Request Queue and a Response Queue?
The Oracle Instance
Shared Server
Consistency
Instance
36. The various Oracle processes coordinate their access to the areas of the SGA by using IPC - Interprocess Communication mechanisms called _______
Isolation
Tablespaces
Latches
Real Application Clusters (RAC)
37. An important configuration file related to the users starting a database session is the __________
tnsnames.ora
pfile/spfile
Oracle Home
Listener.ora
38. 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?
Archiver
Double
Real Application Clusters (RAC)
DELETE & MERGE
39. The most important database configuration file - which contains the settings used during database startup: _______ - * comes in 2 forms; text and binary - * pfile is aka init.ora
pfile/spfile
<tablespace><number>.dbf - or - <tablespace><number>.ora
Log Buffer
8KB
40. Programs that can be stored in an Oracle Database are written in
Product Disks - OUI (Oracle Universal Installer)
Real Application Clusters (RAC)
PL/SQL
Checkpoint Process (CKPT)
41. The process responsible for transferring all modified data blocks in the Data Caches to the Data Files.
Database Writer (DBWR)
DDL - Database Definition Language
Real Application Clusters (RAC)
Connection Pooling
42. 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
Data Integrity Constraints
Maximum Available Architecture (MAA)
RAC - Real Application Clusters
Listener Log
43. In which log is a record written every time a user establishes a connection to the database?
Archiver (ARCH)
Transaction Management
Listener Log
Tables - Indexes
44. The process responsible for transferring all Undo and Redo entries in the Log Buffer to the Redo Log Files.
Archiver (ARCH)
PL/SQL
DML - Database Manipulation Language
Log Writer (LGWR)
45. A DBMS ensures transactions are: _______ - Consistent - Isolated - Durable
Candidate Key
Atomic
Dedicated Account
Kernel Settings
46. 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.
Control File
Standard Connection Pooling (Prior to 11g)
Log Writer
Checkpoint Process (CKPT)
47. A standby database - which is kept in a separate data center - is kept synchronized with the production DB using this.
48. Configuration file that contains location information for databases
Oracle Home
Redo Log Group
tnsnames.ora
Database Writer (DBWR)
49. Typical convention for naming data files
Archiver (ARCH)
<tablespace><number>.dbf - or - <tablespace><number>.ora
Data blocks (or pages)
Archiver
50. In Connection Pooling the information generated by the autonomous tasks not preserved in RAM - but saved in _______ or in the DB itself
Cookies
SQL*Plus
Log Buffer
Redo Log Group