BANNER ---------------------------------------------------------------- Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod PL/SQL Release 10.2.0.1.0 - Production CORE 10.2.0.1.0 Production TNS for 32-bit Windows: Version 10.2.0.1.0 - Production NLSRTL Version 10.2.0.1.0 - Production
create">SYS@ning>create tablespace test datafile 'd:/test.ora' size 1m,'d:/test2.ora' size 1m;
/">SYS@ning>/ insert into test select * from test * ERROR at line 1: ORA-01653: unable to extend table SYS.TEST by 128 in tablespace TEST
alter">SYS@ning>alter tablespace test drop datafile 'd:/test2.ora'; alter tablespace test drop datafile 'd:/test2.ora' * ERROR at line 1: ORA-03262: the file is non-empty