Check whether the data table space is automatically expanded.
Query table space utilization:
1、Executed as root:su – oracle
2、Then execute:sqlplus “/ as sysdba”
3、select tablespace_name,file_name,autoextensible,increment_by from dba_data_files;
and then check it .