I have a plsql script that I modify in sql developer (encoding = UTF8). I put my script on the server using Filezilla (transfert binary). On the server, the NLS_LANG is AMERICAN_FRANCE.WE8ISO8859P1.
In my script I added :
ALTER SESSION SET NLS_LANG=FRENCH_FRANCE.UTF8;
I lauch the script in a sql plus session : the characters do not appear properly.
How can I make it work?
Thank you
In a putty session to launch the sql file I write this :
$ORACLE_HOME/bin/sqlplus id/psw@$ORACLE_SID @$P_SQL/myfile.sql
In the file, the display is like this for example :
center 'à è é ê ô à ë î ï ù' skip 1 -
inside a spool.