I am looking for the right tool to export specific rows (WHERE condition) of some oracle database tables. There is one column with CLOB Data which can be larger than 4000 characters, therefore exports as "INSERT INTO" statements do not work.
Using exp works but also exports the DDL, which gives errors when using imp as the Table is already existing.