Database export and "set define off"
914889Feb 2 2012 — edited Feb 2 2012After upgrading to SQL Developer 3.1 EA 3 (from 3.0) I notices that the "Database Export" tool produces a "SET DEFINE OFF;" statement before each insert.
As far as I understand the statement is an SQLPlus command. When I then try to import the database using a different tool (e.g., with an Ant task) I get the following error "ORA-00922: missing or invalid option".
Is there a way to generate a DB export without SQLPlus specific commands?
Thanks
Matteo