Each segment contains one or more extents.
Multiple tablespaces can share single data file.
A data block is the smallest unit of I/O for data files.
It is possible to have tablespaces of different block sizes in a database.
Each data block in the database always corresponds to one OS block.
第1题:
Which statements are true about logical structures of the Oracle database()
第2题:
Which three statements are true regarding single-row functions?()
第3题:
Which three statements are true regarding the data types in Oracle Database 10g/11g?()
第4题:
Which two statements are true regarding the Oracle Data Pump export and import operations()
第5题:
Which three statements are true about logical structures of the Oracle database()
第6题:
Only one LONG column can be used per table
A TIMESTAMP data type column stores only time values with fractional seconds
The BLOB data type column is used to store binary data in an operating system file
The minimum column width that can be specified for a VARCHAR2 data type column is one
The value for a CHAR data type column is blank-padded to the maximum defined column width
第7题:
Multiple transactions can use the same undo segment.
A transaction is assigned an undo segment when it is started.
More than one transaction cannot share the same extent in the undo tablespace.
The transactions use system undo segment to store undo data if all the segments in the undo tablespaceare used.
第8题:
Each segment contains one or more extents.
Multiple tablespaces can share a single data file
A data block is the smallest unit of input/output (I/O) in data files.
It is possible to have tablespaces of different block sizes in a database.
Each data block in the database always corresponds to one operating system block
第9题:
The bigfile tablespace have only one data file.
The segment space management is automatic.
The extent management is dictionary managed.
The database can have only one bigfile tablespace.
The bigfile tablespace can be converted to a smallfile tablespace.
第10题:
They accept only a single argument
They can be nested only to two levels
Arguments can only be column values or constants
They always return a single result row for every row of a queried table
They can return a data type value different from the one that is referenced
第11题:
An extent cannot spread across data files.
A segment cannot spread across data files.
A data file can belong to only one tablespace.
A data file can have only one segment created in it.
A data block can spread across multiple data files as it can consist of multiple operating system (OS)blocks
第12题:
The Oracle database will check all data blocks by going through the data on each block, making sure the data is self-consistent.
DBWn and the direct loader will calculate a checksum and store it in the cache header of every data block when writing it to disk.
The Oracle database will check data blocks belonging to the SYSTEM tablespace only, by going through the data on each block, making sure the data is self-consistent.
The Oracle database will check data blocks belonging to the SYSAUX tablespace only, by going through the data on each block, making sure the data is self-consistent.
The Oracle database will check data blocks in the SYSTEM and SYSAUX tablespaces only, by going through the data on each block, making sure the data is self-consistent
第13题:
Which statements are true regarding the Oracle Data Pump export and import operations()
第14题:
Which two statements are true regarding transactions in an Oracle database()
第15题:
The DB_BLOCK_CHECKING initialization parameter is set to TRUE. What would be the result of this setting on the data blocks being written to the datafiles, every time the DBWn writes?()
第16题:
Which three statements are true regarding the logical structure of the Oracle database?()
第17题:
You cannot export data from a remote database.
You can rename tables during an import operation.
You can overwrite existing dump files during an export operation.
You can compress the data during export but not the metadata because it is not supported.
第18题:
Each segment contains one or more extents.
Multiple tablespaces can share a single data file.
A data block is the smallest unit of input/output (I/O) in data files.
It is possible to have tablespaces of different block sizes in a database.
Each data block in the database always corresponds to one operating system block.
第19题:
An extent cannot spread across data files.
A segment cannot spread across data files.
A data file can belong to only one tablespace.
A data file can have only one segment created in it.
A data block can spread across multiple data files as it can consist of multiple operating system (OS) blocks.
第20题:
The Oracle database will not perform block checking for any of the data blocks.
The Oracle database will perform block checking for the default permanent tablespace only.
The Oracle database will perform block checking for the data blocks in all user tablespaces.
The Oracle database will perform block checking for the data blocks in the SYSTEM tablespace only.
The Oracle database will perform block checking for the data blocks in the SYSTEM and SYSAUX tablespaces.
第21题:
You cannot export data from a remote database.
You can rename tables during an import operation.
You can overwrite existing dump files during an export operation.
You can compress the data during export but not the metadata because it is not supported
第22题:
They can accept only one argument.
They can be nested up to only two levels.
They can return multiple values of more than one data type.
They can be used in SELECT, WHERE, and ORDER BY clauses.
They can modify the data type of the argument that is referenced.
They can accept a column name, expression, variable name, or a user-supplied constant as arguments.
第23题:
Load data from a disk, tape, or named pipes.
Load data into an Oracle database using DML statements.
Extract, reorganize, and insert data within an Oracle database.
Load data from external files into tables in an Oracle database.
Load data into an Oracle database using operating system commands.
Load data directly from a non-Oracle database to an Oracle database.