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 ____ tool guides you through database setup and creation using windows with instructions for each step.
More than one
Net Services
DB_FILE_DEST
DBCA
2. Oracle executable files are stored in a directory tree referred to as ____.
OLTP
Tnsnames.ora
SGA
ORACLE_HOME
3. The database has a service called the ____ process. This process waits for requests and responds to requests as needed.
Redo log buffer
Multiple
Data Warehouse
Listener
4. The two main sections of memory for the Oracle instance are the System Global Area (SGA) and the ____.
TNS
Net Services
SGA
Program Global Area (PGA)
5. The ____ migrates data from older versions to newer versions of the database.
Init.ora
Shared pool
SQL*Plus
Data Upgrade Assistant
6. ____ is the default method for connecting to a database.
Datafile
Analyze Wizard
Data Warehouse
TNS
7. 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
SGA
NORMAL
8. 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
Program Global Area (PGA)
Administrator
9. SHUTDOWN ____waits for all users to log off - prohibits new connections - forcibly rolls back currently running transactions - and then shuts down the database.
NORMAL
Transaction Processing
LOGFILES
Listener
10. Current database files are stored in ____/<database name>.
Transaction Processing
More than one
Oradata
/
11. When the ____ initialization parameter is set - Oracle 10g knows where to locate all the datafiles.
Large pool
DBCA
Oradata
DB_FILE_DEST
12. The DBCA tool executes the ____ for you - in order to configure the new database's Named Service.
Type and sequence of creation
Redo log
Net Manager
LOGFILES
13. Whenever a change is made to data - the ____ stores a copy of the changed data and the original data - in case it is needed.
NORMAL
Custom
Redo log buffer
TRANSACTIONAL
14. In Oracle10g the buffer cache can consist of multiple buffer caches - of different sizes. The default size is ____.
Analyze Wizard
8K
Single-instance server
Network name
15. 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.
Init.ora
Administrator
DB_CREATE_FILE_DEST
Alert
16. A single machine can contain __________ value for ORACLE_HOME.
Type and sequence of creation
Universal Installer
More than one
Application server tier
17. In the SQL*Plus statement CONNECT /@ORACLASS AS SYSDBA - the ____ tells the database to use OS authentication.
Datafile
Schema
Dedicated
/
18. ____ views provide system-related information by querying the database's internal management tables and presenting the data as views (metadata views).
SGA
NORMAL
$ORACLE_HOME/network/admin
Data Dictionary
19. A ____ file records changes to database data.
DBCA
SGA
NOMOUNT
Redo log
20. The ____ log is essential because it will contain all the essential information for the smooth running of your database.
ORACLE_SID
Application server tier
By separating data from software
Alert
21. A(n) ____ database is used to service Internet applications.
Application server tier
Single-instance server
OLTP
Administrator
22. 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
By separating data from software
Transaction Processing
Dedicated server
23. Load balancing between multiple listener processes is placed in the ____ configuration file on the client computer.
Tnsnames.ora
Listener
Schema
ORACLE_SID
24. SHUTDOWN ____automatically completes and commits all pending transactions - then forcibly disconnects all connected users - and shuts down the database.
Multiple
TRANSACTIONAL
Data Dictionary
Listener
25. Setting a user connection as being dedicated or shared can be controlled in the client-side configuration of Oracle Net Services - in the ____ file.
$ORACLE_HOME/network/admin
By separating data from software
Tnsnames.ora
Schema
26. The ____ contains many of the memory buffer components for an up and running (online) Oracle instance.
SGA
Netmgr
Data Upgrade Assistant
Administrator
27. When choosing the DBA authentication method - you can choose between ____ and password file authentication.
$ORACLE_HOME/network/admin
Tnsnames.ora
Listener
Operating system
28. A ____ is a physical file on the computer disk containing data - such as tables and indexes.
NOMOUNT
Tnsnames.ora
Datafile
Listener
29. The ____ tool allows you to create and run queries - add rows - modify data - and write reports using SQL.
SQL*Plus
Analyze Wizard
Listener
SGA
30. A ____ is a label given to a specific network configuration - usually a specific computer - at a specific TCP/IP address.
Network name
Alert
Operating system
OPEN
31. The DBA authentication method encompasses the method used to validate logon of users with the SYSDBA or ____ role.
DBCA
ORACLE_HOME
SYSOPER
Datafile
32. _________ databases can be managed within OEM.
DB_CREATE_FILE_DEST
Tnsnames.ora
Multiple
LOGFILES
33. The ____ area stores parsed SQL in memory.
Shared pool
DB_CREATE_FILE_DEST
More than one
OLTP
34. ____ is a valid client installation configuration.
Control
DB_FILE_DEST
Administrator
Network name
35. ____ is a valid client installation configuration.
$ORACLE_HOME/network/admin
Single-instance server
Runtime
Net Manager
36. All Oracle software files and database storage files reside on subdirectories under ____.
ORACLE_BASE
Program Global Area (PGA)
Data Warehouse
SYSOPER
37. The ____ collects statistics about tables or objects - validates tables - finds continuing rows.
Alert
ABORT
Tnsnames.ora
Analyze Wizard
38. 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.
Tnsnames.ora
Type and sequence of creation
By separating data from software
MOUNT
39. Oracle has standardized its software so that it looks and acts identically at the user interface level on...
All platforms
By separating data from software
Large pool
.sql
40. The ____ improves response time for background processes and for backup and recovery processes.
Dispatcher
MOUNT
Single-instance server
Large pool
41. The ____ process cleans up after user sessions are finished.
Operating system
By separating data from software
PMON
Multiple
42. The ____ database configuration option allows for a lot of change activity - raising concurrency requirements - and lowering I/O activity requirements.
Dedicated
/
SQL*Plus
Transaction Processing
43. The Oracle Net Services configuration is stored in the ____ configuration file on the client computer.
Custom
Tnsnames.ora
ORACLE_HOME
Multiple
44. A(n) ____ database allows you to define anything and everything - this one is for the experts.
DB_CREATE_ONLINE_LOG_DEST_n
NOMOUNT
Custom
Init.ora
45. A ____ is a set of database structures - such as tables - indexes - user-defined attributes - and procedures.
Type and sequence of creation
Control
Schema
DB_FILE_DEST
46. To start Net Manager in Unix or Linux - type ____ on the command line of a shell.
Netmgr
Custom
Data Dictionary
MOUNT
47. The Oracle ____ tool provides the network link between the Oracle10g database and most applications that communicate with the database.
Operating system
Dedicated
Net Services
Redo log
48. In the case of a ____ server - every user session (connection) has its own server process.
IMMEDIATE
Tnsnames.ora
Dedicated
LOGFILES
49. The initialization configuration parameters file is ____.
LOGFILES
Init.ora
More than one
Control
50. ____ processes are only present in shared server mode to distribute user connection requests - between server processes.
MOUNT
Type and sequence of creation
Dispatcher
Data Upgrade Assistant
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