PL/SQL Developer Import with problem

takashi

Member
Using a PL/SQL Developer evaluation version 5.1, I exported (via PL/SQL Developer Export) some DB tables; then I tryed to reimport it in another DB but when I do that I obtain from the PL/SQL Developer the following message: "This Export file cannot be imported with this version of PL/SQL Developer"; Is it because being an evaluation version there are some limitations?
 
Did you use the same PL/SQL Developer version for export and import? If so, can you send me the export file?
 
I have the same problem with takashi. I'm using PL/SQL Developer 5.1.4.730 export a table from 8.0.5.1.1, and export successful.the pde file size is 1279095KB.Then I use the same version import the pde file to Oracle 8I and got the alert "the export file cannot import with this version of PL/SQL Developer."
 
I had a similar problem. Using the same version of PL/SQL to export and import. The problem seemed to be file size related. I was trying to move a db between machines. The resulting export file was nearly 1 GB. When I did the export in pieces (several 100+ MB files), the import worked fine.
 
Back
Top