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 SYSAUX tablespace is used to store ____________ - such as Statspack or Management Information.
Active Workload Repository (AWR)
Connection Pooling
DML - Database Manipulation Language
Isolation
2. Typical convention for naming data files
<tablespace><number>.dbf - or - <tablespace><number>.ora
DDL - Database Definition Language
Recycle Pool
Program Global Area
3. In Connection Pooling the information generated by the autonomous tasks not preserved in RAM - but saved in _______ or in the DB itself
Cookies
Archiver
Trigger Operations
Redo Log Files
4. This is a queue of Undo and Redo entries.
Log Buffer
Dedicated Server
8KB
Foreground Process
5. Configuration file that contains location information for databases
tnsnames.ora
Tables - Indexes
2 - same size
Foreground Process
6. 3 ______________: Check - Uniqueness - Referential
Shared pool
Data Integrity Constraints
Durability
Memory area
7. In which log is a record written every time a user establishes a connection to the database?
Log Buffer
Instant Client
COMMIT.
Listener Log
8. In the Shared Server the State Information is kept in the SGA for _______________
Recycle Pool
On-Line Transaction Processing (OLTP)
Trace File
Candidate Key
9. The Oracle Instance is composed of: Foreground Processes - Background Processes - ___________
Embedded SQL
Transaction Management
SGA - System Global Area
8KB
10. The _____ property of a transaction ensures that the transaction does not compromise the integrity of the database.
Real Application Clusters (RAC)
Consistency
Listener
Instant Client
11. Oracle Provided Command-Line Tool - * used to automate tasks
PL/SQL
SQL*Plus
Dedicated Server
Real Application Clusters (RAC)
12. The 4 Steps involved in installing the Instant Client: Download from OTN (Oracle Technology Network). - Unzip into directory of choice. - Create __________ - Add location of software to PATH and TNS_ADMIN.
Shared pool
tnsnames.ora.
SYSTEM / SYSAUX tablespaces
Oracle Data Guard
13. Beginning Oracle 10g - it provides the most essential software in a bundle called an _______.
Candidate Key
Redo Log Group
Instant Client
Shared pool
14. This wakes up periodically and copies any accumulated Undo and Redo entries to the Redo Log File.
tnsnames.ora
Log Writer
Durability
Dedicated Account
15. Data files are logically grouped into _____ and are usually given descriptive names such as DATA - INDEX - UNDO & TEMP.
Database Writer (DBWR)
Listener Log
Log Writer
Tablespaces
16. The 6 Background Processes: Database Writer (DBWWR) - Log Writer (LGWR) - Archiver (ARCH) - ___________ - Process Monitor (PMON) - System Monitor (SMON)
Connection Pooling
Real Application Clusters (RAC)
Shared pool
Checkpoint Process (CKPT)
17. In a UNIX or Linux environment - you will also need to use the root account to perform a few tasks such as modifying the __________.
8KB
DISPLAY
<tablespace><number>.dbf - or - <tablespace><number>.ora
Kernel Settings
18. The simplest way to create a database is to use the __________.
Data Dictionary
Redo Log Files
Oracle's Data Guard Technology
Database Creation Assistant (DBCA)
19. 3 Physical Operations of a Transaction: Index Updates - ___________ - Recursive Operations
Trigger Operations
Shared pool
Memory area
Program Global Area
20. Core Features of any DBMS are: ___________ - Data Integrity - Security
Transaction Management
Memory area
System Monitor (SMON)
SYSTEM / SYSAUX tablespaces
21. What describes the various computer processes resident in computer memory and memory areas shared by these processes?
Database Creation Assistant (DBCA)
Listener
Dedicated Account
Instance
22. The process responsible for making copies of the Redo Log Files when they fill up.
tnsnames.ora.
Checkpoint Process (CKPT)
Archiver (ARCH)
Oracle Data Guard
23. The various Oracle processes coordinate their access to the areas of the SGA by using IPC - Interprocess Communication mechanisms called _______
Shared pool
Latches
Instance
Real Application Clusters (RAC)
24. In a UNIX or Linux environment - you will need to install and run Oracle using a __________.
Dedicated Account
Connection Pooling
tnsnames.ora.
The Buffer Cache
25. The process responsible for transferring all Undo and Redo entries in the Log Buffer to the Redo Log Files.
Oracle Home
Block Size - * they should match
Listener.ora
Log Writer (LGWR)
26. A large component of the SGA - which is best-known for use in caching query execution plans is called _________
The Shared Pool
Double
Data blocks (or pages)
Trace File
27. The location of backup copies of the data files is traditionally referred to as ________
Redo Log Files
Flashback Recovery Area
2 - same size
The Shared Pool
28. Which Oracle Architecture combines RAC and Standby technology?
Data Integrity Constraints
Database Writer (DBWR)
Maximum Available Architecture (MAA)
Database Creation Assistant (DBCA)
29. A mirrored set of redo log files is called a ________
Trace File
Double
Cookies
Redo Log Group
30. When a redo log file fills up - an Oracle component called the _____ makes one of more copies of it.
Archiver
Checkpoint Process (CKPT)
The Oracle Instance
Keep Pool
31. In which Oracle Architecture is each connection handled by a dedicated Oracle process?
The Oracle Instance
Foreground Process
Isolation
Dedicated Server
32. What is the private work area in computer memory which each Oracle server process uses to hold intermediate results (temp files) called?
PL/SQL
Program Global Area
Log Buffer
Durability
33. This process watches the progress of the database connections.
Archiver
Process Monitor (PMON)
Checkpoint Process (CKPT)
On-Line Transaction Processing (OLTP)
34. Type of a SQL statement used to modify data
2 - same size
DELETE & MERGE
Real Application Clusters (RAC)
DML - Database Manipulation Language
35. At frequent intervals - the contents of the Data Caches are synchronized with the Data Files. This is performed by a dedicated process called ____________
Checkpoint Process (CKPT)
System Monitor (SMON)
Listener
8KB
36. In which Oracle Architecture does the client communicate with an ODB Dispatcher Process which has a Request Queue and a Response Queue?
Instant Client
Product Disks - OUI (Oracle Universal Installer)
DML - Database Manipulation Language
Shared Server
37. INSERT - UPDATE - ________ are examples of DML - Database Manipulation Language
Cookies
DELETE & MERGE
Data Integrity Constraints
The Shared Pool
38. 2 tablespaces which are always created by and whose names are mandated by Oracle
Data blocks (or pages)
The Oracle Instance
RAC - Real Application Clusters
SYSTEM & SYSAUX
39. The files on the storage disks connected to the database host is the __________
Database
Log Buffer
Memory area
Embedded SQL
40. 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
DDL - Database Definition Language
Consistency
Program Global Area
pfile/spfile
41. Programs that can be stored in an Oracle Database are written in
8KB
Connection Pooling
Log Buffer
PL/SQL
42. A unique part of a record is called__________
Candidate Key
System Monitor (SMON)
Trigger Operations
Log Buffer
43. Type of SQL statements used to create and modify objects
Shared Server
Trigger Operations
DISPLAY
DDL - Database Definition Language
44. In which Oracle Architecture can additional Instances be added to the cluster to scale out instead of scaling up?
On-Line Transaction Processing (OLTP)
Real Application Clusters (RAC)
COMMIT.
Latches
45. 3 ___________: Redundancy - Nullable Data Items - Duplicate Data Records
Shared pool
Listener
Recycle Pool
SQL Deficiencies
46. Transactions are Atomic or invisible from a logical perspective until the end of the transaction is indicated by an explicit instruction such as _______
PL/SQL
Standard Connection Pooling (Prior to 11g)
COMMIT.
Oracle's Data Guard Technology
47. The space within data files is organized into
Data blocks (or pages)
RAC - Real Application Clusters
pfile/spfile
Kernel Settings
48. An important configuration file related to the users starting a database session is the __________
Data Integrity Constraints
Trace File
Archiver (ARCH)
Listener.ora
49. A DBMS ensures transactions are: _______ - Consistent - Isolated - Durable
Double
Dedicated Account
Atomic
Archiver
50. What tool is used to automated the process of Redo information being shipped from the Main DB and applied to the Standby DB?
Oracle Data Guard
Dedicated Account
COMMIT.
The Shared Pool