Mar 3, 2010

Oracle to run SQL as script without consider define

To run Oracle sql as script without consider the parameter that starts with "&", just add this before the script :

set def off;

No comments: