Unicode export as SQL inserts

FrankMUC

Member²
If I try to export a table which contains Unicode in NVARCHAR2 columns as SQL inserts (Tools->ExportTables->SQLInserts), PL/SQLDeveloper creates an ANSI Text file, which can not store Unicode data and the Unicode data is lost.

Is there an option to configure PL/SQLDeveloper to create Unicode files instead which can store this data?

Regards Frank
 
Back
Top