Deck 2: Tools and Architecture

Full screen (f)
exit full mode
Question
The Security Manager views and modifies users,roles,and profiles;creates new users;changes passwords.
Use Space or
up arrow
down arrow
to flip the card.
Question
A shared server is the best configuration for a database system with large amounts of memory and CPU power because user sessions never have to wait for a server process to be available.
Question
A dedicated server is the best configuration for an OLTP database system with a large number of users.
Question
The SID has been replaced by the service name in Oracle8i and higher.
Question
The Schema Manager provides access to configuration,sessions and resource consumer group configuration.It also includes summary advisory performance metrics.
Question
If there are multiple files in a log group,LGWR writes to all the files at the same time,in parallel.
Question
You can stop the database using SQL*Plus or iSQL*Plus.
Question
The Database Configuration Assistant creates new database instances.
Question
The listener listens for requests made by user connections.
Question
When you are using tools that reside on the same computer as the database,you might assume that no Oracle Net Services connection is needed.
Question
Listener logging and tracing can be a drain on resources and is defaulted as on.
Question
A session lasts from the time you make a connection until you end the connection.
Question
You can use Net Manager to start and stop the listener.
Question
The port setting 1521 is the default port setting for most Oracle database listeners.
Question
The process monitor process writes buffers to datafiles.
Question
The recoverer process is only present in a distributed database system.
Question
Oracle Net Services resides only on the server side of the network.
Question
The queue monitor process is optional and is utilized when running Oracle Streams Advanced Queuing.
Question
iSQL*Plus output looks like an HTML table.
Question
The Net Configuration Assistant views and modifies data;views and modifies table structures,indexes,views,objects,procedures,and packages.
Question
The PGA is allocated when an instance is started and is deallocated when the instance is shut down.
Question
The Enterprise Manager console is only available in the Oracle client installation,for Oracle10g.
Question
The ____ is used to install Oracle software,or change an existing installation.

A) Log Miner
B) Schema Manager
C) Universal Installer
D) Instance Manager
Question
To start Net Manager in Unix or Linux,type ____ on the command line of a shell.

A) sqlplus
B) sql+
C) sqlmgr
D) netmgr
Question
The ____ collects statistics about tables or objects,validates tables,finds continuing rows.

A) Backup and Restore Wizard
B) Analyze Wizard
C) Net Manager
D) Universal Installer
Question
The Oracle Net Services configuration is stored in the ____ configuration file on the client computer.

A) listener.ora
B) client.ora
C) tnsnames.ora
D) netservices.ora
Question
The SGA is effectively used in session connection memory and is broken into private chunks for each server process.
Question
The ____ migrates data from older versions to newer versions of the database.

A) Export and Import Wizard
B) Database Configuration Assistant
C) Analyze Wizard
D) Data Upgrade Assistant
Question
____ is the Grid Computing (clustered)version of the Database Control.

A) Grid Control
B) Storage Manager
C) XML Database Manager
D) Warehouse Summary Management
Question
Computers on a network use ____ connections to communicate with each other.

A) database
B) listener
C) database
D) network
Question
The Administration screen of the Database Control provides comprehensive maintenance access to database utilities,backup / recovery,and deployment activities.
Question
____ is the default method for connecting to a database.

A) TNS
B) LDAP
C) Host naming
D) Easy connect
Question
The Security Manager's primary tasks involve setting up and maintaining users in Oracle10g.
Question
The Schema Manager performs storage-related tasks in the Oracle10g database.
Question
The Schema Manager provides a way to manipulate anything in the database that is in a schema.
Question
The Instance Manager allows starting and stopping of the database when running the console from a client machine.
Question
In versions of Oracle prior to Oracle 10g,executing the Enterprise Manager console (or simply console)was complicated.
Question
The database has a service called the ____ process.This process waits for requests and responds to requests as needed.

