Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Auto Datafile Creation - How to aktivate ?
I want to create a new data file automatical, not extend an old one.
This is the DDL sql, we use
ALTER TABLESPACE "USERS" ADD DATAFILE '/oradata/xyz/users01.dbf' SIZE 4194304K REUSE AUTOEXTEND ON NEXT 1280K MAXSIZE 4096M The Datafile have to be smaler than 4,4 Gbyte. Received on Mon Aug 21 2006 - 02:12:40 CDT