Deck 11: Introduction to Oracle 10g Database Administration

Full screen (f)
exit full mode
Question
In the OEM,when you select the option button beside a datafile in the list and click the Edit button,the Edit Datafile property page opens,which allows you to edit properties of the datafile that is currently selected.
Use Space or
up arrow
down arrow
to flip the card.
Question
The Oracle Database Configuration Assistant is a utility that allows DBAs to configure client workstations so they can connect to database servers using Oracle Net.
Question
The database server stores the data for each tablespace in an extent.
Question
To install any Oracle 10g product,you use Oracle Universal Installer (OUI).
Question
In Oracle 10g database administration terminology,a database storage data block is the smallest storage unit that the database can address.
Question
If you need to change the privileges of the users to whom the role has been granted,you simply change the role's privileges,and the user accounts automatically reflect the privilege change.
Question
Tablespaces in the Oracle 10g Release 1 database use dictionary-managed extent management,in which the tablespace maintains a bitmap in each datafile that represents whether each data block is free or used.
Question
The DBA must explicitly connect to the OEM by specifying a username,password,and connect role.
Question
For an UPDATE action query,the redo log file contains a pre-image of the updated fields,which shows the data values before the update.
Question
The OEM must be installed using the Universal Installer after installing a database.
Question
The exact steps for installing an Oracle 10g database are the same for all three versions.
Question
By default,an Oracle 10g database instance has two separate control files.
Question
To enable a new user to create new database objects,you must assign to the user account a tablespace quota for the user's default tablespace.
Question
The global database name is based on the database server workstation's Internet Protocol (IP)address or domain name.
Question
The DBMS is the same as the database that stores the actual data values.
Question
To use OEM to create a new user account,you navigate to the Administration property page,click the Users link under the Security heading,and then click Create.
Question
Disk groups are managed by a special Oracle instance,called an OEM instance.
Question
A connect descriptor specifies the network communication protocol,the IP address of the database server,and the database instance name.
Question
The parameter file is a text file that specifies configuration information about an Oracle 10g database instance.
Question
An object privilege allows a user to perform a specific task with the Oracle 10g database,such as connecting to the database or creating a new table.
Question
Every request that a client sends to a server must specify the server's IP address and the ____ of the server process to which the message is directed.

A)network address
B)domain name
C)port number
D)connect descriptor
Question
A(n)____ database supports the widest range of applications.

A)Transaction Processing
B)Data Warehouse
C)General Purpose
D)Internet
Question
All of the privileges assigned to a role must be directly assigned to that role.
Question
Coalescing free space defragments the data on the hard drive,and moves all of the stored data so it is in contiguous memory blocks.
Question
To grant a role to a new user account,you open the Role page in the Create User page,and grant the role to the user.
Question
An online backup requires shutting down the database,then copying all of the database files to an alternate location.
Question
What protocol is used by an Oracle Internet Directory Server?

A)IP
B)TCP
C)LDAP
D)local naming
Question
Recovery is necessary after a database failure caused by a software malfunction,such as a corrupted datafile or control file,or a hardware malfunction,such as a damaged hard drive.
Question
Within the Program Global Area (PGA),the session information contains the values of the variables that the user declares in PL/SQL programs and other programs
Question
The ____ location is the centralized location where components have been placed for installations.

A)console
B)stage
C)source path
D)install
Question
By default,where is the file tnsnames.ora stored when using local naming?

A)Oracle_home-network-naming
B)Oracle_Home-System-admin
C)Oracle_Home-naming-local
D)Oracle_Home-network-admin
Question
SYSOPER users can recover the database to a specific point in time,create new databases,or receive all system privileges with Admin Option.
Question
The General page for a database instance provides information about the database instance,such as the host (server)name and database version.
Question
How many tiers does the OEM have?

A)1
B)3
C)4
D)5
Question
What uniquely identifies each database instance?

A)global database name
B)SID
C)IP address
D)domain name
Question
How much space is required for the Oracle Home drive under NTFS when installing a basic installation?

