Deck 2: Tools and Architecture

ملء الشاشة (f)
exit full mode
سؤال
The Security Manager views and modifies users,roles,and profiles;creates new users;changes passwords.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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.
سؤال
A dedicated server is the best configuration for an OLTP database system with a large number of users.
سؤال
The SID has been replaced by the service name in Oracle8i and higher.
سؤال
The Schema Manager provides access to configuration,sessions and resource consumer group configuration.It also includes summary advisory performance metrics.
سؤال
If there are multiple files in a log group,LGWR writes to all the files at the same time,in parallel.
سؤال
You can stop the database using SQL*Plus or iSQL*Plus.
سؤال
The Database Configuration Assistant creates new database instances.
سؤال
The listener listens for requests made by user connections.
سؤال
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.
سؤال
Listener logging and tracing can be a drain on resources and is defaulted as on.
سؤال
A session lasts from the time you make a connection until you end the connection.
سؤال
You can use Net Manager to start and stop the listener.
سؤال
The port setting 1521 is the default port setting for most Oracle database listeners.
سؤال
The process monitor process writes buffers to datafiles.
سؤال
The recoverer process is only present in a distributed database system.
سؤال
Oracle Net Services resides only on the server side of the network.
سؤال
The queue monitor process is optional and is utilized when running Oracle Streams Advanced Queuing.
سؤال
iSQL*Plus output looks like an HTML table.
سؤال
The Net Configuration Assistant views and modifies data;views and modifies table structures,indexes,views,objects,procedures,and packages.
سؤال
The PGA is allocated when an instance is started and is deallocated when the instance is shut down.
سؤال
The Enterprise Manager console is only available in the Oracle client installation,for Oracle10g.
سؤال
The ____ is used to install Oracle software,or change an existing installation.

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

A) sqlplus
B) sql+
C) sqlmgr
D) netmgr
سؤال
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
سؤال
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
سؤال
The SGA is effectively used in session connection memory and is broken into private chunks for each server process.
سؤال
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
سؤال
____ is the Grid Computing (clustered)version of the Database Control.

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

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

A) TNS
B) LDAP
C) Host naming
D) Easy connect
سؤال
The Security Manager's primary tasks involve setting up and maintaining users in Oracle10g.
سؤال
The Schema Manager performs storage-related tasks in the Oracle10g database.
سؤال
The Schema Manager provides a way to manipulate anything in the database that is in a schema.
سؤال
The Instance Manager allows starting and stopping of the database when running the console from a client machine.
سؤال
In versions of Oracle prior to Oracle 10g,executing the Enterprise Manager console (or simply console)was complicated.
سؤال
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
سؤال
Each schema is owned by one Oracle user and is identified by the user's name.
سؤال
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
سؤال
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
سؤال
The ____ is only present when a database is in ARCHIVELOG mode.

A) ARCn
B) CKPT
C) DBWn
D) Dnnn
سؤال
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
سؤال
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
سؤال
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
سؤال
____ is a Web-based version of SQL*Plus.

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

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

A) ls
B) ENV
C) netmgr
D) ps
سؤال
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
سؤال
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
سؤال
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
سؤال
The ____ process cleans up after user sessions are finished.

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

A) dedicated
B) foreground
C) shared
D) background
سؤال
The ____ variable is the directory upward from the ORACLE_HOME variable.

A) ORACLE_DIR
B) ORACLE_ROOT
C) ORACLE_BEGIN
D) ORACLE_BASE
سؤال
The ____ process handles recovery if it is needed.

A) ARCn
B) SMON
C) RECO
D) LGWR
سؤال
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
سؤال
The ____ contains many of the memory buffer components for an up and running (online)Oracle instance.

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

A) dedicated
B) shared
C) background
D) foreground
سؤال
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
سؤال
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
سؤال
The ____ area stores parsed SQL in memory.

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

A) session
B) view
C) console
D) schema
سؤال
____ 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
سؤال
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
سؤال
The ____ button allows you to end a user session from the console.

A) Sessions
B) SGA Memory
C) Kill Session
D) Dynamic
سؤال
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.
سؤال
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
سؤال
____ 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
سؤال
The ____________________ file is stored on the database server,providing configuration for how the listener process listens over the network,for connection requests.
سؤال
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
سؤال
The ____________________ queries redo log files and otherwise.Also called Data Miner.
سؤال
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.
سؤال
Service names and their mappings are stored in a(n)_____________________________________________ server.
سؤال
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
سؤال
The ______________________________ monitors databases and provides access to database management tools.
سؤال
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)
سؤال
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.
سؤال
The _________________________ network name is used to call external programs (external to Oracle software),such as DLL's.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
The Schema Manager provides access to configuration,sessions and resource consumer group configuration.It also includes summary advisory performance metrics.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
You can stop the database using SQL*Plus or iSQL*Plus.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
The Database Configuration Assistant creates new database instances.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
The listener listens for requests made by user connections.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
Listener logging and tracing can be a drain on resources and is defaulted as on.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
A session lasts from the time you make a connection until you end the connection.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
You can use Net Manager to start and stop the listener.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
The port setting 1521 is the default port setting for most Oracle database listeners.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
The process monitor process writes buffers to datafiles.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
The recoverer process is only present in a distributed database system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
Oracle Net Services resides only on the server side of the network.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
The queue monitor process is optional and is utilized when running Oracle Streams Advanced Queuing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
iSQL*Plus output looks like an HTML table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
The Net Configuration Assistant views and modifies data;views and modifies table structures,indexes,views,objects,procedures,and packages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
The PGA is allocated when an instance is started and is deallocated when the instance is shut down.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
The Enterprise Manager console is only available in the Oracle client installation,for Oracle10g.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
The SGA is effectively used in session connection memory and is broken into private chunks for each server process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
Computers on a network use ____ connections to communicate with each other.

A) database
B) listener
C) database
D) network
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
The Administration screen of the Database Control provides comprehensive maintenance access to database utilities,backup / recovery,and deployment activities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
____ is the default method for connecting to a database.

A) TNS
B) LDAP
C) Host naming
D) Easy connect
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
The Security Manager's primary tasks involve setting up and maintaining users in Oracle10g.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
The Schema Manager performs storage-related tasks in the Oracle10g database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
The Schema Manager provides a way to manipulate anything in the database that is in a schema.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
The Instance Manager allows starting and stopping of the database when running the console from a client machine.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
In versions of Oracle prior to Oracle 10g,executing the Enterprise Manager console (or simply console)was complicated.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
Each schema is owned by one Oracle user and is identified by the user's name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
The ____ is only present when a database is in ARCHIVELOG mode.

A) ARCn
B) CKPT
C) DBWn
D) Dnnn
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
You can start and stop the listener using the listener control utility (____).

A) netmgr
B) ps
C) lsnrctl
D) vi
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
The ____ process cleans up after user sessions are finished.

A) SMON
B) PMON
C) DBWn
D) CKPT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
The ____ process handles recovery if it is needed.

A) ARCn
B) SMON
C) RECO
D) LGWR
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
The ____ area stores parsed SQL in memory.

A) redo log buffer
B) Java pool
C) shared pool
D) large pool
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
The ____________________ variable refers to the directory where Oracle installs its executable files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
The ____________________ queries redo log files and otherwise.Also called Data Miner.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
Service names and their mappings are stored in a(n)_____________________________________________ server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
The ______________________________ monitors databases and provides access to database management tools.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
The _________________________ network name is used to call external programs (external to Oracle software),such as DLL's.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.