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: Help on creating tablespace

Re: Help on creating tablespace

From: Jos <jga.wolters_at_abp.nl>
Date: 2000/04/25
Message-ID: <8e44ou$nia25@abp.nl>#1/1

Hi Thomas,

I am not sure but I think that you have to add drive and pathname to the filename.

e.g.

create tablespace UsrDat datafile 'C:\Oradata\UsrDat.dat';

Bye
  Jos

Thomas Løvlie <thomasl_at_c2i.net> schreef in berichtnieuws Eh3N4.3748$OQ3.552770_at_juliett.dax.net...
> I am using Personal Oracle and I have a problem with creating a tablespace
> to work with.
>
> I write 'create tablespace UsrDat datafile 'UsrDat.dat';'
>
> But I keep getting the error:
>
> create tablespace UsrDat datafile 'UsrDat.dat'
> *
> ERROR at line 1:
> ORA-01119: error in creating database file 'UsrDat.dat'
> ORA-27041: unable to open file
> OSD-04002: unable to open file
> O/S-Error: (OS 2) The system cannot find the file specified.
>
> Can anyone tell me what I am doing wrong?
>
> Thanks in advance
>
> -Thomas Løvlie
> thomasl_at_c2i.net
> Delphi Developer for Digitalteknikk AS
>
>
Received on Tue Apr 25 2000 - 00:00:00 CDT

Original text of this message

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