I have a problem.
Can I export data tables with nvarchar fields with the N' notation before unicode literal string?
I try to export data from tables that contains Nvarchar2 fields with Cyrillic Char.
I obtain the correct script with cyrillic literal string but the literal string have not format N'sadasdad'.
So when I try to execute the script I import question mark in NVARCHAR fields of another table.
I use then set variable ORA_NCHAR_LITERAL_REPLACE=TRUE
Thank you in advance for answer.
A. Torta
Can I export data tables with nvarchar fields with the N' notation before unicode literal string?
I try to export data from tables that contains Nvarchar2 fields with Cyrillic Char.
I obtain the correct script with cyrillic literal string but the literal string have not format N'sadasdad'.
So when I try to execute the script I import question mark in NVARCHAR fields of another table.
I use then set variable ORA_NCHAR_LITERAL_REPLACE=TRUE
Thank you in advance for answer.
A. Torta