Hi guys,

I've tried numerous combinations to execute a script in SQL*PLUS within the Solaris environment. Unfortunately, nothing worked. On Windows it works fine.

For example, I have a script call test.sql located in /tmp/dbscripts directory. When I start up SQL*PLUS in Solaris and run the following statement:

SQL> @/tmp/dbscripts/test.sql

...it doesn't work. I keep getting 'unable to open file'

What is the proper way to execute a script within the Unix environment?

Thanks,
- Gary