Problem in Generating SQL Insert Scripts

RaviKiran

Member
Right now I am using PL/SQL Developer Version 5.1.3.

If the table columns datatype is nvarchar2,

When I use the options:

Tools -> Export Tables -> SQL Inserts

for exporting data in the table as SQL Insert Statements, I am getting following message:

Table contains one or more NVARCHAR2(200) Columns, Cannot export in SQL Format.

What should be solution.

When I am trying to download the latest version 6.0. It downloaded successfully. But after installation, it is saying your trial period is over. But this is first time, I am using version 6.0
 
NVARCHAR2 columns can indeed not be exported. This seems like a bug, and we'll fix it.

To try version 6.0 (which does not fix this problem), I will send you a 30 day trial extension.
 
Back
Top