Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot execute sql scripts from SQL*Plus

623645Apr 9 2008 — edited Apr 9 2008
Hi 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2008
Added on Apr 9 2008
10 comments
1,301 views