select * from dba_temp_files;
select * from DBA_TABLESPACE_GROUPS;
create temporary tablespace tempb tempfile '/oradata/orcl/tempb01.dbf'
size 10M autoextend on maxsize unlimited
TABLESPACE GROUP tg01;
create temporary tablespace tempc tempfile '/oradata/orcl/tempc01.dbf'
size 10M autoextend on maxsize unlimited
TABLESPACE GROUP tg01;