A) listener
B) netservice
C) netserver
D) netnames
Question
Each schema is owned by one Oracle user and is identified by the user's name.
Question
A ____ is a label given to a specific network configuration,usually a specific computer,at a specific TCP / IP address.

A) bequeath protocol
B) network name
C) JDBC
D) database name
Question
The ____ is the part of an Oracle database executing in memory,when a database is started.

A) lsnctrl
B) netmgr
C) LDAP
D) Oracle instance
Question
The ____ is only present when a database is in ARCHIVELOG mode.

A) ARCn
B) CKPT
C) DBWn
D) Dnnn
Question
The tnsnames.ora file is found in the ____ directory on Unix or Linux.

A) / etc / network / admin
B) / user / network / admin
C) ORACLE_HOME / network / admin
D) / sbin / network / admin
Question
The ____ allows definition of all possible individual sections of configuration for Oracle Net Services.

A) Schema Manager
B) Net Configuration Assistant
C) Security Manager
D) Storage Manager
Question
The listener.ora file is stored in the ____ directory.

A) $ORACLE_HOME / network / admin
B) / home / network / admin
C) / sbin / network / admin
D) / etc / network / admin
Question
____ is a Web-based version of SQL*Plus.

A) SQL *Plus Worksheet
B) iSQL*Plus
C) Net Services Console
D) Instance Manager
Question
You can start and stop the listener using the listener control utility (____).

A) netmgr
B) ps
C) lsnrctl
D) vi
Question
To discover the name on a Unix or Linux machine use the ____ command in a shell.

A) ls
B) ENV
C) netmgr
D) ps
Question
The ____ listens for requests and passes them on to the appropriate database server process for execution in the database.

A) tnsnames
B) listener
C) schema manager
D) storage manager
Question
Setting a user connection as being dedicated or shared can be controlled in the client-side configuration of Oracle Net Services,in the ____ file.

A) tnsnames.ora
B) listener.ora
C) server.ora
D) mode.ora
Question
An easy way to validate configuration is to use an Oracle version of the TCP / IP ping utility,called ____.

A) tnsping
B) netmgr
C) netping
D) tcpping
Question
The ____ process cleans up after user sessions are finished.

A) SMON
B) PMON
C) DBWn
D) CKPT
Question
A ____ server uses CPU and memory more efficiently by swapping out user sessions during idle time.

A) dedicated
B) foreground
C) shared
D) background
Question
The ____ variable is the directory upward from the ORACLE_HOME variable.

A) ORACLE_DIR
B) ORACLE_ROOT
C) ORACLE_BEGIN
D) ORACLE_BASE
Question
The ____ process handles recovery if it is needed.

A) ARCn
B) SMON
C) RECO
D) LGWR
Question
Load balancing between multiple listener processes is placed in the ____ configuration file on the client computer.

A) listener.ora
B) processes.ora
C) balance.ora
D) tnsnames.ora
Question
The ____ contains many of the memory buffer components for an up and running (online)Oracle instance.

A) LDAP
B) PGA
C) SGA
D) TNS
Question
In the case of a ____ server,every user session (connection)has its own server process.

A) dedicated
B) shared
C) background
D) foreground
Question
The ____ does not write any data to disks.It signals the DBWn to begin writing to disk,by issuing a checkpoint.

A) PMON
B) SMON
C) RECO
D) CKPT
Question
The ____ file is placed onto the client machine,allowing communication between the client machine and the listener on the database sever.

A) listener.ora
B) servers.ora
C) tnsnames.ora
D) clients.ora
Question
The ____ area stores parsed SQL in memory.

A) redo log buffer
B) Java pool
C) shared pool
D) large pool
Question
The ____________________ variable refers to the directory where Oracle installs its executable files.
Question
A(n)____________________ is the set of information (configuration)that Oracle Net Services uses to locate and communicate with an Oracle database.
Question
A ____ is a set of database structures,such as tables,indexes,user-defined attributes,and procedures.

A) session
B) view
C) console
D) schema
Question
____ and its console can be used as a centralized control center for many of the available DBA tools.

A) Enterprise Manager
B) Buffer Cache
C) Process Monitor
D) Job Queue Process
Question
Whenever a change is made to data,the ____ stores a copy of the changed data and the original data,in case it is needed.

A) redo log buffer
B) Java pool
C) shared pool
D) streams pool
Question
The ____ button allows you to end a user session from the console.

A) Sessions
B) SGA Memory
C) Kill Session
D) Dynamic
Question
Oracle ____________________ is made up of several subcomponents that work together to translate your requests,such as SQL queries,into network packages for the local,or Internet,network.
Question
In Oracle10g the buffer cache can consist of multiple buffer caches,of different sizes.The default size is ____.

A) 2K
B) 8K
C) 16K
D) 32K
Question
____ processes are only present in shared server mode to distribute user connection requests,between server processes.

A) Queue monitor
B) Recoverer
C) Checkpoint
D) Dispatcher
Question
The ____________________ file is stored on the database server,providing configuration for how the listener process listens over the network,for connection requests.
Question
The ____ improves response time for background processes and for backup and recovery processes.

A) streams pool
B) large pool
C) redo log buffer
D) shared pool
Question
The ____________________ queries redo log files and otherwise.Also called Data Miner.
Question
A(n)____________________ is a way in which a node name on a network will be translated into a form understandable and routable by hardware and network software on that network.
Question
Service names and their mappings are stored in a(n)_____________________________________________ server.
Question
The ____ processor runs scheduled jobs,submitted in background,using the DBMS_JOBS package,as scheduled batch job operations.

A) system monitor
B) dispatcher
C) job queue
D) recoverer
Question
The ______________________________ monitors databases and provides access to database management tools.
Question
The two main sections of memory for the Oracle instance are the System Global Area (SGA)and the ____.

A) Queue Monitor Area (QMA)
B) Job Queue Area (JQA)
C) Dispatcher Global Area (DGA)
D) Program Global Area (PGA)
Question
A(n)____________________ protocol allows a direct connection to a database,on a database server computer,without going through Oracle Net services and without requiring a network name.
Question
The _________________________ network name is used to call external programs (external to Oracle software),such as DLL's.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 2: Tools and Architecture
1
The Security Manager views and modifies users,roles,and profiles;creates new users;changes passwords.
True
2
A shared server is the best configuration for a database system with large amounts of memory and CPU power because user sessions never have to wait for a server process to be available.
False
3
A dedicated server is the best configuration for an OLTP database system with a large number of users.
False
4
The SID has been replaced by the service name in Oracle8i and higher.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
The Schema Manager provides access to configuration,sessions and resource consumer group configuration.It also includes summary advisory performance metrics.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
If there are multiple files in a log group,LGWR writes to all the files at the same time,in parallel.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
You can stop the database using SQL*Plus or iSQL*Plus.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
The Database Configuration Assistant creates new database instances.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
The listener listens for requests made by user connections.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
When you are using tools that reside on the same computer as the database,you might assume that no Oracle Net Services connection is needed.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
Listener logging and tracing can be a drain on resources and is defaulted as on.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
A session lasts from the time you make a connection until you end the connection.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
You can use Net Manager to start and stop the listener.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
The port setting 1521 is the default port setting for most Oracle database listeners.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
The process monitor process writes buffers to datafiles.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
The recoverer process is only present in a distributed database system.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
Oracle Net Services resides only on the server side of the network.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
The queue monitor process is optional and is utilized when running Oracle Streams Advanced Queuing.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
iSQL*Plus output looks like an HTML table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
The Net Configuration Assistant views and modifies data;views and modifies table structures,indexes,views,objects,procedures,and packages.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
The PGA is allocated when an instance is started and is deallocated when the instance is shut down.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
The Enterprise Manager console is only available in the Oracle client installation,for Oracle10g.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
The ____ is used to install Oracle software,or change an existing installation.

