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.
第1题:
Which statements are true regarding SecureFile LOBs?()
第2题:
Evaluate the SQL statement:TRUNCATE TABLE DEPT;Which three are true about the SQL statement? ()
第3题:
Your test database is running in NOARCHIVELOG mode. Which statement is true regarding the type ofbackups that can be performed on the database()
第4题:
A PL/SQL procedure queries only those columns of a redefined table that were unchanged by the online table redefinition. What happens to the PL/SQL procedure after the online table redefinition?()
第5题:
You need to perform an online table redefinition of an existing SALES table to partition it into two tablespaces TBS1 and TBS2. The SALES table has a materialized view, materialized log, indexes, referential integrity constraint, and triggers with the PRECEDES clause existing on it. What action is required for dependent objects when you perform online table redefinition?()
第6题:
Which statement about the enabling of table compression in Oracle Database 11g is true?()
第7题:
Oracle Data Pump.
An ALTER TABLE MOVE to move the table and ALTER INDEX REBUILD to move the indexes.
An ALTER TABLE MOVE to move the table and ALTER INDEX REBUILD ONLINE to move the indexes.
Online Table Redefinition.
Edition-Based Table Redefinition.
第8题:
You can perform online whole database backups.
You can performofflinewhole database backups.
You cannot perform schema-level export/import operations.
You can perform the backup of only the SYSTEM tablespace when the database is open.
第9题:
The statement would not execute because table aliases are not allowed in the JOIN clause.
The statement would not execute because the table alias prefix is not used in the USING clause.
The statement would not execute because all the columns in the SELECT clause are not prefixed with table aliases.
The statement would not execute because the column part of the USING clause cannot have a qualifier in the SELECT list.
第10题:
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.
第11题:
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.
第12题:
Compression can be enabled at the table, tablespace, or partition level for direct loads only.
Compression can be enabled only at the table level for both direct loads and conventional DML.
Compression can be enabled at the table, tablespace, or partition level for conventional DML only.
Compression can be enabled at the table, tablespace, or partition level for both direct loads and conventional DML.
第13题:
Which two data types can be converted to LOBs using an ALTER TABLE… MODIFY command?()
第14题:
Which two statements are true regarding hot patching?()
第15题:
Which statements are true regarding system-partitioned tables?()
第16题:
Which statement is true regarding online redefinition for the migration of BasicFile LOBs to SecureFile LOBs?()
第17题:
Evaluate the following SQL statement used to create the PRODUCTS table: CREATE TABLE products (product_id NUMBER(3) PRIMARY KEY, product_desc VARCHAR2(25), qtyNUMBER(8,2), rate NUMBER(10,2), total_value AS ( qty * rate)) PARTITION BY RANGE (total_value) (PARTITION p1 VALUES LESS THAN (100000), PARTITION p2 VALUES LESS THAN (150000), PARTITION p3 VALUES LESS THAN (MAXVALUE)) COMPRESS FOR ALL OPERATIONS; Which statement is true regarding this command?()
第18题:
A
B
C
D
E
第19题:
It remains valid.
It becomes invalid for all options of online table redefinition but automatically gets revalidated the next time it is used.
It becomes invalid for all options of online table redefinition and is automatically recompiled during online redefinition of the table.
It becomes invalid only if the storage parameters have been modified and it automatically gets revalidated the next time it is used.
第20题:
Compression can be enabled at the table, tablespace, or partition level for direct loads only.
Compression can be enabled only at the table level for both direct loads and conventional DML.
Compression can be enabled at the table, tablespace, or partition level for conventional DML only.
Compression can be enabled at the table, tablespace, or partition level for both direct loads and conventional DML.
第21题:
It executes successfully but partition pruning cannot happen for this partition key.
It produces an error because the TOTAL_VALUE column cannot be used as a partition key.
It produces an error because compression cannot be used for the TOTAL_VALUE partition key.
It executes successfully but the values in the TOTAL_VALUE column would not be physically stored in the partitions.
第22题:
The dependent materialized view should have a complete refresh performed after the online table redefinition process.
Triggers with the PRECEDES clause should be disabled before the online table redefinition process.
Referential integrity constraints must be manually enabled after the online table redefinition process.
The materialized log should be dropped before the online table redefinition process.
第23题:
Synonyms can be created only for a table
Synonyms are used to reference only those tables that are owned by another user
A public synonym and a private synonym can exist with the same name for the same table
The DROP SYNONYM statement removes the synonym, and the table on which the synonym has been created becomes invalid
第24题:
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.