Exporting data

ajg

Member
Hi, is there any way to export data from a table in PLSQLDEV without the create table script?

Ive a table that contains a CLOB field (so i cant use insert statements), that i want to export into a flat file for export into a database on a different server but the wizard always seems to generate the create table script too.

cheers
ajg
 
The export function will include the create table statements, but during import you can specify if you want the tables created or not.
 
Back
Top