Hi,
Anyone know why after I installed the Oracle 9iAS (HP-UX), I found my IAS user owner unable to perform OS command like ls -l even cannot see the environment file. I installed the IAS thru that user owner.
My database version is 8.1.7.0.0
Your help is much appreciated. Thanks
01-17-2001, 08:52 AM
slam
Maybe PATH is not set
Hello,
Could it be that your OS environment variable PATH is not correct. Try PATH=/usr/bin and then try the command ls -l or env again.
SLAM.
01-18-2001, 06:55 AM
ckwan
Thanks, you are right. After I include the $PATH in the environment, the problem solved.