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

Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-01119 error - HELP!

Re: ORA-01119 error - HELP!

From: Lando <MarkL_at_quebim.com>
Date: 1997/12/04
Message-ID: <34871A2C.C5457745@quebim.com>#1/1

You have the syntax wrong, Try:

alter tablespace user_data
add datafile 'e:\orant\database\usr2orcl.ora' size 100M autoextend on
next 10M
maxsize 500M;

We have just added datafile with a size of 100MB, autoextended it, set autoextend
size to increment storage by 10MB and set an upper limit of 500MB for the file.

Beth Beckman wrote:

> I have installed Oracle8 on a Windows NT machine. I got an export
> file
> from another company that I'm trying to import locally. Many of the
> tables imported, but then I ran into a space problem. So, I tried to
> increase the space with the
> following:
>
> alter tablespace
> user_data
> add datafile
> 'e:\orant\database\usr2orcl.ora'
> autoextend on next 10240 maxsize
> 3,000,000,000;
>
> I got the ORA-01119 error message that says 'error in creating
> database
> file 'e:\orant\database\usr2orcl.ora' because of 'insufficient space
> on
> device'. When I check the e: device, it has more than 2.5 GB of
> space.
> I also tried a maxsize of 1000 and got the same error. I'm not using
> raw partitions. Can someone tell me what's happening?
>
> Thanks,
> Beth
Received on Thu Dec 04 1997 - 00:00:00 CST

Original text of this message

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