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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Why I can not create temporary tablespace?

Re: Why I can not create temporary tablespace?

From: David A. Barbour <dbarbour_at_nucentrix.net>
Date: Sat, 19 May 2001 14:06:27 -0700
Message-ID: <F001.00308A87.20010519135519@fatcity.com>

Robert,

Check your syntax.

CREATE TEMPORARY TABLESPACE c2tmp TEMPFILE '/oracle/oradata/c2datatmp.dat'
SIZE 50M REUSE
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 2M; Regards,

David A. Barbour

Robert Chen wrote:
>
> hi, I connect as sys/change_on_install and execute this:
>
> create TEMPORARY TABLESPACE c2tmp TEMPFILE '/oracle/oradata/c2datatmp.dat'
> EXTENT MANAGEMENT LOCAL UNIFORM SIZE 50M;
>
> Error at line 1:
> ORA-01119: Error in creating database file '/oracle/oradata/c2datatmp.dat'
> ORA-27037: unable to obtain file status
> SVR4 Error: 2: No such file or directory
> Additional information: 3
>
> Please tell me why? I even change the directory to 777(anyone can read and
> write) still gotta this error.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Robert Chen
> INET: ochen_at_netrue.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: David A. Barbour
  INET: dbarbour_at_nucentrix.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Sat May 19 2001 - 16:06:27 CDT

Original text of this message

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