Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: AUTOEXTEND: tempfiles

Re: AUTOEXTEND: tempfiles

From: Vicchu <vicchu22_at_yahoo.com>
Date: Wed, 08 Dec 2004 08:38:23 +0530
Message-ID: <41B67027.605@yahoo.com>


Try this syntax :

alter database tempfile '/oracle/admin/TEST/oradata/TESTTEMP02' autoextend on next 10m maxsize 50m;

Vishwa

wagen123_at_yahoo.com wrote:

>Created a temporary tablespace (tempfiles) WITHOUT the AUTOEXTEND
>CLAUSE.
>
>How can add the AUTOEXTEND CLAUSE to an existing temporary tablespace
>with tempfiles?
>
>I don't want to create another temp tablespace and drop the existing
>tbs....
>
>The error is not reported for regular datafiles.
>
>SQL> alter database datafile '/oracle/admin/TEST/oradata/TESTTEMP02'
>autoextend on next 10m maxsize 50m;
>alter database datafile '/oracle/admin/TEST/oradata/TESTTEMP02'
>autoextend on next 10m maxsize 50m
>*
>ERROR at line 1:
>ORA-01516: nonexistent log file, datafile, or tempfile
>"/oracle/admin/TEST/oradata/TESTTEMP02"
>
>Thanks much.
>wagen
>
>
>
Received on Tue Dec 07 2004 - 21:08:23 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US