
Create undo tablespace:
create undo
tablespace undotbs2 datafile
'/u01/app/oracle/oradata/ORCL/datafile/undotbs2.dbf' size 100M autoextend on
next 10M;
Create tablespace:
create tablespace
BOC datafile '/u01/app/oracle/oradata/ORCL/datafile/BOC.dbf'...