I am using Oracle 11g. I exported the data using the installed version of SQL Developer to a sql file called export.sql. Now I have downloaded the new version, which is 3.1.07, and when I try to import the data by clicking on the tree structure and choosing Tables | Import the data and going to "export.sql", I get the following error:
no readers registered for sql type
When I first started the application, he asked me to specify the path to java.exe, and I showed that the path and the application were running. I have launched the application from the path where it was downloaded ( C: \ users \ kaushik \ Downloads \ sqldeveloper )
source
share