Deck 4: Oracle Physical Architecture and Data Dictionary Views

Full screen (f)
exit full mode
Question
The control file contains up-to-date information on the database structure,log files,and checkpoints.
Use Space or
up arrow
down arrow
to flip the card.
Question
A LGWR background process is a process that writes data blocks from the redo log buffer to the online redo log file.
Question
If the control file is damaged,the database is damaged too.
Question
Oracle Replication has a level of complexity suited to failover and backup management.
Question
You must multiplex the control file to ensure against total loss of the file.
Question
You cannot recreate a control file from scratch.
Question
Partitioning allows individual tables and their associated indexes to be split into separate physical chunks.
Question
Datafiles are the physical files stored in the underlying operating system.
Question
Oracle streams cannot be updated.
Question
You cannot rename or relocate a control file.
Question
The datafiles on a tablespace must be stored on the same disk drive.
Question
A new control file can be added at any time.
Question
You can fix a control file by replacing the faulty or missing control file with a valid copy of the control file.
Question
The initialization parameter DB_CREATE_ONLINE_LOG_DEST_n is required to be set for the database to function properly.
Question
Multiple tablespaces can share the same datafile.
Question
Various types of operations can be performed on partitions individually,affecting only small physical parts of very large tables.
Question
The SYSAUX tablespace was added in Oracle 9.
Question
Tablespaces can be transported across different platforms and operating systems.
Question
Each tablespace can contain multiple datafiles.
Question
The REUSE clause of the CREATE CONTROLFILE command is required.
Question
Sometimes,you may need to manually trigger a log switch.
Question
The users SYS and SYSTEM are the default DBA users.
Question
____ contain transaction records of all database changes.

A) Parameter files
B) Redo logs
C) Archive logs
D) Control files
Question
The ____ tablespace is created by default in the DBCA tool,and is intended to contain application structures and data.

A) UNDO
B) USERS
C) SYSTEM
D) SYSAUX
Question
____ contain pointers to all datafiles and log files used for synchronization between all of those files.

A) Parameter files
B) Redo logs
C) Archive logs
D) Control files
Question
You can use data dictionary views to help you build queries,debug SQL problems,and review naming conventions.
Question
A database should have at least five redo log groups containing at least one file each.
Question
The status of a redo log group can be CLEARING_CURRENT if it is in the process of being re-created after the ALTER DATABASE CLEAR LOGFILE command has been used.
Question
The ____ tablespace contains all the metadata,or the data about the data,such as the structures of user application tables.

A) UNDO
B) USERS
C) SYSTEM
D) SYSAUX
Question
____ are the physical layer of an Oracle database.

A) Datafiles
B) Tablespaces
C) Archive log files
D) Control files
Question
DBA prefixed views are solely for database administration use,allowing access to everything in the database,regardless of who owns it.
Question
____ contain historical copies of recycled redo logs,maintaining a complete history of all database change activity.

A) Parameter files
B) Redo logs
C) Archive logs
D) Control files
Question
Renaming a redo log file may be done to keep up with new naming standards or simply to make the filenames more meaningful to you.
Question
____ allows automated creation and dropping of underlying datafiles,in addition to automated management of both redo log files and control files.

A) OMF
B) OFA
C) Metadata
D) The data dictionary
Question
A standby database is a database clone of the current database.
Question
____ partitioning splits a table based on distinct ranges of values,such as quarters in a year.

A) Hash
B) Composite
C) Range
D) List
Question
Data dictionary views are based on tables owned by the SYSDBA user that are updated automatically by the Oracle 10g database.
Question
The ____ tablespace contains Oracle optional software metadata and data.

A) UNDO
B) USERS
C) SYSTEM
D) SYSAUX
Question
____ are the logical layer of an Oracle database.

A) Datafiles
B) Tablespaces
C) Redo log files
D) Control files
Question
Data dictionary views can be updated.
Question
____ lists the names of the control files in use by the database.

A) V$CONTROLFILE
B) V$CONTROLFILE_RECORD_SECTION
C) V$PARAMETER
D) V$DATABASE
Question
____ handles the names and locations of files created in association with the database.

A) ASM
B) RAC
C) OFA
D) OMF
Question
____ simplifies maintenance of storage space and optimizes for I / O performance.

