Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> ORA-01119 error - HELP!
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 3000000000; 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.
Thanks,
Beth
Received on Thu Dec 04 1997 - 00:00:00 CST
![]() |
![]() |