Add Datafile
from dba_data_files where tablespace_name = '
To add new datafile:
alter tablespace
Note: Make sure correct path is entered and the correct datafile naming convention is followed as per the existing datafiles.
To extend existing datafile size:
alter database datafile '' resize 25G;
Comments
Post a Comment