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: No such file or directory error while creating Temporary Tablespace

Re: No such file or directory error while creating Temporary Tablespace

From: NorwoodThree <norwoodthree_at_my-deja.com>
Date: 21 Feb 2002 08:25:12 -0800
Message-ID: <ba03e2c.0202210825.61c79ec@posting.google.com>

  1. You seem to have syntax errors.
  2. Double check the existance/path of the directory you specified, along with permissions. The 'touch' command works great to verify such a thing.

Try this out. Re-write/tune as needed. This is just an example.

CREATE TEMPORARY TABLESPACE TEMP03
TEMPFILE '/u02/oradata/orcl/temp03.dbf' SIZE 1M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1024 / Received on Thu Feb 21 2002 - 10:25:12 CST

Original text of this message

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