If you have & or % in your Oracle insert or update statements - you probably would like to do the following:
SQL> set define off
SQL> [your insert or update query containing & and %]
SQL> set define on
Knowledge base on subjects I use in my day-by-day life. Unix, Linux, Mac OS X, VMware, Web, Java, Codfusion, Flex, etc.
If you have & or % in your Oracle insert or update statements - you probably would like to do the following:
No comments:
Post a Comment