I am creating a table like
create table tablename as select * for table2
I am getting the error
ORA-01652 Unable to extend
Create a new datafile by running the following command:
alter tablespace TABLE_SPACE_NAME add datafile 'D:\oracle\Oradata\TEMP04.dbf' size 2000M autoextend on;