254 views
in Temporary Tablespace by ACE (20,920 points)

1 Answer

by ACE (20,920 points)

In Oracle 9i and above, one can define a Default Temporary Tablespace at database creation time, or by issuing an "ALTER DATABASE" statement:

ALTER DATABASE DEFAULT TEMPORARY TABLESPACE temp;

...