You are attempting to create an Oracle-Managed Files (OMF) tablespace in a production
database with the following statement and receive the following error message:
CREATE TABLESPACE tbs1;
ORA-02199: missing DATAFILE/TEMPFILE clause
oerr ora 2199
02199, 00000, "missing DATAFILE/TEMPFILE clause"
*Cause: A CREATE TABLESPACE statement has no DATAFILE/TEMPFILE clause.
*Action: Specify a DATAFILE/TEMPFILE clause.
What is the corrective action to create the OMF based tablespace?
Which statement is true when using the DBVERIFY utility to detect corruptions in an Oracle data block?
Examine the statement:
ALTER TABLE sales EXCHANGE PARTITION q1_2000 WITH TABLE sales_q1_2000 UPDATE GLOBAL INDEXES PARALLEL (DEGREE 4);
What is the result of the statement?
What is one benefit of using the ALTER TABLE ... MOVE command rather than a CREATE TABLE ... AS SELECT command?
Click the Exhibit button.
Given the partition definition, which insert statement will fail?

Consider the following statement:
SQL> EXECUTE DBMS_STATS.GATHER_SCHEMA_STATS (2> ownname => 'OE', 3> estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE, 4> method_opt => 'for all columns size AUTO');
What is the effect of 'for all columns size AUTO' of the METHOD_OPT option?
Which two are true regarding the Automatic Undo Management feature? (Choose two).
Which two data types can be converted to LOBs using an ALTER TABLEODIFY command? (Choose two.)
You migrated the PROD database to Oracle9i and are considering using the partition feature. The first step is to identify which tables should be partitioned. Which two tables would you consider candidates for partitioning? (Choose two.)