Tablespace option for TEMP Tables
I am getting following error when I give TABLESPACE option while creating TEMP table.
ORA-14451: unsupported feature with temporary table.
Then what is the default tablespace for this temp table? I am able to create TEMP table without TABLESPACE . Can I give other storage parameters?
0