Deck 5: Basic Storage Concepts and Settings

ملء الشاشة (f)
exit full mode
سؤال
The size of an operating system block is 8 bytes.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The contents of the datafiles are stored in encrypted and specialized record structures readable only by the Oracle 10g database.
سؤال
Data blocks are made up of one or more operating system blocks,depending on the size of each type of block.
سؤال
You cannot create a datafile without an associated tablespace.
سؤال
A database may not contain a large number of tablespaces.
سؤال
In an Oracle database,logical structures are generally associated with one or more physical structures.
سؤال
Logical structures can be viewed or modified outside the database (from the operating system).
سؤال
The storage capacity of a tablespace is the sum of the size of all the datafiles assigned to that tablespace.
سؤال
A datafile can be associated with multiple tablespaces within one database.
سؤال
A tablespace is a physical structure.
سؤال
The data dictionary views primarily display metadata.
سؤال
A segment cannot be spread among several datafiles.
سؤال
There is a direct correlation between a segment and a datafile.
سؤال
Datafiles are the primary physical structure that contain all the data you store in the database.
سؤال
Extents always belong to one datafile.
سؤال
There is no direct correlation between a schema object and a datafile.
سؤال
Extents can be different sizes,depending on the storage parameters set for the object or the tablespace.
سؤال
A datafile can be made up of several fragmented sections in different locations on the operating system.
سؤال
After a database is created,you cannot change the block size without re-creating the database.
سؤال
You can create a tablespace before creating its initial datafile.
سؤال
Each ____ belongs to one schema object.

A) table
B) tablespace
C) segment
D) extent
سؤال
____ contain the names and locations of all the datafiles and redo log files.

A) Redo log files
B) Redo log groups
C) Archive log files
D) Control files
سؤال
You can look at the ____ parts of an Oracle database within the operating system

A) physical
B) logical
C) metadata
D) server
سؤال
Each index has one index segment.
سؤال
The ____ is made up of database files,control files,and redo log files.

A) tablespace
B) datafile
C) database
D) instance
سؤال
The ____ is made up of the memory (SGA)and the background processes.

A) tablespace
B) datafile
C) database
D) instance
سؤال
The freelist is the same as the free space in a datafile.
سؤال
A(n)____ is a contiguous group of data blocks that are assigned to a segment.

A) table
B) tablespace
C) schema object
D) extent
سؤال
A(n)____ is the smallest of the logical units.

A) segment
B) database block
C) schema object
D) extent
سؤال
You may only perform one task per ALTER TABLESPACE command.
سؤال
____ contain redo entries that record changes to the database to allow recovery of changed data.

A) Redo log files
B) Redo log groups
C) Archive log files
D) Control files
سؤال
The extent management mode can be changed using the ALTER TABLESPACE command.
سؤال
The biggest issue with using locally managed tablespaces is one of performance.
سؤال
Index segments are allowed in temporary tablespaces.
سؤال
Dropping a temporary tablespace is the same as dropping a permanent tablespace.
سؤال
A ____ is a physical file on the computer.

A) metadata
B) table
C) datafile
D) tablespace
سؤال
In Oracle 10g,segments are created automatically when they are needed.
سؤال
A(n)____ is the largest logical object.

A) table
B) tablespace
C) segment
D) extent
سؤال
The primary purpose of a read-only tablespace is to make large amounts of static data available to the database without having to slow down the database backup and recovery or the need for logging and checkpointing.
سؤال
All critical errors need to be sent to the trace files.
سؤال
____ segments are allowed in undo tablespaces (if automatic undo management)or any permanent tablespace (if manual undo management).

A) Data
B) Rollback
C) Index
D) Temporary
سؤال
A ____ is a small record in the datafile header with one bit for each data block number that marks the beginning of a used group,or a free group,of consecutive blocks in the datafile.

A) data block
B) block
C) bitmap
D) byte
سؤال
The EXTENT MANAGEMENT and ____ MANAGEMENT clauses of the CREATE TABLESPACE command tell Oracle 10g how to track the usage of blocks within each extent.

A) EXTENT SPACE
B) SEGMENT SPACE
C) SCHEMA SPACE
D) BLOCK SPACE
سؤال
A data block is typically ____.

A) 4KB
B) 8KB
C) 16KB
D) 32KB
سؤال
A smallfile tablespace can contain ____ datafiles.

A) 12
B) 22
C) 122
D) 1022
سؤال
____ extents are automatically coalesced with any neighboring free space.

A) Segmented
B) Contiguous
C) Deallocated
D) Joined
سؤال
Before creating a tablespace with a nonstandard block size,you are required to create a(n)____ with a matching block size.

A) cache space
B) schema object
C) segment
D) extent
سؤال
Tablespaces are ____-managed by default.