A)100 MB
B)1.2 GB
C)1.4 GB
D)1.5 GB
Question
The database instance can use the archive files to re-create all database transactions that have occurred since the last hot backup.
Question
As part of the Oracle database installation,passwords must be specified for the following accounts: ____,SYSMAN,DBSNMP,and SYSTEM.

A)SYS
B)SYSDBA
C)SYSOPS
D)SYSADMIN
Question
The ____ edition of Oracle is the most powerful.

A)Enterprise
B)Systemwide
C)Standard
D)Personal
Question
From the MOUNTED state,the startup process opens the datafiles and redo log files,performs database recovery operations if necessary,and then starts the Oracle Net server process to service user requests.
Question
How many control files must be present for the database to start?

A)0
B)1
C)2
D)3
Question
You should assign new users to the ____ tablespace or to a tablespace associated with applications that they will use.

A)SYS
B)USERS
C)GLOBAL
D)PROGRAM
Question
What is the file extension for a datafile?

A)dba
B)dbf
C)dat
D)ctl
Question
A rollback segment is made up of data blocks configured in a ____.

A)circle
B)linked list
C)B-tree
D)set
Question
How many redo log groups exist by default?

A)2
B)3
C)4
D)5
Question
What is the default name of a parameter file?

A)tnsnames.ora
B)init.ora
C)control01.ctl
D)data01.dbs
Question
By default,an Oracle 10g data block stores ____ bytes.

A)512
B)1024
C)8192
D)9232
Question
If users execute a lot of different SQL commands,the system needs a large ____.

A)shared pool
B)Java pool
C)large pool
D)redo log buffer
Question
What is contained in the Program Global Area?

A)database buffer cache
B)redo log buffer
C)Java pool
D)session information
Question
When performing DBA administrative tasks such as shutting down the database,the DBA must specify a connect role of SYSOPER or ____.

A)SYS
B)SYSMGR
C)SYSMON
D)SYSDBA
Question
You create ____ tables when a table contains a lot of records,and you want to store the data across multiple datafiles to improve database performance.

A)segmented
B)extended
C)automatic
D)partitioned
Question
Segments are made up of ____.

A)datafiles
B)tablespaces
C)extents
D)data blocks
Question
To enable a new user to interact with an Oracle 10g database,the DBA must grant ____ privileges to the new user account.

A)system
B)user
C)object
D)network
Question
In a block header,the ____ specifies which rows the block stores.

A)row directory
B)row data
C)table directory
D)free space
Question
The Oracle database is made up of several different types of file.Of which type does only a single copy exist?

A)parameter
B)control
C)datafile
D)redo log
Question
In the System Global Area of memory,the ____ consists of large contiguous memory storage spaces for tasks such as backup and recovery operations.

A)shared pool
B)database buffer cache
C)large pool
D)redo log buffer
Question
The main pages of the OEM are Home,Performance,____,and Maintenance.

A)Administration
B)Users
C)Management
D)Network
Question
When creating a new role,what is the default value for the role's authentication method?

A)Password
B)Inherit
C)None
D)Kerberos
Question
The ____ background process has three primary functions: to recover lost data after a system hardware or software failure;to deallocate temporary memory areas that the database uses for sort operations;and to manage server disk space by periodically coalescing free space to make larger continuous extents for new data.

A)Database Writer
B)System Monitor
C)Process Monitor
D)Checkpoint
Question
Where are datafiles stored by default?

A)Oracle_Base-oradata-SID
B)Oracle_Base-admin-SID-pfile
C)Oracle_Base-network-admin
D)Oracle_Base-data-files
Question
The connect role values are ____________________,which specifies that the DBA will be performing routine maintenance tasks;or SYSOPER or SYSDBA,which allows the DBA to perform administrative tasks.
Question
When using the ____________________ approach for configuring connect strings,each client application contains a file named tnsnames.ora that contains the configuration information for connecting to the database server.
Question
What files should be backed up during an offline backup?

A)parameter and datafiles
B)parameter and control files
C)parameter,control,and datafiles
D)parameter,control,datafiles,and redo logs
Question
During an online backup,the commands to rebuild your control file are placed in a(n)____ file.

