I have a table \"Images\" with two fields:
I would like to export that table to a .sql file which I could impor
This is definitely possible in SQL developer.
Tools > Database Export
loader rather than insert , excel which we
normally use.Following these steps would create sqlldr control files and data files and also the create table ddl if you chose the option.You can use them to import(sqlldr) data in the destination.
This is a better solution and is portable in terms of extraction and distribution . It gives the flexibility of delivering components to be deployed through code repositories.
Here is a link that explains it step by step.
Exporting Multiple BLOBs with Oracle SQL Developer