Run pde file from OracleQuery

Hi,
How to run pde file -created from PL/SQL DEveloper- by ORacleQuery or Oracledataset. The pde file includes binary field as long raw.
 
That will not be possible. The PDE format is a proprietary format. You would need to export in dmp or sql format if you want to import the data later from other applications.
 
Back
Top