A)log
B)trace
C)parameter
D)archive
Question
What is another name for an offline backup?

A)hot backup
B)cold backup
C)normal backup
D)transactional backup
Question
Tier 1 of the OEM contains the ____________________,which is the workstation at which the DBA performs administration tasks.
Question
What happens during the transition from the MOUNTED to OPEN state during startup?

A)Read the parameter file
B)Open the datafiles and redo log files
C)Open and reads the database control files
D)Processes started
Question
Each ____________________ stores an individual database object,such as a table or an index.
Question
Oracle Universal Installer is a(n)____________________-based graphical user interface (GUI)tool that enables you to install and remove Oracle software.
Question
Which state follows NOMOUNT during a normal database startup?

A)SHUTDOWN
B)MOUNTED
C)OPEN
D)ONLINE
Question
To configure automated backups,you must designate an on-disk storage area for backup files,called the ____________________ recovery area.
Question
During a(n)____ shutdown,the instance does not accept any new user connections,and immediately terminates current user connections.

A)Normal
B)Transactional
C)Immediate
D)Abort
Question
When performing an online backup,the database must be placed in ____ mode.

A)BACKUP
B)RECOVERY
C)ARCHIVE
D)ARCHIVELOG
Question
What task can be performed by the SYSOPER user?

A)Receive all system privileges with Admin Option
B)Create a new database within an existing database instance
C)Recover the database to a specific point in time
D)Perform database recovery operations
Question
What does the database do first during a Normal shutdown?

A)Closes all files
B)Writes the contents of the data buffer cache to the datafiles
C)Stops all background processes
D)Writes the contents of the redo log buffer to the redo log files
Question
A(n)____________________ server specifies the location of servers on a network.
Question
With Oracle 10g,a database ____________________ represents a set of processes and memory structures that manipulate the data in a database.
Question
What backup strategy is best?

A)offline backups only
B)online backups only
C)a combination of offline and online backups
D)depends on the needs of the specific organization
Question
The IT department usually has two roles: a service role,to support users as they interact with the database in their daily activities,and a(n)____________________ role,to provide users with specific solutions to information management problems,such as database applications or reports.
Question
A tablespace's ____________________ determines whether it is available to users.
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 11: Introduction to Oracle 10g Database Administration
1
In the OEM,when you select the option button beside a datafile in the list and click the Edit button,the Edit Datafile property page opens,which allows you to edit properties of the datafile that is currently selected.
True
2
The Oracle Database Configuration Assistant is a utility that allows DBAs to configure client workstations so they can connect to database servers using Oracle Net.
False
3
The database server stores the data for each tablespace in an extent.
False
4
To install any Oracle 10g product,you use Oracle Universal Installer (OUI).
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
In Oracle 10g database administration terminology,a database storage data block is the smallest storage unit that the database can address.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
If you need to change the privileges of the users to whom the role has been granted,you simply change the role's privileges,and the user accounts automatically reflect the privilege change.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
Tablespaces in the Oracle 10g Release 1 database use dictionary-managed extent management,in which the tablespace maintains a bitmap in each datafile that represents whether each data block is free or used.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
The DBA must explicitly connect to the OEM by specifying a username,password,and connect role.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
For an UPDATE action query,the redo log file contains a pre-image of the updated fields,which shows the data values before the update.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
The OEM must be installed using the Universal Installer after installing a database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
The exact steps for installing an Oracle 10g database are the same for all three versions.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
By default,an Oracle 10g database instance has two separate control files.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
To enable a new user to create new database objects,you must assign to the user account a tablespace quota for the user's default tablespace.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
The global database name is based on the database server workstation's Internet Protocol (IP)address or domain name.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
The DBMS is the same as the database that stores the actual data values.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
To use OEM to create a new user account,you navigate to the Administration property page,click the Users link under the Security heading,and then click Create.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
Disk groups are managed by a special Oracle instance,called an OEM instance.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
A connect descriptor specifies the network communication protocol,the IP address of the database server,and the database instance name.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
The parameter file is a text file that specifies configuration information about an Oracle 10g database instance.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
An object privilege allows a user to perform a specific task with the Oracle 10g database,such as connecting to the database or creating a new table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
Every request that a client sends to a server must specify the server's IP address and the ____ of the server process to which the message is directed.

