Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Temporary tablespaces
This might be a very silly question, but what is the difference
between
'create tablespace temp ... temporary'
and
create temporary tablespace temp ...'
The former uses datafiles, the latter uses tempfile. In either case, permanent objects cannot be stored. The latter stores objects only for the duration of a session.
I read all the relevant docs, but in terms of practical usage, whats the diff?
More importantly, where would you use one over the other?
Thanks Received on Tue Aug 21 2001 - 15:40:22 CDT
![]() |
![]() |