A) RAC
B) ASM
C) Oracle Transportable Tablespaces
D) OMF
Question
The ____ clause of the CREATE CONTROLFILE command tells Oracle 10g to read the log files and save their settings from the last time they were used.

A) MAX
B) SET DATABASE
C) REUSE
D) NORESETLOGS
Question
Oracle ____ are much like opening a direct pipeline between different servers and databases.

A) Transportable Tablespaces
B) Streams
C) RACs
D) OMFs
Question
____ partitioning divides partition values evenly based on hash values calculated from a column value or values in each row of a table.

A) Hash
B) Composite
C) Range
D) List
Question
____ lists current checkpoint numbers and control file sequence numbers.

A) V$CONTROLFILE
B) V$CONTROLFILE_RECORD_SECTION
C) V$PARAMETER
D) V$DATABASE
Question
____ mode restricts access to a database to administration level only.

A) Nomount
B) Mount
C) Safe
D) Admin
Question
____ are lists of information by categories within the control file.

A) Record sections
B) SCNs
C) Tables
D) Indexes
Question
____ partitioning partitions can contain other subset partitions or subpartitions,allowing combinations of visibly split ranges or lists,with evenly spread hash partitioning.

A) Hash
B) Composite
C) Range
D) List
Question
____ displays initialization parameter values,including the current value of the CONTROL_FILES parameter.

A) V$CONTROLFILE
B) V$CONTROLFILE_RECORD_SECTION
C) V$PARAMETER
D) V$DATABASE
Question
A single redo log entry is stamped with a(n)____.

A) SCN
B) ID
C) RID
D) IDN
Question
The log writer process (____)updates the control file records whenever a new log sequence number is started.

A) WRITER
B) LGWR
C) LWRITER
D) LOGW
Question
The database name is defined either in the CREATE DATABASE command or the ____ initialization parameter.

A) NAME
B) V$_NAME
C) DB_NAME
D) PARAM_NAME
Question
There are ____ dynamic performance views that display the high-level contents of the control file.

A) two
B) three
C) four
D) five
Question
____ redo log files means that multiple redo log members,in each redo log group,are written to in parallel.

A) Multiplexing
B) Duplexing
C) Splitting
D) Replicating
Question
____ means making redundant copies of files to guarantee that if the original file is damaged,another can take its place immediately.

A) Splitting
B) Replicating
C) Multiplexing
D) Rollbacking
Question
The ____ clause of the CREATE CONTROLFILE command tells Oracle 10g to overwrite any existing control files it finds.

A) MAX
B) SET DATABASE
C) REUSE
D) NORESETLOGS
Question
Checkpoints can be made to recover up to a specific time or ____.

A) change number
B) stamp
C) rollback ID
D) SCN
Question
____ partitioning splits a table based on specific lists of values.

A) Hash
B) Composite
C) Range
D) List
Question
____ a redo log group ensures that you can perform a complete,up-to-the-minute recovery of your database in the event of catastrophic failure,such as the loss of a disk drive that held your SYSTEM tablespace.

A) Replicating
B) Multiplexing
C) Duplexing
D) Archiving
Question
The ____ control file view contains copies of recycled redo log files.

A) V$ARCHIVED_LOG
B) V$DATAFILE
C) V$LOG
D) V$LOGFILE
Question
All the data dictionary views except those starting with the ____ prefix have public synonyms and public permission to query.

A) GV$
B) V$
C) DBA
D) USER
Question
The ____ control file view contains redo log file information.

A) V$ARCHIVED_LOG
B) V$DATAFILE
C) V$LOG
D) V$LOGFILE
Question
The prefix ____ is used for dynamic performance views.

A) USER
B) ALL
C) DBA
D) V$
Question
The ____ data dictionary view contains source code for all stored objects,such as functions,Java source,and triggers.

A) DBA_SOURCE
B) SOURCE
C) USER_SOURCE
D) USR_SRC
Question
A(n)____ background process is a process that copies a completed online redo log file to an archived redo log file.

A) LGWR
B) log
C) ARCn
D) CKPT
Question
A(n)____ background process is a process that initiates flushing of buffers,causing the LGWR to write data blocks from the redo log buffer to the online redo log file

A) LGWR
B) log
C) ARCn
D) CKPT
Question
____ shows data held in the record section.