A) locally
B) dictionary
C) remotely
D) distributively
سؤال
A ____-managed tablespace has a bitmap in the header of the tablespace that stores all the details about free space,used space,and location of extents.

A) locally
B) dictionary
C) remotely
D) distributively
سؤال
The second largest logical structure is a(n)____.

A) table
B) tablespace
C) segment
D) extent
سؤال
When you use ____,you allow the database to determine the actual names of datafiles.

A) OMF
B) OFA
C) RAC
D) SQL*Plus
سؤال
A data block can't be smaller than ____ or larger than 32KB.

A) 1KB
B) 2KB
C) 4KB
D) 8KB
سؤال
The initialization parameter ____ contains the default or standard block size.

A) DB_BLOCK_SIZE
B) DB_BLOCK
C) DB_BLOCKS
D) DB_DATABLOCK
سؤال
Changes to data are written to datafiles by the ____ background process.

A) LGWR
B) LDWR
C) DFWn
D) DBWn
سؤال
The CREATE TABLESPACE ____ option indicates that the tablespace is allowed to automatically grow.

A) EXTEND
B) GROW
C) AUTOEXTEND
D) AUTOGROW
سؤال
When creating a tablespace,the ____ option allows creation of very large permanent or temporary tablespaces,with a single very large datafile.

A) EXTRAFILE
B) LARGEFILE
C) BIGFILE
D) HUGEFILE
سؤال
Undo tablespaces are specialized to store undo (____)data.

A) metadata
B) temporary
C) logical
D) rollback
سؤال
Dictionary-managed tablespaces have a problem that causes slower performance of ____ commands.

A) SQL
B) PL / SQL
C) UML
D) DML
سؤال
____ segments are created during execution of SQL that needs space to perform sorting or other operations.

A) Data
B) Rollback
C) Index
D) Temporary
سؤال
A ____-managed tablespace stores the details about its free space and other information inside the data dictionary tables,in the SYSTEM tablespace.

A) locally
B) dictionary
C) remotely
D) distributively
سؤال
An operating system ____________________ is made up of a group of contiguous bytes within the file.
سؤال
A(n)____ tablespace is an advanced Oracle 10g feature used to transport tablespaces between different databases,even different platforms and operating systems.

A) online
B) rollback
C) transportable
D) temporary
سؤال
When you take a tablespace offline,there are ____ methods you can specify for Oracle 10g's execution of the command.

A) two
B) three
C) four
D) five
سؤال
If your tablespace keeps running out of space,you may want to modify the ____ setting.

A) DEFAULT STORAGE
B) AUTOEXTEND
C) MINIMUM EXTENT
D) LOGGING
سؤال
The utility ____ reads trace files and loads the data into a readable file or even loads it into a database table so you can query the results.

A) TRACERT
B) TKPROF
C) LGTR
D) LGWR
سؤال
A(n)____ uniquely identifies each row in a table.

A) primary key
B) foreign key
C) constraint
D) index
سؤال
Trace files can be found in both the bdump and ____ directories.

A) bdump
B) gdump
C) cdump
D) udump
سؤال
A(n)____ contains a copy of a primary key value from a parent table.

A) clone key
B) foreign key
C) constraint
D) index
سؤال
____________________ structures are composed of orderly groupings of information that allow you to manipulate and access related data.
سؤال
The DROP option is required if you take a datafile offline when your database is in ____ mode.

A) NOARCHIVELOG
B) NOLOGGING
C) TEMPORARY
D) IMMEDIATE
سؤال
Undo data is made up of ____ blocks.

A) file
B) contiguous
C) data
D) undo
سؤال
____ is the default status for a new tablespace.

A) TEMPORARY
B) IMMEDIATE
C) ONLINE
D) OFFLINE
سؤال
Each tablespace contains one or more ____________________.
سؤال
Tables,indexes,and other objects are created within a(n)____________________.
سؤال
The ____ view contains information on free extents within all tablespaces.

A) DBA_FREE_SPACE
B) DBA_EXTENTS
C) DBA_USERS
D) DBA_TEMP_FILES
سؤال
The table containing the list of each table's columns,their data types,lengths,and so on,is a table of ____________________.
سؤال
The ____ view contains details on default and temporary tablespaces assigned to all users.

A) DBA_FREE_SPACE
B) DBA_EXTENTS
C) DBA_USERS
D) DBA_TEMP_FILES
سؤال
To modify a tempfile,you can use the ____ command.

A) ALTER DATABASE
B) ALTER TEMPFILE
C) ALTER DATABASE TEMPFILE
D) ALTER TABLESPACE TEMPFILE
سؤال
The ____ directory in ORACLE_BASE / admin contains background dump trace files,including the alert log and background process trace files.

A) bdump
B) gdump
C) cdump
D) udump
سؤال
The ____ view contains information on data extents in all tablespaces.