A)network address
B)domain name
C)port number
D)connect descriptor
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
A(n)____ database supports the widest range of applications.

A)Transaction Processing
B)Data Warehouse
C)General Purpose
D)Internet
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
All of the privileges assigned to a role must be directly assigned to that role.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
Coalescing free space defragments the data on the hard drive,and moves all of the stored data so it is in contiguous memory blocks.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
To grant a role to a new user account,you open the Role page in the Create User page,and grant the role to the user.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
An online backup requires shutting down the database,then copying all of the database files to an alternate location.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
What protocol is used by an Oracle Internet Directory Server?

A)IP
B)TCP
C)LDAP
D)local naming
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
Recovery is necessary after a database failure caused by a software malfunction,such as a corrupted datafile or control file,or a hardware malfunction,such as a damaged hard drive.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
Within the Program Global Area (PGA),the session information contains the values of the variables that the user declares in PL/SQL programs and other programs
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
The ____ location is the centralized location where components have been placed for installations.

A)console
B)stage
C)source path
D)install
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
By default,where is the file tnsnames.ora stored when using local naming?

A)Oracle_home-network-naming
B)Oracle_Home-System-admin
C)Oracle_Home-naming-local
D)Oracle_Home-network-admin
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
SYSOPER users can recover the database to a specific point in time,create new databases,or receive all system privileges with Admin Option.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
The General page for a database instance provides information about the database instance,such as the host (server)name and database version.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
How many tiers does the OEM have?

A)1
B)3
C)4
D)5
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
What uniquely identifies each database instance?

A)global database name
B)SID
C)IP address
D)domain name
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
How much space is required for the Oracle Home drive under NTFS when installing a basic installation?

A)100 MB
B)1.2 GB
C)1.4 GB
D)1.5 GB
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
The database instance can use the archive files to re-create all database transactions that have occurred since the last hot backup.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
As part of the Oracle database installation,passwords must be specified for the following accounts: ____,SYSMAN,DBSNMP,and SYSTEM.

A)SYS
B)SYSDBA
C)SYSOPS
D)SYSADMIN
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
The ____ edition of Oracle is the most powerful.

A)Enterprise
B)Systemwide
C)Standard
D)Personal
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
From the MOUNTED state,the startup process opens the datafiles and redo log files,performs database recovery operations if necessary,and then starts the Oracle Net server process to service user requests.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
How many control files must be present for the database to start?

A)0
B)1
C)2
D)3
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
You should assign new users to the ____ tablespace or to a tablespace associated with applications that they will use.

A)SYS
B)USERS
C)GLOBAL
D)PROGRAM
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
What is the file extension for a datafile?

A)dba
B)dbf
C)dat
D)ctl
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
A rollback segment is made up of data blocks configured in a ____.

A)circle
B)linked list
C)B-tree
D)set
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
How many redo log groups exist by default?

A)2
B)3
C)4
D)5
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
What is the default name of a parameter file?

A)tnsnames.ora
B)init.ora
C)control01.ctl
D)data01.dbs
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
By default,an Oracle 10g data block stores ____ bytes.

A)512
B)1024
C)8192
D)9232
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
If users execute a lot of different SQL commands,the system needs a large ____.

A)shared pool
B)Java pool
C)large pool
D)redo log buffer
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
What is contained in the Program Global Area?

A)database buffer cache
B)redo log buffer
C)Java pool
D)session information
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
When performing DBA administrative tasks such as shutting down the database,the DBA must specify a connect role of SYSOPER or ____.

A)SYS
B)SYSMGR
C)SYSMON
D)SYSDBA
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
You create ____ tables when a table contains a lot of records,and you want to store the data across multiple datafiles to improve database performance.

A)segmented
B)extended
C)automatic
D)partitioned
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
Segments are made up of ____.