A) Log Miner
B) Schema Manager
C) Universal Installer
D) Instance Manager
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
To start Net Manager in Unix or Linux,type ____ on the command line of a shell.

A) sqlplus
B) sql+
C) sqlmgr
D) netmgr
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
The ____ collects statistics about tables or objects,validates tables,finds continuing rows.

A) Backup and Restore Wizard
B) Analyze Wizard
C) Net Manager
D) Universal Installer
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
The Oracle Net Services configuration is stored in the ____ configuration file on the client computer.

A) listener.ora
B) client.ora
C) tnsnames.ora
D) netservices.ora
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
The SGA is effectively used in session connection memory and is broken into private chunks for each server process.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
The ____ migrates data from older versions to newer versions of the database.

A) Export and Import Wizard
B) Database Configuration Assistant
C) Analyze Wizard
D) Data Upgrade Assistant
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
____ is the Grid Computing (clustered)version of the Database Control.

A) Grid Control
B) Storage Manager
C) XML Database Manager
D) Warehouse Summary Management
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
Computers on a network use ____ connections to communicate with each other.

A) database
B) listener
C) database
D) network
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
The Administration screen of the Database Control provides comprehensive maintenance access to database utilities,backup / recovery,and deployment activities.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
____ is the default method for connecting to a database.

A) TNS
B) LDAP
C) Host naming
D) Easy connect
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
The Security Manager's primary tasks involve setting up and maintaining users in Oracle10g.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
The Schema Manager performs storage-related tasks in the Oracle10g database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
The Schema Manager provides a way to manipulate anything in the database that is in a schema.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
The Instance Manager allows starting and stopping of the database when running the console from a client machine.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
In versions of Oracle prior to Oracle 10g,executing the Enterprise Manager console (or simply console)was complicated.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
The database has a service called the ____ process.This process waits for requests and responds to requests as needed.

A) listener
B) netservice
C) netserver
D) netnames
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
Each schema is owned by one Oracle user and is identified by the user's name.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
A ____ is a label given to a specific network configuration,usually a specific computer,at a specific TCP / IP address.

A) bequeath protocol
B) network name
C) JDBC
D) database name
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
The ____ is the part of an Oracle database executing in memory,when a database is started.

A) lsnctrl
B) netmgr
C) LDAP
D) Oracle instance
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
The ____ is only present when a database is in ARCHIVELOG mode.

A) ARCn
B) CKPT
C) DBWn
D) Dnnn
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
The tnsnames.ora file is found in the ____ directory on Unix or Linux.

A) / etc / network / admin
B) / user / network / admin
C) ORACLE_HOME / network / admin
D) / sbin / network / admin
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
The ____ allows definition of all possible individual sections of configuration for Oracle Net Services.

A) Schema Manager
B) Net Configuration Assistant
C) Security Manager
D) Storage Manager
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
The listener.ora file is stored in the ____ directory.

A) $ORACLE_HOME / network / admin
B) / home / network / admin
C) / sbin / network / admin
D) / etc / network / admin
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
____ is a Web-based version of SQL*Plus.

A) SQL *Plus Worksheet
B) iSQL*Plus
C) Net Services Console
D) Instance Manager
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
You can start and stop the listener using the listener control utility (____).

A) netmgr
B) ps
C) lsnrctl
D) vi
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
To discover the name on a Unix or Linux machine use the ____ command in a shell.

A) ls
B) ENV
C) netmgr
D) ps
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
The ____ listens for requests and passes them on to the appropriate database server process for execution in the database.

A) tnsnames
B) listener
C) schema manager
D) storage manager
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
Setting a user connection as being dedicated or shared can be controlled in the client-side configuration of Oracle Net Services,in the ____ file.

A) tnsnames.ora
B) listener.ora
C) server.ora
D) mode.ora
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
An easy way to validate configuration is to use an Oracle version of the TCP / IP ping utility,called ____.

A) tnsping
B) netmgr
C) netping
D) tcpping
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
The ____ process cleans up after user sessions are finished.