A) V$CONTROLFILE
B) V$CONTROLFILE_RECORD_SECTION
C) V$PARAMETER
D) V$DATABASE
Question
You can use the SQL*Plus DESCRIBE command (abbreviated to ____)to retrieve a list of column names and data types for any table or view,including the data dictionary views.

A) DES
B) DESC
C) DESCR
D) DSCR
Question
The status of a redo log group can be ____ if it is needed for crash recovery,but not currently in use by LGWR.

A) CURRENT
B) ACTIVE
C) CLEARING_CURRENT
D) CLEARING
Question
The ____ control file view contains online redo log group information.

A) V$ARCHIVED_LOG
B) V$DATAFILE
C) V$LOG
D) V$LOGFILE
Question
To drop a log file group you can use the ____ command.

A) DROP LOG
B) DROP LOGFILE
C) ALTER DATABASE
D) ALTER LOGFILE
Question
A database in ____ mode automatically archives redo log files.

A) REDOLOG
B) LOG
C) ARCHIVEREDOLOG
D) ARCHIVELOG
Question
When you type the ____ command,the redo log buffer's redo records are moved to the redo log files.

A) COMMIT
B) UPDATE
C) INSERT
D) CREATE TABLE
Question
The only required initialization parameter to achieve successful ARCHIVELOG mode is the ____ parameter.

A) LOG_ARCHIVE_START
B) LOG_ARCHIVE_DEST_n
C) LOG_ARCHIVE_DEST_STATE_n
D) LOG_ARCHIVE_FORMAT
Question
A(n)____ log file group has files in the group that cannot be dropped.

A) ACTIVE
B) INACTIVE
C) CURRENT
D) STATIC
Question
The status of a redo log group can be ____ if it is not needed for crash recovery.

A) CURRENT
B) INACTIVE
C) UNUSED
D) CLEARING
Question
There can be up to ____ archiver processes.

A) five
B) ten
C) twenty
D) thirty
Question
Oracle-managed log groups may be added to OMF databases by using the following command: ____.

A) ALTER DATABASE ADD LOG;
B) ALTER DATABASE ADD GROUP;
C) ALTER DATABASE ADD LOGFILE;
D) ALTER DATABASE ADD LOGGROUP;
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/110
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 4: Oracle Physical Architecture and Data Dictionary Views
1
The control file contains up-to-date information on the database structure,log files,and checkpoints.
True
2
A LGWR background process is a process that writes data blocks from the redo log buffer to the online redo log file.
True
3
If the control file is damaged,the database is damaged too.
False
4
Oracle Replication has a level of complexity suited to failover and backup management.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
5
You must multiplex the control file to ensure against total loss of the file.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
6
You cannot recreate a control file from scratch.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
7
Partitioning allows individual tables and their associated indexes to be split into separate physical chunks.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
8
Datafiles are the physical files stored in the underlying operating system.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
9
Oracle streams cannot be updated.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
10
You cannot rename or relocate a control file.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
11
The datafiles on a tablespace must be stored on the same disk drive.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
12
A new control file can be added at any time.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
13
You can fix a control file by replacing the faulty or missing control file with a valid copy of the control file.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
14
The initialization parameter DB_CREATE_ONLINE_LOG_DEST_n is required to be set for the database to function properly.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
15
Multiple tablespaces can share the same datafile.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
16
Various types of operations can be performed on partitions individually,affecting only small physical parts of very large tables.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
17
The SYSAUX tablespace was added in Oracle 9.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
18
Tablespaces can be transported across different platforms and operating systems.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
19
Each tablespace can contain multiple datafiles.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
20
The REUSE clause of the CREATE CONTROLFILE command is required.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
21
Sometimes,you may need to manually trigger a log switch.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
22
The users SYS and SYSTEM are the default DBA users.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
23
____ contain transaction records of all database changes.

A) Parameter files
B) Redo logs
C) Archive logs
D) Control files
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
24
The ____ tablespace is created by default in the DBCA tool,and is intended to contain application structures and data.

A) UNDO
B) USERS
C) SYSTEM
D) SYSAUX
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
25
____ contain pointers to all datafiles and log files used for synchronization between all of those files.

A) Parameter files
B) Redo logs
C) Archive logs
D) Control files
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
26
You can use data dictionary views to help you build queries,debug SQL problems,and review naming conventions.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
27
A database should have at least five redo log groups containing at least one file each.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
28
The status of a redo log group can be CLEARING_CURRENT if it is in the process of being re-created after the ALTER DATABASE CLEAR LOGFILE command has been used.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
29
The ____ tablespace contains all the metadata,or the data about the data,such as the structures of user application tables.

