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. You can start and stop the listener using the listener control utility (____).
TRANSACTIONAL
Control
ORACLE_SID
Lsnrctl
2. 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.
MOUNT
TRANSACTIONAL
Program Global Area (PGA)
Data Warehouse
3. A ____ file records changes to database data.
NORMAL
Redo log
SGA
Net Services
4. 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.
Operating system
DB_CREATE_FILE_DEST
Redo log buffer
DB_FILE_DEST
5. The two main sections of memory for the Oracle instance are the System Global Area (SGA) and the ____.
Program Global Area (PGA)
ORACLE_SID
Datafile
TRANSACTIONAL
6. The ____ is used to install Oracle software - or change an existing installation.
Tnsnames.ora
ORACLE_HOME
Universal Installer
Tnsnames.ora
7. Load balancing between multiple listener processes is placed in the ____ configuration file on the client computer.
Universal Installer
Tnsnames.ora
OPEN
Runtime
8. ____ is a valid client installation configuration.
Listener
Tnsnames.ora
OLTP
Administrator
9. The <database name> is usually stored as the ____ environment variable
ORACLE_SID
DB_FILE_DEST
Net Services
Type and sequence of creation
10. The Oracle Net Services configuration is stored in the ____ configuration file on the client computer.
Tnsnames.ora
.sql
Schema
Dispatcher
11. Whenever a change is made to data - the ____ stores a copy of the changed data and the original data - in case it is needed.
Administrator
OLTP
Lsnrctl
Redo log buffer
12. The Oracle ____ tool provides the network link between the Oracle10g database and most applications that communicate with the database.
Analyze Wizard
SYSOPER
OLTP
Net Services
13. STARTUP ____ will open the database in read/write - unrestricted mode.
Operating system
Oradata
Custom
OPEN
14. A ____ file is an administrative file containing up-to-date information on the database structure - log files - checkpoints; critical file for opening the database.
$ORACLE_HOME/network/admin
Control
ORACLE_SID
Operating system
15. The DBCA tool executes the ____ for you - in order to configure the new database's Named Service.
Lsnrctl
SGA
SQL*Plus
Net Manager
16. The ____ improves response time for background processes and for backup and recovery processes.
Universal Installer
Net Manager
SGA
Large pool
17. The initialization configuration parameters file is ____.
Init.ora
IMMEDIATE
Data Warehouse
Program Global Area (PGA)
18. The ____ contains many of the memory buffer components for an up and running (online) Oracle instance.
Redo log buffer
SGA
DB_CREATE_FILE_DEST
MOUNT
19. ____ is the typical configuration for an Oracle10g database.
DBCA
Net Services
Data Upgrade Assistant
Single-instance server
20. A single machine can contain __________ value for ORACLE_HOME.
/
More than one
Universal Installer
.sql
21. 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
Netmgr
All platforms
ABORT
22. The OFA standards call for naming files according to their...
Shared pool
Network name
IMMEDIATE
Type and sequence of creation
23. The client configuration is a combination of the user interface tier and the...
LOGFILES
Tnsnames.ora
Multiple
Application server tier
24. SHUTDOWN ____automatically completes and commits all pending transactions - then forcibly disconnects all connected users - and shuts down the database.
Universal Installer
TRANSACTIONAL
Data Upgrade Assistant
.sql
25. OFA provides standards intended to improve performance of the database by - among other things - spreading I/O functions across separate devices...
Administrator
Dedicated
/
By separating data from software
26. The ____ collects statistics about tables or objects - validates tables - finds continuing rows.
Data Warehouse
NORMAL
NOMOUNT
Analyze Wizard
27. All Oracle software files and database storage files reside on subdirectories under ____.
Shared pool
All platforms
ORACLE_BASE
Lsnrctl
28. The ____ database configuration option allows for a lot of change activity - raising concurrency requirements - and lowering I/O activity requirements.
Redo log buffer
Operating system
Type and sequence of creation
Transaction Processing
29. 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.
Transaction Processing
.sql
More than one
DBCA
30. Oracle executable files are stored in a directory tree referred to as ____.
Program Global Area (PGA)
Shared pool
ORACLE_HOME
OLTP
31. The listener.ora file is stored in the ____ directory.
Data Warehouse
Dedicated
Universal Installer
$ORACLE_HOME/network/admin
32. SHUTDOWN ____ simply stops all Oracle processes - and releases all memory buffers.
Data Dictionary
SGA
ABORT
Universal Installer
33. SHUTDOWN ____waits for all users to log off - prohibits new connections - forcibly rolls back currently running transactions - and then shuts down the database.
PMON
NORMAL
Administrator
Alert
34. ____ processes are only present in shared server mode to distribute user connection requests - between server processes.
PMON
Alert
Init.ora
Dispatcher
35. A(n) ____ database allows you to define anything and everything - this one is for the experts.
Administrator
Custom
More than one
Datafile
36. The database has a service called the ____ process. This process waits for requests and responds to requests as needed.
DB_CREATE_ONLINE_LOG_DEST_n
Data Warehouse
Listener
Dispatcher
37. ____ views provide system-related information by querying the database's internal management tables and presenting the data as views (metadata views).
Data Dictionary
Net Services
NORMAL
PMON
38. A(n) ____ database is used to service Internet applications.
ORACLE_HOME
/
Network name
OLTP
39. The DBA authentication method encompasses the method used to validate logon of users with the SYSDBA or ____ role.
Large pool
Type and sequence of creation
Program Global Area (PGA)
SYSOPER
40. A ____ is a set of database structures - such as tables - indexes - user-defined attributes - and procedures.
PL/SQL
Schema
Data Upgrade Assistant
Data Warehouse
41. In the case of a ____ server - every user session (connection) has its own server process.
Datafile
Dedicated
By separating data from software
Tnsnames.ora
42. The ____ process cleans up after user sessions are finished.
TRANSACTIONAL
IMMEDIATE
PMON
$ORACLE_HOME/network/admin
43. The ____ area stores parsed SQL in memory.
Custom
ORACLE_SID
Shared pool
Redo log
44. The ____ migrates data from older versions to newer versions of the database.
Data Upgrade Assistant
OLTP
ABORT
TRANSACTIONAL
45. _________ databases can be managed within OEM.
PMON
More than one
Multiple
DBCA
46. The ____ initialization parameter defines one or more directories where control files and redo log files are to be created.
DB_CREATE_ONLINE_LOG_DEST_n
TNS
Universal Installer
PL/SQL
47. The ____ engine included with the Oracle software provides a specialized programming language you can use for creating triggers - packages - and procedures.
PL/SQL
Data Upgrade Assistant
SYSOPER
Netmgr
48. A ____ is a physical file on the computer disk containing data - such as tables and indexes.
DB_FILE_DEST
Datafile
TNS
DB_CREATE_FILE_DEST
49. ____ is the default method for connecting to a database.
Type and sequence of creation
Data Dictionary
TNS
$ORACLE_HOME/network/admin
50. The ____ log is essential because it will contain all the essential information for the smooth running of your database.
Alert
ORACLE_SID
Administrator
Application server tier