Hi,
i have a problem which is not pretty much related to OACS but very
much on oracle+linux side. i need to execute a oracle stored
procedure in remote database by invoking a shell script from my local
machine. i decided to give a shot by just
executing a *.sql file thru sqlplus in remote DB ie:
SQL>@/path/file.sql (it works)
then i try from my local shell to the remote DB ie:
# /path/bin/sqlplus user/passwd@sid @/path/file.sql
but it returns
"SP2-0310: unable to open
file "/path/file.sql"".
can anybody help me?