A) DBA_FREE_SPACE
B) DBA_EXTENTS
C) DBA_USERS
D) DBA_TEMP_FILES
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/104
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 5: Basic Storage Concepts and Settings
1
The size of an operating system block is 8 bytes.
False
2
The contents of the datafiles are stored in encrypted and specialized record structures readable only by the Oracle 10g database.
True
3
Data blocks are made up of one or more operating system blocks,depending on the size of each type of block.
True
4
You cannot create a datafile without an associated tablespace.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
5
A database may not contain a large number of tablespaces.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
6
In an Oracle database,logical structures are generally associated with one or more physical structures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
7
Logical structures can be viewed or modified outside the database (from the operating system).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
8
The storage capacity of a tablespace is the sum of the size of all the datafiles assigned to that tablespace.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
9
A datafile can be associated with multiple tablespaces within one database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
10
A tablespace is a physical structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
11
The data dictionary views primarily display metadata.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
12
A segment cannot be spread among several datafiles.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
13
There is a direct correlation between a segment and a datafile.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
14
Datafiles are the primary physical structure that contain all the data you store in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
15
Extents always belong to one datafile.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
16
There is no direct correlation between a schema object and a datafile.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
17
Extents can be different sizes,depending on the storage parameters set for the object or the tablespace.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
18
A datafile can be made up of several fragmented sections in different locations on the operating system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
19
After a database is created,you cannot change the block size without re-creating the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
20
You can create a tablespace before creating its initial datafile.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
21
Each ____ belongs to one schema object.

A) table
B) tablespace
C) segment
D) extent
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
22
____ contain the names and locations of all the datafiles and redo log files.

A) Redo log files
B) Redo log groups
C) Archive log files
D) Control files
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
23
You can look at the ____ parts of an Oracle database within the operating system

A) physical
B) logical
C) metadata
D) server
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
24
Each index has one index segment.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
25
The ____ is made up of database files,control files,and redo log files.

A) tablespace
B) datafile
C) database
D) instance
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
26
The ____ is made up of the memory (SGA)and the background processes.

A) tablespace
B) datafile
C) database
D) instance
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
27
The freelist is the same as the free space in a datafile.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
28
A(n)____ is a contiguous group of data blocks that are assigned to a segment.

A) table
B) tablespace
C) schema object
D) extent
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
29
A(n)____ is the smallest of the logical units.

A) segment
B) database block
C) schema object
D) extent
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
30
You may only perform one task per ALTER TABLESPACE command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
31
____ contain redo entries that record changes to the database to allow recovery of changed data.

A) Redo log files
B) Redo log groups
C) Archive log files
D) Control files
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
32
The extent management mode can be changed using the ALTER TABLESPACE command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
33
The biggest issue with using locally managed tablespaces is one of performance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
34
Index segments are allowed in temporary tablespaces.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
35
Dropping a temporary tablespace is the same as dropping a permanent tablespace.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
36
A ____ is a physical file on the computer.

A) metadata
B) table
C) datafile
D) tablespace
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
37
In Oracle 10g,segments are created automatically when they are needed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
38
A(n)____ is the largest logical object.

A) table
B) tablespace
C) segment
D) extent
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
39
The primary purpose of a read-only tablespace is to make large amounts of static data available to the database without having to slow down the database backup and recovery or the need for logging and checkpointing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
40
All critical errors need to be sent to the trace files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
41
____ segments are allowed in undo tablespaces (if automatic undo management)or any permanent tablespace (if manual undo management).

A) Data
B) Rollback
C) Index
D) Temporary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
42
A ____ is a small record in the datafile header with one bit for each data block number that marks the beginning of a used group,or a free group,of consecutive blocks in the datafile.

A) data block
B) block
C) bitmap
D) byte
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
43
The EXTENT MANAGEMENT and ____ MANAGEMENT clauses of the CREATE TABLESPACE command tell Oracle 10g how to track the usage of blocks within each extent.

A) EXTENT SPACE
B) SEGMENT SPACE
C) SCHEMA SPACE
D) BLOCK SPACE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
44
A data block is typically ____.

A) 4KB
B) 8KB
C) 16KB
D) 32KB
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
45
A smallfile tablespace can contain ____ datafiles.

A) 12
B) 22
C) 122
D) 1022
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
46
____ extents are automatically coalesced with any neighboring free space.

A) Segmented
B) Contiguous
C) Deallocated
D) Joined
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
47
Before creating a tablespace with a nonstandard block size,you are required to create a(n)____ with a matching block size.

A) cache space
B) schema object
C) segment
D) extent
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
48
Tablespaces are ____-managed by default.

A) locally
B) dictionary
C) remotely
D) distributively
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
49
A ____-managed tablespace has a bitmap in the header of the tablespace that stores all the details about free space,used space,and location of extents.

