Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Load EBCDIC datafile to Oracle table by SQL*Loader.
Check out the Unix command dd(1). It has some capability for converting
EBCDIC to ASCII and vice versa. Be aware, however, that there isn't one
EBCDIC coding scheme. I don't remember the details of the differences
between different EBCDIC encodings. You may want to investigate this
before converting all your data.
In article <36aa7333.7308191_at_news.netfront.net>, josamng_at_netfront.net (Explorer) wrote:
>How can I load a datafile with data in EBCDIC format into an Oracle
>database table in UNIX platform (e.g. AIX) by SQL*Loader ?
>
>Any sample setup and/or control file example are welcome.
--
Larry Reid lcreid@^web.net (remove the ^)Received on Mon Jan 25 1999 - 10:07:42 CST
![]() |
![]() |