Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Extent management local problem
"Peter" <peter_at_nomorenewsspammin.ca> wrote in message
news:4mt2bvcbpn5vs4sm23pna79tp8bsgf8e3c_at_4ax.com...
> But the following won't work for locally managed, still don't know
> why:
>
> CREATE TABLESPACE temp
> DATAFILE 'c:\oracle\oradata\db2\temp.dbf' SIZE 100M
> EXTENT MANAGEMENT local
> TEMPORARY;
>
> My question is that why is a locally managed temporary tablespace
> shown as a data file in the dba_data_files table, but not as a temp
> file in dba_temp_files table?
Datafile specifies a datafile,tempfile specifies a tempfile - clever huh?
-- Niall Litchfield Oracle DBA Audit Commission UKReceived on Fri May 02 2003 - 03:10:00 CDT
![]() |
![]() |