Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Database Character set related question
What are the decimal values for these unprintable characters. We use
US7ASCII and I know that values greater than 127 are recognized as being
specific symbols such as decimal 162 is the cent sign.
Get the decimal values for the bytes in question and compare them to the result of the following code:
set echo off
--
Note that Tab (009) and Newline (010) will not produce readable output. If you can identify a valid value for the data in question then maybe the spool file might help if the conversion process changes the values and the result is not correct.
HTH -- Mark D Powell --
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mandal, Ashoke
Sent: Thursday, October 27, 2005 12:42 PM
To: oracle-l_at_freelists.org
Subject: Database Character set related question
Greetings All,
The database CHARACTER SET is US7ASCII. The data in the database
contains 8 bits (> 127 ASCII ) values. We cannot display these
values, instead we see "?" character via the sqlplus session.
We want to upgrade this database to 9.2.0.4, but before we do that ,
we want to make sure that we don't lose any characters that are
currently stored in the database.
We are attempting to run CSSCAN to verify. We want to use UTF8 in the
new 9i
database. How do we determine what the character set was used to put
the data into the database.
It's definitely not US7ASCII!
Is there a object that we can look at to see what another session is currently using? It is difficult for us to get access to the user 's workstation to see there configuration.
Thanks,
Ashoke
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 27 2005 - 12:14:56 CDT
![]() |
![]() |