A) SMON
B) PMON
C) DBWn
D) CKPT
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
A ____ server uses CPU and memory more efficiently by swapping out user sessions during idle time.

A) dedicated
B) foreground
C) shared
D) background
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
The ____ variable is the directory upward from the ORACLE_HOME variable.

A) ORACLE_DIR
B) ORACLE_ROOT
C) ORACLE_BEGIN
D) ORACLE_BASE
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
The ____ process handles recovery if it is needed.

A) ARCn
B) SMON
C) RECO
D) LGWR
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
Load balancing between multiple listener processes is placed in the ____ configuration file on the client computer.

A) listener.ora
B) processes.ora
C) balance.ora
D) tnsnames.ora
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
The ____ contains many of the memory buffer components for an up and running (online)Oracle instance.

A) LDAP
B) PGA
C) SGA
D) TNS
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
In the case of a ____ server,every user session (connection)has its own server process.

A) dedicated
B) shared
C) background
D) foreground
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
The ____ does not write any data to disks.It signals the DBWn to begin writing to disk,by issuing a checkpoint.

A) PMON
B) SMON
C) RECO
D) CKPT
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
The ____ file is placed onto the client machine,allowing communication between the client machine and the listener on the database sever.

A) listener.ora
B) servers.ora
C) tnsnames.ora
D) clients.ora
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
The ____ area stores parsed SQL in memory.

A) redo log buffer
B) Java pool
C) shared pool
D) large pool
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
The ____________________ variable refers to the directory where Oracle installs its executable files.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
A(n)____________________ is the set of information (configuration)that Oracle Net Services uses to locate and communicate with an Oracle database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
A ____ is a set of database structures,such as tables,indexes,user-defined attributes,and procedures.

A) session
B) view
C) console
D) schema
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
____ and its console can be used as a centralized control center for many of the available DBA tools.

A) Enterprise Manager
B) Buffer Cache
C) Process Monitor
D) Job Queue Process
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
Whenever a change is made to data,the ____ stores a copy of the changed data and the original data,in case it is needed.

A) redo log buffer
B) Java pool
C) shared pool
D) streams pool
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
The ____ button allows you to end a user session from the console.

A) Sessions
B) SGA Memory
C) Kill Session
D) Dynamic
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
Oracle ____________________ is made up of several subcomponents that work together to translate your requests,such as SQL queries,into network packages for the local,or Internet,network.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
In Oracle10g the buffer cache can consist of multiple buffer caches,of different sizes.The default size is ____.

A) 2K
B) 8K
C) 16K
D) 32K
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
____ processes are only present in shared server mode to distribute user connection requests,between server processes.

A) Queue monitor
B) Recoverer
C) Checkpoint
D) Dispatcher
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
The ____________________ file is stored on the database server,providing configuration for how the listener process listens over the network,for connection requests.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
The ____ improves response time for background processes and for backup and recovery processes.

A) streams pool
B) large pool
C) redo log buffer
D) shared pool
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
The ____________________ queries redo log files and otherwise.Also called Data Miner.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
A(n)____________________ is a way in which a node name on a network will be translated into a form understandable and routable by hardware and network software on that network.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
Service names and their mappings are stored in a(n)_____________________________________________ server.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
The ____ processor runs scheduled jobs,submitted in background,using the DBMS_JOBS package,as scheduled batch job operations.

A) system monitor
B) dispatcher
C) job queue
D) recoverer
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
The ______________________________ monitors databases and provides access to database management tools.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
The two main sections of memory for the Oracle instance are the System Global Area (SGA)and the ____.

A) Queue Monitor Area (QMA)
B) Job Queue Area (JQA)
C) Dispatcher Global Area (DGA)
D) Program Global Area (PGA)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
A(n)____________________ protocol allows a direct connection to a database,on a database server computer,without going through Oracle Net services and without requiring a network name.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
The _________________________ network name is used to call external programs (external to Oracle software),such as DLL's.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.