Hi Daniel,

I'm working on HP-UX so you may have to adapt this information for Solaris.

If the $PATH variable is set to include the directory for sqlplus, then you don't have to run it from it's own location.

I merely suggested this to find out whether the installation had worked properly.

Try entering
which sqlplus

I suspect the response will be
no sqlplus in {list of directories}

Then enter
find / -name sqlplus
and note down the directory.

You will then need to change the .profile file for the Oracle account and add that directory to the $PATH variable.

If the find command does not list the location you may have a had a problem installing Oracle. I would suggest a re-install.

Regards

Nick