The amount of undo retained is user controlled.
SecureFile LOBs can be used only for nonpartitioned tables.
Fragmentation is minimized by using variable-sized chunks dynamically.
SecureFile encryption allows for random reads and writes of the encrypted data.
It automatically detects duplicate LOB data and conserves space by storing only one copy.
第1题:
Which two data types can be converted to LOBs using an ALTER TABLE… MODIFY command?()
第2题:
Which two statements regarding a SQL profile are true?()
第3题:
Which two statements are true regarding subqueries? ()
第4题:
Which two statements are true regarding transactions in an Oracle database()
第5题:
Which two statements are true regarding the USING and ON clauses in table joins?()
第6题:
It returns space usage of only BasicFile LOB chunks.
It returns space usage of only SecureFile LOB chunks.
It returns both BasicFile and SecureFile LOB space usage for only nonpartitioned tables.
It returns both BasicFile and SecureFile LOB space usage for both partitioned and nonpartitioned tables.
第7题:
A subquery can retrieve zero or more rows
Only two subqueries can be placed atone level
A subquery can be used only in SQL query statements
A subquery can appear on either side of a comparison operator
There is no limit on the number of subquery levels in the WHERE clause of a SELECT statement
第8题:
It can span multiple databases.
It can consist of multiple data files.
It can contain blocks of different sizes.
It can contain segments of different sizes.
It can contain a part of a nonpartitioned segment
第9题:
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.
第10题:
It cannot be done in parallel.
It can be done at the table level or partition level.
It does not require additional storage because the operation is done online.
Local and global indexes are maintained automatically during the operation.
第11题:
It can be set at the system, session, or table level.
It is used only across statements in the same session.
It can store the results from normal as well as flashback queries.
It can store the results of queries based on normal,temporary,and dictionary tables.
第12题:
RAW
LONG
VARCHAR
LONG RAW
第13题:
Which statement describes the information returned by the DBMS_SPACE.SPACE_USAGE procedure for LOB space usage?()
第14题:
Which two are true regarding direct-path exports?()
第15题:
Which three statements are true regarding single-row functions?()
第16题:
Which statement is true regarding online redefinition for the migration of BasicFile LOBs to SecureFile LOBs?()
第17题:
The copy of the datafile created is stored in the RMAN repository.
The copy of the datafile created can be viewed using the LIST BACKUP command.
The copy of the datafile created using this COPY command can be placed only on the disk.
The copy of the datafile created is similar to the backup of the file created using the BACKUP command.
The copy of the datafile created can be used for recovering the database using the user-managed recovery method.
第18题:
It can be used to join a maximum of three tables
It can be used to restrict the number of columns used in a NATURAL join
It can be used to access data from tables through equijoins as well as nonequijoins
It can be used to join tables that have columns with the same name and compatible data types
第19题:
Both USING and ON clauses can be used for equijoins and nonequijoins
Amaximum of one pair of columns can be joined between two tables using the ON clause
The ON clause can be used to join tables on columns that have different names but compatible data types
The WHERE clause can be used to apply additional conditions in SELECT statements containing the ON or the USING clause
第20题:
Direct-path export is typically faster.
Direct-path export can be invoked interactively.
Direct-path export is character set independent.
Direct-path export bypasses the SQL-command processing layer.
Direct-path export can be used to export rows containing LOBs and BFILEs.
第21题:
It is built by Automatic Tuning Optimizer.
It cannot be stored persistently in the data dictionary.
It can be used by the query optimizer automatically.
It can be created manually by using the CREATE PROFILE command.
第22题:
It can span multiple databases.
It can consist of multiple data files.
It can contain blocks of different sizes.
It can contain segments of different sizes.
It can contain a part of a nonpartitioned segment.
第23题:
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.