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 DBA authentication method encompasses the method used to validate logon of users with the SYSDBA or ____ role.
MOUNT
Network name
SYSOPER
SQL*Plus
2. ____ is the typical configuration for an Oracle10g database.
Type and sequence of creation
Single-instance server
Data Upgrade Assistant
LOGFILES
3. The ____ is used to install Oracle software - or change an existing installation.
By separating data from software
TRANSACTIONAL
Universal Installer
ABORT
4. The ____ contains many of the memory buffer components for an up and running (online) Oracle instance.
DB_CREATE_FILE_DEST
Program Global Area (PGA)
SYSOPER
SGA
5. A ____ is a label given to a specific network configuration - usually a specific computer - at a specific TCP/IP address.
Operating system
Dispatcher
Runtime
Network name
6. Current database files are stored in ____/<database name>.
Universal Installer
Oradata
SYSOPER
Single-instance server
7. Oracle executable files are stored in a directory tree referred to as ____.
Redo log buffer
ORACLE_HOME
Tnsnames.ora
Listener
8. When choosing the DBA authentication method - you can choose between ____ and password file authentication.
DBCA
Operating system
Netmgr
ORACLE_BASE
9. ____ is a valid client installation configuration.
OPEN
Administrator
Operating system
All platforms
10. A single machine can contain __________ value for ORACLE_HOME.
MOUNT
ORACLE_HOME
More than one
All platforms
11. A(n) ____ database is used to service Internet applications.
OLTP
MOUNT
Net Services
8K
12. All Oracle software files and database storage files reside on subdirectories under ____.
ORACLE_HOME
ORACLE_BASE
Dedicated server
/
13. STARTUP ____ starts up all background processes - and allocates space in memory for all Oracle database instance memory buffers.
Tnsnames.ora
Custom
NOMOUNT
Control
14. The DBCA tool executes the ____ for you - in order to configure the new database's Named Service.
Net Manager
Dispatcher
Data Warehouse
Transaction Processing
15. SHUTDOWN ____automatically completes and commits all pending transactions - then forcibly disconnects all connected users - and shuts down the database.
TRANSACTIONAL
.sql
$ORACLE_HOME/network/admin
DB_CREATE_ONLINE_LOG_DEST_n
16. OFA provides standards intended to improve performance of the database by - among other things - spreading I/O functions across separate devices...
SGA
Large pool
ORACLE_SID
By separating data from software
17. The <database name> is usually stored as the ____ environment variable
Shared pool
ORACLE_SID
8K
NOMOUNT
18. SHUTDOWN ____ disconnects all users - rolls back pending transactions - and prohibits new connections and new transactions even for already connected users.
TRANSACTIONAL
Netmgr
IMMEDIATE
8K
19. SHUTDOWN ____waits for all users to log off - prohibits new connections - forcibly rolls back currently running transactions - and then shuts down the database.
Netmgr
Net Manager
NORMAL
Net Services
20. Load balancing between multiple listener processes is placed in the ____ configuration file on the client computer.
Redo log
Analyze Wizard
Tnsnames.ora
Alert
21. The OFA standards call for naming files according to their...
Type and sequence of creation
SQL*Plus
DBCA
Redo log
22. 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
Tnsnames.ora
Single-instance server
Schema
23. The ____ database configuration option will change some configuration - generally allowing low concurrency and very high I/O activity.
Program Global Area (PGA)
Application server tier
Data Warehouse
Tnsnames.ora
24. _________ databases can be managed within OEM.
TNS
Multiple
Shared pool
Listener
25. SHUTDOWN ____ simply stops all Oracle processes - and releases all memory buffers.
ORACLE_HOME
SQL*Plus
Data Upgrade Assistant
ABORT
26. The client configuration is a combination of the user interface tier and the...
Application server tier
TNS
Large pool
Lsnrctl
27. The ____ tool allows you to create and run queries - add rows - modify data - and write reports using SQL.
SQL*Plus
ORACLE_HOME
OLTP
Net Manager
28. A ____ file records changes to database data.
/
Custom
IMMEDIATE
Redo log
29. The ____ database configuration option allows for a lot of change activity - raising concurrency requirements - and lowering I/O activity requirements.
Dedicated
By separating data from software
Transaction Processing
Redo log
30. In the SQL*Plus statement CONNECT /@ORACLASS AS SYSDBA - the ____ tells the database to use OS authentication.
Type and sequence of creation
/
Dispatcher
Transaction Processing
31. A(n) ____ database allows you to define anything and everything - this one is for the experts.
DB_CREATE_FILE_DEST
Custom
.sql
Oradata
32. A ____ file is an administrative file containing up-to-date information on the database structure - log files - checkpoints; critical file for opening the database.
Control
Redo log
Operating system
NOMOUNT
33. Oracle has standardized its software so that it looks and acts identically at the user interface level on...
/
All platforms
PL/SQL
Program Global Area (PGA)
34. The ____ improves response time for background processes and for backup and recovery processes.
TNS
Schema
/
Large pool
35. A ____ is a set of database structures - such as tables - indexes - user-defined attributes - and procedures.
Administrator
Schema
DB_CREATE_ONLINE_LOG_DEST_n
.sql
36. ____ processes are only present in shared server mode to distribute user connection requests - between server processes.
Runtime
LOGFILES
Dispatcher
ORACLE_HOME
37. The ____ collects statistics about tables or objects - validates tables - finds continuing rows.
Tnsnames.ora
Dedicated server
Analyze Wizard
Runtime
38. Whenever a change is made to data - the ____ stores a copy of the changed data and the original data - in case it is needed.
PMON
Redo log buffer
SQL*Plus
ORACLE_HOME
39. To implement user-managed redo log files - you should use the ____ clause in the CREATE DATABASE command itself.
IMMEDIATE
LOGFILES
All platforms
NORMAL
40. The ____ process cleans up after user sessions are finished.
By separating data from software
Type and sequence of creation
DB_CREATE_ONLINE_LOG_DEST_n
PMON
41. STARTUP ____ will open the database in read/write - unrestricted mode.
Data Warehouse
Init.ora
OPEN
$ORACLE_HOME/network/admin
42. ____ is the default method for connecting to a database.
MOUNT
TNS
Schema
Custom
43. The database has a service called the ____ process. This process waits for requests and responds to requests as needed.
Redo log
Listener
By separating data from software
Universal Installer
44. ____ views provide system-related information by querying the database's internal management tables and presenting the data as views (metadata views).
SYSOPER
Data Dictionary
MOUNT
Network name
45. 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
Init.ora
DB_CREATE_FILE_DEST
DB_FILE_DEST
46. The ____ engine included with the Oracle software provides a specialized programming language you can use for creating triggers - packages - and procedures.
Oradata
Listener
PL/SQL
Dedicated
47. The initialization configuration parameters file is ____.
DBCA
Datafile
Init.ora
Program Global Area (PGA)
48. 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.
Type and sequence of creation
DB_CREATE_FILE_DEST
MOUNT
IMMEDIATE
49. A ____ is a physical file on the computer disk containing data - such as tables and indexes.
DB_CREATE_ONLINE_LOG_DEST_n
SQL*Plus
Operating system
Datafile
50. You can start and stop the listener using the listener control utility (____).
Universal Installer
Lsnrctl
/
Operating system
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests