473,378 Members | 1,417 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Charset In Oracle 10g

201 100+
Hi,

I am using oracle 10g. The charset for the database is iso-8859-1.
When I run the following command. select * from nls_database_parameters
Output is
NLS_CHARACTERSET WE8ISO8859P1

My problem is that my application accepts data from users in all Languages.I am using HTML and JSP Pages. Can I store the UTF-8 characters in this present environment. secondly how to identify the characters stored are correct
in the UTF-8 format.
Jul 7 '07 #1
3 12185
I have the same question. Have you found the answer??

Thanks
sara




Hi,



I am using oracle 10g. The charset for the database is iso-8859-1.
When I run the following command. select * from nls_database_parameters
Output is
NLS_CHARACTERSET WE8ISO8859P1

My problem is that my application accepts data from users in all Languages.I am using HTML and JSP Pages. Can I store the UTF-8 characters in this present environment. secondly how to identify the characters stored are correct
in the UTF-8 format.
Aug 3 '07 #2
praveen2gupta
201 100+
I have the same question. Have you found the answer??

Thanks
sara
Hi
I have found the solution of this problem. Each database is having an charset. And it is selected at the time of creating of the database. Charset decides what language your databse can support.

Now you will have to create a new databse with utf-8 charset option at the time of installing the database. This is the solution of the problem.
Aug 3 '07 #3
Thanks for the quick answer.

I found in my case that my tables will be along with many other tables which already exists in a database. So noway i can ask the admin to change the charset for the database.

But fortunately, my application needs to support only German (for time being). So i moved from UTF-8 and explicity specified ISO-8859-1 encoding in all my struts Form reset() method for request object. For JSP, I set in the encoding in page directive to same ISO-8859-1. It works fine in development env. Looking for answers from the client...

thanks once again

Hi
I have found the solution of this problem. Each database is having an charset. And it is selected at the time of creating of the database. Charset decides what language your databse can support.

Now you will have to create a new databse with utf-8 charset option at the time of installing the database. This is the solution of the problem.
Aug 3 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: CJ Oxx | last post by:
I have a problem with browser charset recognition when using PHP 4.1.2 (this is the PHP version which our hosting company provides). For charset recognition, I use the following meta-tag: <meta...
12
by: lawrence | last post by:
How do I get PHP to tell the server that when I echo text to the screen, I need for the text to be sent as UTF-8? How does Apache know the right encoding when all the text is being generated by...
8
by: Ben Sharvy | last post by:
I don't reallly understand charsets, but I see that you are supposed to declare one. I am putting a paper up in HTML. It uses some special characters, like umlauts and diacriticals. The biggest...
25
by: Andrew Thompson | last post by:
I was recently loading an HTML editor so I could find the charcode of that particularly obscure character using the editor's 'insert special character' dialog. It occured to me there had to be...
1
by: Simon_E | last post by:
We are experiencing problems with calling a Web Service that runs on Oracle HTTP Server powered by Apache. The Web Service returns 400 Bad Request. The explanation I got from the developer of...
7
by: gmclee | last post by:
Hi there, I am writing a program to load HTML from file and send it to IE directly. I've met some problem in charset setting. Most of HTML have charset "us-ascii", for some reason, some UNICODE...
2
by: praveen2gupta | last post by:
I am developing an Ajax application with multi charset. All data and charset is in the oracle database . I an accessing data using javascript and jsp. jsp page access data from the databse and insrt...
1
by: praveen2gupta | last post by:
I would like to know best way to handle Chines Simplified characters using UTF-8 charset. I am using it but my problem is that many of characters are deformed or changed during the process of storing...
0
by: praveen2gupta | last post by:
My Oracle 10g database charset is ISO8859.There is a large size of live data in the database. I wants to convert Charset of database to UTF-8. I wants to know how to convert it without loosing the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.