I am able to insert unicode data (mulitybye etc) into varchar2 oracle db column from Oracle SQL developer and its shown correctly. But when the same query is put in sql file and run from command prompt using sqlplus command ,then the inserted characters appears garbled.How to resolve this?
Expecting solution from experts . We will need solution without having to modify the datatype of columns to 'NVARCHAR2' or 'NVARCHAR'.