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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Converting EBCDIC to ASCII

RE: Converting EBCDIC to ASCII

From: <kjanusz_at_att.net>
Date: Tue, 21 Aug 2001 07:04:20 -0700
Message-ID: <F001.003722B5.20010821063546@fatcity.com>

Thanks for the information. How does your mainframe guy get the data out of IMS?

Thanks,
Ken
> We do not pull data directly from IMS but load it in batch jobs. Our
> mainframe guy either dumps the data report-style (ASCII) or copies records
> in native EBCDIC to files on the mainframe. We ftp them to the Oracle side
> (binary mode to EBCDIC files) and use sql loader to move into Oracle. On
> the files that come over in EBCDIC, I use sqlloader with the following in
> the control file. There are a few bugs with loading EBCDIC (search
> metalink) but we manage to get it loaded.
>
>
>
> LOAD DATA
> CHARACTERSET WE8EBCDIC500
> INFILE 'e:\filename.dat' "fix 688"
> ...
>
>
>
>
>
> -----Original Message-----
> Sent: Friday, August 17, 2001 9:37 AM
> To: Multiple recipients of list ORACLE-L
>
>
> I may be moving data from an IMS db which is stored in
> EBCDIC. Oracle stores data in ASCII format. How do I
> go about converting EBCDIC to ASCII to store the data in
> Oracle (8.1.?)?
>
> Thanks,
> Ken Janusz, CPIM
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: kjanusz_at_att.net
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Bond Mike A Contr OC-ALC/TILC
> INET: Mike.Bond_at_tinker.af.mil
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: kjanusz_at_att.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Aug 21 2001 - 09:04:20 CDT

Original text of this message

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