how to ignore @ in sql script running from sqlplus
james.Jan 28 2009 — edited Jan 29 2009Hi All,
I have package sql script which creates a package. Inside comments i have some thing like
/*
@some text.
*/
when i try to run this from shell script it is looking for file <some.sql> and giving error "SP2-0310: unable to open file some.sql" .
Is there any set command to ignore '@' inside sql file.
Please help me.
Thanks.