How to Resolve ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE
ORA-25139 Tried to create a temporary tablespace, but it failed with ORA-25139. SQL> create temporary tablespace temp1 datafile '/u01/app/oracle/oradata/ORCL/temp1_01.dbf' size 10m autoextend on next 10m… Read More »How to Resolve ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE