473,395 Members | 2,010 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,395 software developers and data experts.

Migrating Unicode data from MS Access to Oracle

I need to migrate Unicode data from MS Access to Oracle. Have tried the
following:

-Exported the Access tables to csv/txt, but these files were generated
in ANSI encoding, and the Unicode data got converted to ASCII
characters.
-ODBC export directly to the Oracle tables doesn't work either.
-However, when the table is exported to excel, Unicode encoding is
retained.

I'm not looking for any tools as we are already using one
(Access-To-Oracle by Intelligent Converters). After buying it, we
realized that we needed Unicode conversion as well and that it doesn't
support the same. So buying any new tools is out of question right now.

All the settings are correct in Oracle i.e. the charset and national
char set are configured to Unicode. So the problem boils down to
"extracting the data from the source Access DB in Unicode"

Has anyone ever encountered a similar problem?

Thanks,
Shaguna

Sep 14 '06 #1
1 3435
-ODBC export directly to the Oracle tables doesn't work either.

I dunno, I just tried it and it worked for me. My ODBC DSN uses the
"Oracle in XE" driver. I created a table in Access called [Cities] with
a single TEXT(50) column and just did a

File Export...

from Access into the ODBC data source. It created the table in Oracle
(10g Express Edition) as

CREATE TABLE "Cities"
( "City" VARCHAR2(50)
)

and populated it with the data from Access.
Gord
sh***********@intrasphere.com wrote:
I need to migrate Unicode data from MS Access to Oracle. Have tried the
following:

-Exported the Access tables to csv/txt, but these files were generated
in ANSI encoding, and the Unicode data got converted to ASCII
characters.
-ODBC export directly to the Oracle tables doesn't work either.
-However, when the table is exported to excel, Unicode encoding is
retained.

I'm not looking for any tools as we are already using one
(Access-To-Oracle by Intelligent Converters). After buying it, we
realized that we needed Unicode conversion as well and that it doesn't
support the same. So buying any new tools is out of question right now.

All the settings are correct in Oracle i.e. the charset and national
char set are configured to Unicode. So the problem boils down to
"extracting the data from the source Access DB in Unicode"

Has anyone ever encountered a similar problem?

Thanks,
Shaguna
Sep 14 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: bjwang | last post by:
Hello wisers, We are testing a system which is developed on top of Oracle 9iAS. The client PCs are using Internet Explorer to access the system. We are sure that the Oracle 9i database server is...
9
by: Rich May | last post by:
Afternoon all, Apologies for cross-posting but as my query covers both Access and SQL Server I thought I'd send it both! I have inherited a project to migrate a fairly complex series of...
0
by: oozyscab via AccessMonster.com | last post by:
I'm posting this in a couple of places with the hope that someone might see it who has an answer. Has anyone had an experience where data coming from a linked Oracle table can be displayed in a...
2
by: Ram | last post by:
Hey, I'm trying to execute an Insert SQL command, where one of the parameters I'm trying to insert, has some unicode characters. The execute command gives no error, but when I use Nevigator to see...
24
by: ChaosKCW | last post by:
Hi I am reading from an oracle database using cx_Oracle. I am writing to a SQLite database using apsw. The oracle database is returning utf-8 characters for euopean item names, ie special...
8
by: Richard Schulman | last post by:
Sorry to be back at the goodly well so soon, but... ....when I execute the following -- variable mean_eng_txt being utf-16LE and its datatype nvarchar2(79) in Oracle: cursor.execute("""INSERT...
9
by: palani12kumar | last post by:
hi.. i need ur help in switching from MSAccess to Oracle. And this is my problem: Currently im having a lot of records in access(which is currently our back-end). Now i want to switch from...
0
by: mishrabi | last post by:
Hi Experts, Could you Please provide hoew to Migrating IBM Universe Database to Oracle. Whats are the steps to be taken care and how to extract data into a delimier data file. I am Using Below...
1
by: Søren Alexandersen | last post by:
Hi all. I have some specific questions on migrating a Oracle 8.1.7 database from AIX to Windows. I know something very similar has been asked before, but I can't seem to get some unique...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.