473,388 Members | 1,375 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,388 software developers and data experts.

How to load different language data into oracle database?

I'm trying to load data into table using sql loader where I have data which contains some Japanese records and I'm able to load successfully into table but not able to insert exactly.I tried to use utf8 also.


Expand|Select|Wrap|Line Numbers
  1.     control file:- test.ctl
  2.         load data
  3.         into table TC_JANEL_DATAN_STG
  4.         fields terminated by "~" optionally enclosed by '"'
  5.         TRAILING NULLCOLS
  6.         (PHARMACY_CHAIN_ID,PHARMACY_CHAIN_NM,PHARMACY_CHAIN_ADDR,HQ_FLG,CONTACT_PATT,DATA_SUPPLY_PATT,DOES_ACCESS_CUST_PORTAL,DSUPP_ID,DCA_ID,NATL_OTLT_CD,PHARMACY_BRANCH_NM,PHARMACY_BRANCH_ADDR,PHARMACY_TYP,EMAIL_ADDR)
  7.  
  8.     Data file:-data_file.csv
  9. 86~さくら薬局株式会社~北海道札幌市中央区北3条1-5~0~1~1~1~SAKR~SAKRPHS001~0140341231~さくら薬局 札幌もいわ店~北海道札幌市中央区南24条西15丁目1番1号~1~test@gmail.com
  10. 86~さくら薬局株式会社~北海道札幌市中央区北3条1-5~0~1~1~1~SAKR~SAKRPHS002~0140341249~さくら薬局 札幌南1条店~北海道札幌市中央区南1条西15丁目1番10号 パレ宮崎~1~test@gmail.com
  11.  
  12.     Call sqlldr
  13.  
  14.         sqlldr xxxx/xxxx@//localhost:1521/xxxx control=test.ctl log=test.log data=data_file.csv bad=test.bad
When sqlloader loads the data into table it look like below
Expand|Select|Wrap|Line Numbers
  1. 86    ���������������������������    ���������������������������������������������    0    1    1    1    SAKR    SAKRPHS001    140341231    ������������������������������������
  2. 86    ���������������������������    ���������������������������������������������    0    1    1    1    SAKR    SAKRPHS002    140341249    ������������������������������������
  3.  
I want to print exact record into table.
Dec 29 '15 #1
0 2894

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

Similar topics

0
by: Daisy | last post by:
Download Oracle Data Provider for .NET (http://otn.oracle.com/tech/windows/odpnet/index.html) today to empower your .NET applications with the Oracle Database! Try out the new features for XML...
0
by: Daisy | last post by:
To empower your .NET web services with the Oracle Database, download Oracle Data Provider for .NET (ODP.NET) from : http://otn.oracle.com/tech/windows/odpnet/index.html Try out the new features...
6
by: ´ï´ï | last post by:
How to connect asp.net with Oracle Database? Where and How to? Thanks very much.
3
by: Tor Erik Soenvisen | last post by:
Hi, I need to export an Oracle database to a DDL-formated file. On the Web, I found a Python script that did exactly this for a MS Access database, but not one for Oracle databases. Does...
2
by: Mark Brown | last post by:
I'm trying to access an Oracle database vb.net. I found several examples. I tried following each one, but I get the same error no matter what I try. I don't really understand what the error means...
0
by: Harshadcode | last post by:
Hi, This is HARSHAD, I am creating a project in VB.NET for managing details like photos of criminals. but i am facing problems in converting a image in to filestream so that it can be inserted in...
0
by: Jack | last post by:
Training Classes for Oracle10g, 9i, 8i Certification training in Oracle10g and 9i: DBA, Developer, Discoverer. training conducted at your location worldwide. Courseware licensing also available....
0
by: Winder | last post by:
Training Classes for Oracle10g, 9i, 8i Certification training in Oracle10g and 9i: DBA, Developer, Discoverer. training conducted at your location worldwide. Courseware licensing also available....
0
by: mkavitha | last post by:
Hi, I am trying to load xml data to oracle database. This is my sample control file: Load DATA INFILE 'C:\XXX.XML' "str '</UnregisteredLocalRecord>'" BADFILE 'C:\O_UL_D_20080322_01.bad'...
23
by: Gloops | last post by:
Hello everybody, Is anyone able to give me some indications about how to develop an Access interface for an Oracle database ? I dispose of Access 2003 (11.6566.8107) SP2, Oracle 9i 9.2.0.1.0...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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:
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.