alter database datafile 'D:\ORACLE\ORADATA\OEMREP\CWMLITE01.DBF' autoextend on maxsize 100m;
The optional "maxsize 100m" part will set a max datafile size of 100 megs. Be sure that if you set autoextend on you have enough space for all datafiles in that filesystem to expand to that size at once (unlikely but possible).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.