0 votes
in PL/SQL by
Explain what Is The Difference Between A Temporary Tablespace And A Permanent Tablespace?

1 Answer

0 votes
by

A temporary tablespace is used for temporary objects such as sort structures while permanent tablespaces are used to store those objects meant to be used as the true objects of the database.

...