Cannot execute sql scripts from SQL*Plus
623645Apr 9 2008 — edited Apr 9 2008Hi Gurus,
this is the first time I came across this abnormality, but I basically cannot execute any SQL script (full permissions):
sqlplus system @/ora/ora8i/app/ora817/product/8.1.7/rdbms/admin/standard.sql
/ora/ora8i/app/ora817/product/8.1.7/rdbms/admin/standard.sql
/ora/ora8i/app/ora817/product/8.1.7/rdbms/admin/standard.sql: @@stdspec.sql: not found.
/ora/ora8i/app/ora817/product/8.1.7/rdbms/admin/standard.sql[2]: @@stdbody.sql: not found.
/ora/ora8i/app/ora817/product/8.1.7/rdbms/admin/standard.sql[3]: grant: not found.
/ora/ora8i/app/ora817/product/8.1.7/rdbms/admin/standard.sql[4]: /: Execute permission denied.
It seems that the system is treating the sql scripts as unix shell scripts.
Operating system: HPUX 11.11
Oracle version: 8.1.7
I have a similar setup on another machine with no problems at all. Have you ever encountered this problem before?