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: Export problem

Re: Export problem

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Tue, 06 Oct 1998 15:01:19 GMT
Message-ID: <361e3063.9228890@192.86.155.100>


A copy of this was sent to iancrozier_at_aol.com (Iancrozier) (if that email address didn't require changing) On 6 Oct 1998 14:37:12 GMT, you wrote:

>
>I have been getting the following messages recently while trying to export a
>database:-
>EXP-00015: error on row 1234 of table A, column B, datatype 1
>EXP-00222:
>System error message 28
>EXP-00002: error in writing to export file
>EXP-00000: Export terminated unsuccessfully
>
>In my Oracle manual, there is no error EXP-00222 listed.
>EXP-00015 just says that an error was encountered while fetching or writing a
>column.
>EXP-00002 says "Export could not write to the export file, probably because of
>a device error.
>
>Q? What does "System error message 28" refer to. Is that the same as ORA-00028
>or is it an OS message. Any other input is also welcomed.
>
>TIA
>
>Ian Crozier

exp-00015 says what object hit the error. exp-00222 means the "os error number is following"

System error 28 on Solaris happens to be:

#define ENOSPC 28 /* No space left on device */

is your disk full?  

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Herndon VA

--
http://govt.us.oracle.com/ -- downloadable utilities  



Opinions are mine and do not necessarily reflect those of Oracle Corporation  

Anti-Anti Spam Msg: if you want an answer emailed to you, you have to make it easy to get email to you. Any bounced email will be treated the same way i treat SPAM-- I delete it. Received on Tue Oct 06 1998 - 10:01:19 CDT

Original text of this message

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