Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Question about temporary tablespace
My temporary tablespace:
CREATE TABLESPACE TEMPORARY DATAFILE 'E:\Oracle\GPRO\Tmp1GPRO.ora' SIZE 200M
DEFAULT STORAGE ( INITIAL 2m NEXT 2m MINEXTENTS 1 MAXEXTENTS 100 PCTINCREASE
0) TEMPORARY;
ALTER DATABASE DATAFILE 'E:\Oracle\GPRO\Tmp1GPRO.ora' AUTOEXTEND ON;
has grown from 200M to 1.3 GB (datafile size). I am not sure what would cause this. Maybe a large query or something?
In any case, is it possible to alter the tablespace offline, drop it, and recreate it? Or would this cause a problem?
Sincerely,
W. Scott Moore
City of Chandler, AZ
Received on Mon Apr 24 2000 - 00:00:00 CDT