Q52 You execute this command:
CREATE SMALLFILE TABLESPACE sales DATAFILE '/u01/app/oracle/sales01.dbf SIZE 5G SEGMENT SPACE MANAGEMENT AUTO;
Which two statements are true about the SALES tablespace? (Choose two.)
- (A). It must be smaller than the smallest BIGFILE tablespace
- (B). Free space is managed using freelists
- (C). Any data files added to the tablespace must have a size of 5 gigabytes
- (D). It uses the database default blocksize
- (E). It is a locally managed tablespace
Answer: D,E