Database Utilities (MOSC)

MOSC Banner

load French chracters to database using external table

edited Feb 19, 2012 7:36PM in Database Utilities (MOSC) 11 commentsAnswered
Hi,

can someone help me to load French characters to database? I am on Oracle 11.2.0.2 standard edition.

The data to be loaded look like these

 Copier le nœud
 Chaque groupe doit être non vide
 Je préfère attendre au $[terms.location.LS] pendant l'entretien de <br/>mon $[terms.vehicle.LS].

And I see thses after loaded into database

Copier le n�ud
Chaque groupe doit �e non vide
Je pr�re attendre au $[terms.location.LS] pendant l'entretien de <br/>mon $[terms.vehicle.LS].

The external table is

CREATE TABLE test
(
tag  VARCHAR2(640),
value  VARCHAR2(4000),  
translation    VARCHAR2(4000) ,
remark VARCHAR2(640)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center