alter database create datafile
694352Oct 17 2009 — edited Oct 18 2009Hi
I notice that I can create datafile by issuing:
alter database create datafile '/oracle/users02.dbf';
and I dont need to specify size.
When should I use this method? and Why I cannot use this method on windows?