Skip to Main Content

Infrastructure Software

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!

chmod problem

807557Feb 12 2008 — edited Feb 15 2008
Hi,

I installed OracleAS on Solaris 10 as 'oracle' user.
There is one shelscipt in '/oraas/home/OraHome_mid/bin' directory
ie; frmcmp.sh

I need to give execute this scrpt as another user 'u1'.

Both 'oracle' and 'u1' belongs to oinstall group.

I did the following steps:

#chmod 750 /oraas/home/OraHome_mid/bin
#chmod 750 /oraas/home/OraHome_mid/bin/frmcmp.sh

Then I logged in as u1,
exeuted

#!/usr/bin/sh
ORACLE_HOME=/oraas/home/OraHome_mid
export ORACLE_HOME
PATH=/usr/bin:/usr/ucb:/etc:.
PATH=$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:$PATH
export PATH
ORACLE_SID=orcl
export ORACLE_SID

$ sh frmcmp.sh

frmcmp.sh: frmcmp.sh: cannot open

Please help me to solve this.

Regards,
Mat.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2008
Added on Feb 12 2008
17 comments
277 views