A)datafiles
B)tablespaces
C)extents
D)data blocks
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
To enable a new user to interact with an Oracle 10g database,the DBA must grant ____ privileges to the new user account.

A)system
B)user
C)object
D)network
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
In a block header,the ____ specifies which rows the block stores.

A)row directory
B)row data
C)table directory
D)free space
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
The Oracle database is made up of several different types of file.Of which type does only a single copy exist?

A)parameter
B)control
C)datafile
D)redo log
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
In the System Global Area of memory,the ____ consists of large contiguous memory storage spaces for tasks such as backup and recovery operations.

A)shared pool
B)database buffer cache
C)large pool
D)redo log buffer
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
The main pages of the OEM are Home,Performance,____,and Maintenance.

A)Administration
B)Users
C)Management
D)Network
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
When creating a new role,what is the default value for the role's authentication method?

A)Password
B)Inherit
C)None
D)Kerberos
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
The ____ background process has three primary functions: to recover lost data after a system hardware or software failure;to deallocate temporary memory areas that the database uses for sort operations;and to manage server disk space by periodically coalescing free space to make larger continuous extents for new data.

A)Database Writer
B)System Monitor
C)Process Monitor
D)Checkpoint
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
Where are datafiles stored by default?

A)Oracle_Base-oradata-SID
B)Oracle_Base-admin-SID-pfile
C)Oracle_Base-network-admin
D)Oracle_Base-data-files
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
The connect role values are ____________________,which specifies that the DBA will be performing routine maintenance tasks;or SYSOPER or SYSDBA,which allows the DBA to perform administrative tasks.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
When using the ____________________ approach for configuring connect strings,each client application contains a file named tnsnames.ora that contains the configuration information for connecting to the database server.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
What files should be backed up during an offline backup?

A)parameter and datafiles
B)parameter and control files
C)parameter,control,and datafiles
D)parameter,control,datafiles,and redo logs
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
During an online backup,the commands to rebuild your control file are placed in a(n)____ file.

A)log
B)trace
C)parameter
D)archive
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
What is another name for an offline backup?

A)hot backup
B)cold backup
C)normal backup
D)transactional backup
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
Tier 1 of the OEM contains the ____________________,which is the workstation at which the DBA performs administration tasks.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
What happens during the transition from the MOUNTED to OPEN state during startup?

A)Read the parameter file
B)Open the datafiles and redo log files
C)Open and reads the database control files
D)Processes started
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
Each ____________________ stores an individual database object,such as a table or an index.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
Oracle Universal Installer is a(n)____________________-based graphical user interface (GUI)tool that enables you to install and remove Oracle software.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
Which state follows NOMOUNT during a normal database startup?

A)SHUTDOWN
B)MOUNTED
C)OPEN
D)ONLINE
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
To configure automated backups,you must designate an on-disk storage area for backup files,called the ____________________ recovery area.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
During a(n)____ shutdown,the instance does not accept any new user connections,and immediately terminates current user connections.

A)Normal
B)Transactional
C)Immediate
D)Abort
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
When performing an online backup,the database must be placed in ____ mode.

A)BACKUP
B)RECOVERY
C)ARCHIVE
D)ARCHIVELOG
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
What task can be performed by the SYSOPER user?

A)Receive all system privileges with Admin Option
B)Create a new database within an existing database instance
C)Recover the database to a specific point in time
D)Perform database recovery operations
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
What does the database do first during a Normal shutdown?

A)Closes all files
B)Writes the contents of the data buffer cache to the datafiles
C)Stops all background processes
D)Writes the contents of the redo log buffer to the redo log files
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
A(n)____________________ server specifies the location of servers on a network.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
With Oracle 10g,a database ____________________ represents a set of processes and memory structures that manipulate the data in a database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
What backup strategy is best?

A)offline backups only
B)online backups only
C)a combination of offline and online backups
D)depends on the needs of the specific organization
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
The IT department usually has two roles: a service role,to support users as they interact with the database in their daily activities,and a(n)____________________ role,to provide users with specific solutions to information management problems,such as database applications or reports.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
A tablespace's ____________________ determines whether it is available to users.
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.