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: National characters and UTL_FILE

Re: National characters and UTL_FILE

From: Yechiel Adar <adar76_at_inter.net.il>
Date: Mon, 09 Dec 2002 00:33:37 -0800
Message-ID: <F001.00515082.20021209003337@fatcity.com>


Hello Vladimir

I think that you need to take a look at the file before and after applying "unix2dos". Since you work with CE characters, maybe the conversion program can not handle this.

BTW - in Oracle 9.2 you can use utl_file to write Unicode to the file. Maybe this will help you.

Yechiel Adar
Mehish

  Hello to everyone    

  I want to write national characters (Central European) to ASCII file, by using utl_file.    

  UTL_FILE is called within unix script, and afterwards ascii file (after applying "unix2dos") is sent as an attachment (by using "uuenview"). Both NLS_CHARACTERSET (EE8ISO8859P2) parameters are same within script (env.variable) and database.    

  But, instead of those specific letters I receive mail with useless content. I have then tried binary ftp of ASCII file, but to no avail.    

  I'm entering and reading those characters trough Forms with no problem at all.    

  So, is it possible to write CE characters (DOS extended character set actually) into ascii file?    

  Regional settings at Windows client (where mail or ftp are received) are appropriate (meaning, they are not set as USA...)...        

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Yechiel Adar
  INET: adar76_at_inter.net.il

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Mon Dec 09 2002 - 02:33:37 CST

Original text of this message

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