A) locally
B) dictionary
C) remotely
D) distributively
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
50
The second largest logical structure is a(n)____.

A) table
B) tablespace
C) segment
D) extent
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
51
When you use ____,you allow the database to determine the actual names of datafiles.

A) OMF
B) OFA
C) RAC
D) SQL*Plus
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
52
A data block can't be smaller than ____ or larger than 32KB.

A) 1KB
B) 2KB
C) 4KB
D) 8KB
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
53
The initialization parameter ____ contains the default or standard block size.

A) DB_BLOCK_SIZE
B) DB_BLOCK
C) DB_BLOCKS
D) DB_DATABLOCK
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
54
Changes to data are written to datafiles by the ____ background process.

A) LGWR
B) LDWR
C) DFWn
D) DBWn
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
55
The CREATE TABLESPACE ____ option indicates that the tablespace is allowed to automatically grow.

A) EXTEND
B) GROW
C) AUTOEXTEND
D) AUTOGROW
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
56
When creating a tablespace,the ____ option allows creation of very large permanent or temporary tablespaces,with a single very large datafile.

A) EXTRAFILE
B) LARGEFILE
C) BIGFILE
D) HUGEFILE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
57
Undo tablespaces are specialized to store undo (____)data.

A) metadata
B) temporary
C) logical
D) rollback
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
58
Dictionary-managed tablespaces have a problem that causes slower performance of ____ commands.

A) SQL
B) PL / SQL
C) UML
D) DML
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
59
____ segments are created during execution of SQL that needs space to perform sorting or other operations.

A) Data
B) Rollback
C) Index
D) Temporary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
60
A ____-managed tablespace stores the details about its free space and other information inside the data dictionary tables,in the SYSTEM tablespace.

A) locally
B) dictionary
C) remotely
D) distributively
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
61
An operating system ____________________ is made up of a group of contiguous bytes within the file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
62
A(n)____ tablespace is an advanced Oracle 10g feature used to transport tablespaces between different databases,even different platforms and operating systems.

A) online
B) rollback
C) transportable
D) temporary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
63
When you take a tablespace offline,there are ____ methods you can specify for Oracle 10g's execution of the command.

A) two
B) three
C) four
D) five
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
64
If your tablespace keeps running out of space,you may want to modify the ____ setting.

A) DEFAULT STORAGE
B) AUTOEXTEND
C) MINIMUM EXTENT
D) LOGGING
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
65
The utility ____ reads trace files and loads the data into a readable file or even loads it into a database table so you can query the results.

A) TRACERT
B) TKPROF
C) LGTR
D) LGWR
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
66
A(n)____ uniquely identifies each row in a table.

A) primary key
B) foreign key
C) constraint
D) index
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
67
Trace files can be found in both the bdump and ____ directories.

A) bdump
B) gdump
C) cdump
D) udump
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
68
A(n)____ contains a copy of a primary key value from a parent table.

A) clone key
B) foreign key
C) constraint
D) index
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
69
____________________ structures are composed of orderly groupings of information that allow you to manipulate and access related data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
70
The DROP option is required if you take a datafile offline when your database is in ____ mode.

A) NOARCHIVELOG
B) NOLOGGING
C) TEMPORARY
D) IMMEDIATE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
71
Undo data is made up of ____ blocks.

A) file
B) contiguous
C) data
D) undo
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
72
____ is the default status for a new tablespace.

A) TEMPORARY
B) IMMEDIATE
C) ONLINE
D) OFFLINE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
73
Each tablespace contains one or more ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
74
Tables,indexes,and other objects are created within a(n)____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
75
The ____ view contains information on free extents within all tablespaces.

A) DBA_FREE_SPACE
B) DBA_EXTENTS
C) DBA_USERS
D) DBA_TEMP_FILES
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
76
The table containing the list of each table's columns,their data types,lengths,and so on,is a table of ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
77
The ____ view contains details on default and temporary tablespaces assigned to all users.

A) DBA_FREE_SPACE
B) DBA_EXTENTS
C) DBA_USERS
D) DBA_TEMP_FILES
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
78
To modify a tempfile,you can use the ____ command.

A) ALTER DATABASE
B) ALTER TEMPFILE
C) ALTER DATABASE TEMPFILE
D) ALTER TABLESPACE TEMPFILE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
79
The ____ directory in ORACLE_BASE / admin contains background dump trace files,including the alert log and background process trace files.

A) bdump
B) gdump
C) cdump
D) udump
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
80
The ____ view contains information on data extents in all tablespaces.

A) DBA_FREE_SPACE
B) DBA_EXTENTS
C) DBA_USERS
D) DBA_TEMP_FILES
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 104 في هذه المجموعة.