A) UNDO
B) USERS
C) SYSTEM
D) SYSAUX
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
30
____ are the physical layer of an Oracle database.

A) Datafiles
B) Tablespaces
C) Archive log files
D) Control files
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
31
DBA prefixed views are solely for database administration use,allowing access to everything in the database,regardless of who owns it.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
32
____ contain historical copies of recycled redo logs,maintaining a complete history of all database change activity.

A) Parameter files
B) Redo logs
C) Archive logs
D) Control files
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
33
Renaming a redo log file may be done to keep up with new naming standards or simply to make the filenames more meaningful to you.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
34
____ allows automated creation and dropping of underlying datafiles,in addition to automated management of both redo log files and control files.

A) OMF
B) OFA
C) Metadata
D) The data dictionary
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
35
A standby database is a database clone of the current database.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
36
____ partitioning splits a table based on distinct ranges of values,such as quarters in a year.

A) Hash
B) Composite
C) Range
D) List
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
37
Data dictionary views are based on tables owned by the SYSDBA user that are updated automatically by the Oracle 10g database.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
38
The ____ tablespace contains Oracle optional software metadata and data.

A) UNDO
B) USERS
C) SYSTEM
D) SYSAUX
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
39
____ are the logical layer of an Oracle database.

A) Datafiles
B) Tablespaces
C) Redo log files
D) Control files
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
40
Data dictionary views can be updated.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
41
____ lists the names of the control files in use by the database.

A) V$CONTROLFILE
B) V$CONTROLFILE_RECORD_SECTION
C) V$PARAMETER
D) V$DATABASE
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
42
____ handles the names and locations of files created in association with the database.

A) ASM
B) RAC
C) OFA
D) OMF
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
43
____ simplifies maintenance of storage space and optimizes for I / O performance.

A) RAC
B) ASM
C) Oracle Transportable Tablespaces
D) OMF
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
44
The ____ clause of the CREATE CONTROLFILE command tells Oracle 10g to read the log files and save their settings from the last time they were used.

A) MAX
B) SET DATABASE
C) REUSE
D) NORESETLOGS
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
45
Oracle ____ are much like opening a direct pipeline between different servers and databases.

A) Transportable Tablespaces
B) Streams
C) RACs
D) OMFs
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
46
____ partitioning divides partition values evenly based on hash values calculated from a column value or values in each row of a table.

A) Hash
B) Composite
C) Range
D) List
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
47
____ lists current checkpoint numbers and control file sequence numbers.

A) V$CONTROLFILE
B) V$CONTROLFILE_RECORD_SECTION
C) V$PARAMETER
D) V$DATABASE
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
48
____ mode restricts access to a database to administration level only.

A) Nomount
B) Mount
C) Safe
D) Admin
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
49
____ are lists of information by categories within the control file.

A) Record sections
B) SCNs
C) Tables
D) Indexes
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
50
____ partitioning partitions can contain other subset partitions or subpartitions,allowing combinations of visibly split ranges or lists,with evenly spread hash partitioning.

A) Hash
B) Composite
C) Range
D) List
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
51
____ displays initialization parameter values,including the current value of the CONTROL_FILES parameter.

A) V$CONTROLFILE
B) V$CONTROLFILE_RECORD_SECTION
C) V$PARAMETER
D) V$DATABASE
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
52
A single redo log entry is stamped with a(n)____.

A) SCN
B) ID
C) RID
D) IDN
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
53
The log writer process (____)updates the control file records whenever a new log sequence number is started.

A) WRITER
B) LGWR
C) LWRITER
D) LOGW
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
54
The database name is defined either in the CREATE DATABASE command or the ____ initialization parameter.

A) NAME
B) V$_NAME
C) DB_NAME
D) PARAM_NAME
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
55
There are ____ dynamic performance views that display the high-level contents of the control file.

A) two
B) three
C) four
D) five
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
56
____ redo log files means that multiple redo log members,in each redo log group,are written to in parallel.

A) Multiplexing
B) Duplexing
C) Splitting
D) Replicating
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
57
____ means making redundant copies of files to guarantee that if the original file is damaged,another can take its place immediately.

