1
2
3
create bigfile tablespace  &1 datafile 'D:\app\Administrator\oradata\orcl\&1..dbf' size &2 G autoextend on next &3 M maxsize &4 G;
exit;