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 Test
Start Test
Study First
Subjects
:
oracle
,
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 ____ engine included with the Oracle software provides a specialized programming language you can use for creating triggers - packages - and procedures.
Tnsnames.ora
PL/SQL
Redo log buffer
ORACLE_BASE
2. STARTUP ____ will open the database in read/write - unrestricted mode.
Analyze Wizard
Lsnrctl
OPEN
DBCA
3. The ____ database configuration option will change some configuration - generally allowing low concurrency and very high I/O activity.
Net Manager
Schema
Runtime
Data Warehouse
4. The two main sections of memory for the Oracle instance are the System Global Area (SGA) and the ____.
OLTP
Schema
Program Global Area (PGA)
Runtime
5. SHUTDOWN ____automatically completes and commits all pending transactions - then forcibly disconnects all connected users - and shuts down the database.
Large pool
SYSOPER
TRANSACTIONAL
DB_CREATE_ONLINE_LOG_DEST_n
6. Whenever a change is made to data - the ____ stores a copy of the changed data and the original data - in case it is needed.
SYSOPER
OLTP
Redo log buffer
Shared pool
7. If you install Oracle10g Enterprise Edition - Standard Edition - or Personal Edition and choose to have a predefined database created on installation - the database is configured in ____ mode.
/
Dedicated server
Administrator
Tnsnames.ora
8. All Oracle software files and database storage files reside on subdirectories under ____.
Oradata
ORACLE_BASE
Redo log
Redo log buffer
9. You can start and stop the listener using the listener control utility (____).
Custom
Lsnrctl
Listener
Transaction Processing
10. The ____ initialization parameter defines one or more directories where control files and redo log files are to be created.
Universal Installer
NORMAL
Redo log
DB_CREATE_ONLINE_LOG_DEST_n
11. The client configuration is a combination of the user interface tier and the...
Runtime
ABORT
Schema
Application server tier
12. The initialization configuration parameters file is ____.
Init.ora
Data Dictionary
Lsnrctl
DB_CREATE_FILE_DEST
13. ____ is the default method for connecting to a database.
TNS
Tnsnames.ora
By separating data from software
Type and sequence of creation
14. A ____ is a set of database structures - such as tables - indexes - user-defined attributes - and procedures.
Schema
Data Dictionary
LOGFILES
Analyze Wizard
15. The ____ database configuration option allows for a lot of change activity - raising concurrency requirements - and lowering I/O activity requirements.
Type and sequence of creation
Tnsnames.ora
Transaction Processing
Net Services
16. The database has a service called the ____ process. This process waits for requests and responds to requests as needed.
Dedicated
Universal Installer
Listener
Operating system
17. Setting a user connection as being dedicated or shared can be controlled in the client-side configuration of Oracle Net Services - in the ____ file.
Alert
Init.ora
Tnsnames.ora
Datafile
18. SHUTDOWN ____ disconnects all users - rolls back pending transactions - and prohibits new connections and new transactions even for already connected users.
Data Upgrade Assistant
Tnsnames.ora
IMMEDIATE
Large pool
19. ____ is a valid client installation configuration.
Analyze Wizard
Datafile
Runtime
Data Warehouse
20. ____ is a valid client installation configuration.
Listener
Administrator
SGA
Runtime
21. The Oracle Net Services configuration is stored in the ____ configuration file on the client computer.
Operating system
ORACLE_SID
Tnsnames.ora
Single-instance server
22. ____ is the typical configuration for an Oracle10g database.
OPEN
Single-instance server
Schema
Dedicated server
23. The ____ is used to install Oracle software - or change an existing installation.
Net Services
Universal Installer
Shared pool
Dispatcher
24. STARTUP ____ mounts the database files - essentially creating the connection between file pointers in the control file and the files themselves - such as datafiles and redo log files.
Control
Redo log
Redo log buffer
MOUNT
25. To start Net Manager in Unix or Linux - type ____ on the command line of a shell.
TNS
Netmgr
Type and sequence of creation
OPEN
26. A ____ file records changes to database data.
Shared pool
DB_CREATE_ONLINE_LOG_DEST_n
All platforms
Redo log
27. ____ views provide system-related information by querying the database's internal management tables and presenting the data as views (metadata views).
Type and sequence of creation
Analyze Wizard
LOGFILES
Data Dictionary
28. _________ databases can be managed within OEM.
Network name
Transaction Processing
Runtime
Multiple
29. The ____ area stores parsed SQL in memory.
Universal Installer
MOUNT
NOMOUNT
Shared pool
30. SHUTDOWN ____waits for all users to log off - prohibits new connections - forcibly rolls back currently running transactions - and then shuts down the database.
LOGFILES
OPEN
NORMAL
DB_FILE_DEST
31. The ____ tool allows you to create and run queries - add rows - modify data - and write reports using SQL.
SQL*Plus
Listener
Tnsnames.ora
$ORACLE_HOME/network/admin
32. In the case of a ____ server - every user session (connection) has its own server process.
ORACLE_HOME
Tnsnames.ora
OPEN
Dedicated
33. OFA provides standards intended to improve performance of the database by - among other things - spreading I/O functions across separate devices...
Net Manager
More than one
Multiple
By separating data from software
34. SHUTDOWN ____ simply stops all Oracle processes - and releases all memory buffers.
TNS
Redo log buffer
ABORT
By separating data from software
35. The ____ initialization parameter defines the directory where all datafiles and tempfiles (files used for storage of temporary data during sorting and other operations) are to be created.
ORACLE_BASE
Program Global Area (PGA)
DB_CREATE_FILE_DEST
DB_CREATE_ONLINE_LOG_DEST_n
36. The script files generated by the DBCA tool include numerous SQL*Plus executable ____ files - a configuration parameter file called init.ora - and a batch file for executing all the scripts in a single shell command.
.sql
Runtime
Data Warehouse
SYSOPER
37. The ____ migrates data from older versions to newer versions of the database.
NORMAL
Network name
Tnsnames.ora
Data Upgrade Assistant
38. The ____ log is essential because it will contain all the essential information for the smooth running of your database.
Type and sequence of creation
Alert
Data Warehouse
Netmgr
39. Oracle executable files are stored in a directory tree referred to as ____.
ORACLE_HOME
OLTP
Program Global Area (PGA)
LOGFILES
40. A ____ is a label given to a specific network configuration - usually a specific computer - at a specific TCP/IP address.
TRANSACTIONAL
ORACLE_HOME
Network name
OLTP
41. ____ processes are only present in shared server mode to distribute user connection requests - between server processes.
Dispatcher
MOUNT
Program Global Area (PGA)
LOGFILES
42. In Oracle10g the buffer cache can consist of multiple buffer caches - of different sizes. The default size is ____.
Shared pool
Tnsnames.ora
OPEN
8K
43. The ____ process cleans up after user sessions are finished.
PMON
Control
Init.ora
Single-instance server
44. When the ____ initialization parameter is set - Oracle 10g knows where to locate all the datafiles.
Network name
Listener
DB_FILE_DEST
Dedicated
45. The ____ improves response time for background processes and for backup and recovery processes.
Large pool
Netmgr
Network name
Oradata
46. To implement user-managed redo log files - you should use the ____ clause in the CREATE DATABASE command itself.
Operating system
LOGFILES
Dispatcher
ORACLE_BASE
47. The ____ contains many of the memory buffer components for an up and running (online) Oracle instance.
Tnsnames.ora
IMMEDIATE
SGA
TRANSACTIONAL
48. Load balancing between multiple listener processes is placed in the ____ configuration file on the client computer.
Dedicated
Tnsnames.ora
Single-instance server
Net Manager
49. A single machine can contain __________ value for ORACLE_HOME.
Type and sequence of creation
Operating system
More than one
Alert
50. Current database files are stored in ____/<database name>.
Application server tier
DB_CREATE_ONLINE_LOG_DEST_n
Lsnrctl
Oradata