Table of Contents

Oracle database - File (Common Specification for data file, control file,…)

Size

The size of the file is in bytes but you can use:

size unit
5m -- 5 megabytes

Autoextend

Syntax:

AUTOEXTEND OFF;
AUTOEXTEND ON [NEXT size clause] [MAXSIZE Size clause|MAXSIZE UNLIMITED ];

where:

File valid
datafiles Yes
tempfiles Yes
redo log files No
control file No
ALTER DATABASE CREATE DATAFILE No

If you omit this clause, then:

Documentation / Reference