A) Splitting
B) Replicating
C) Multiplexing
D) Rollbacking
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
58
The ____ clause of the CREATE CONTROLFILE command tells Oracle 10g to overwrite any existing control files it finds.

A) MAX
B) SET DATABASE
C) REUSE
D) NORESETLOGS
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
59
Checkpoints can be made to recover up to a specific time or ____.

A) change number
B) stamp
C) rollback ID
D) SCN
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
60
____ partitioning splits a table based on specific lists of values.

A) Hash
B) Composite
C) Range
D) List
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
61
____ a redo log group ensures that you can perform a complete,up-to-the-minute recovery of your database in the event of catastrophic failure,such as the loss of a disk drive that held your SYSTEM tablespace.

A) Replicating
B) Multiplexing
C) Duplexing
D) Archiving
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
62
The ____ control file view contains copies of recycled redo log files.

A) V$ARCHIVED_LOG
B) V$DATAFILE
C) V$LOG
D) V$LOGFILE
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
63
All the data dictionary views except those starting with the ____ prefix have public synonyms and public permission to query.

A) GV$
B) V$
C) DBA
D) USER
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
64
The ____ control file view contains redo log file information.

A) V$ARCHIVED_LOG
B) V$DATAFILE
C) V$LOG
D) V$LOGFILE
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
65
The prefix ____ is used for dynamic performance views.

A) USER
B) ALL
C) DBA
D) V$
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
66
The ____ data dictionary view contains source code for all stored objects,such as functions,Java source,and triggers.

A) DBA_SOURCE
B) SOURCE
C) USER_SOURCE
D) USR_SRC
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
67
A(n)____ background process is a process that copies a completed online redo log file to an archived redo log file.

A) LGWR
B) log
C) ARCn
D) CKPT
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
68
A(n)____ background process is a process that initiates flushing of buffers,causing the LGWR to write data blocks from the redo log buffer to the online redo log file

A) LGWR
B) log
C) ARCn
D) CKPT
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
69
____ shows data held in the record section.

A) V$CONTROLFILE
B) V$CONTROLFILE_RECORD_SECTION
C) V$PARAMETER
D) V$DATABASE
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
70
You can use the SQL*Plus DESCRIBE command (abbreviated to ____)to retrieve a list of column names and data types for any table or view,including the data dictionary views.

A) DES
B) DESC
C) DESCR
D) DSCR
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
71
The status of a redo log group can be ____ if it is needed for crash recovery,but not currently in use by LGWR.

A) CURRENT
B) ACTIVE
C) CLEARING_CURRENT
D) CLEARING
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
72
The ____ control file view contains online redo log group information.

A) V$ARCHIVED_LOG
B) V$DATAFILE
C) V$LOG
D) V$LOGFILE
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
73
To drop a log file group you can use the ____ command.

A) DROP LOG
B) DROP LOGFILE
C) ALTER DATABASE
D) ALTER LOGFILE
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
74
A database in ____ mode automatically archives redo log files.

A) REDOLOG
B) LOG
C) ARCHIVEREDOLOG
D) ARCHIVELOG
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
75
When you type the ____ command,the redo log buffer's redo records are moved to the redo log files.

A) COMMIT
B) UPDATE
C) INSERT
D) CREATE TABLE
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
76
The only required initialization parameter to achieve successful ARCHIVELOG mode is the ____ parameter.

A) LOG_ARCHIVE_START
B) LOG_ARCHIVE_DEST_n
C) LOG_ARCHIVE_DEST_STATE_n
D) LOG_ARCHIVE_FORMAT
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
77
A(n)____ log file group has files in the group that cannot be dropped.

A) ACTIVE
B) INACTIVE
C) CURRENT
D) STATIC
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
78
The status of a redo log group can be ____ if it is not needed for crash recovery.

A) CURRENT
B) INACTIVE
C) UNUSED
D) CLEARING
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
79
There can be up to ____ archiver processes.

A) five
B) ten
C) twenty
D) thirty
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
80
Oracle-managed log groups may be added to OMF databases by using the following command: ____.

A) ALTER DATABASE ADD LOG;
B) ALTER DATABASE ADD GROUP;
C) ALTER DATABASE ADD LOGFILE;
D) ALTER DATABASE ADD LOGGROUP;
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 110 flashcards in this deck.