<disclaimer>
I've never installed/used oracle anywhere, let alone linux, but here's my 2
paise...
</disclaimer>
On Tue, May 16, 2000 at 08:58:11PM +0530, Rajesh Fowkar wrote:
> As you can see the *runInstaller* script has got execute permissions to all and
>hence when
> I try to run it from oracle user it should not give any problems. (Bash runInstaller
>works,
> ../runInstaller gives permission denied error). The script however points to
>
there maybe some other places in the script which may need access to root owned
files. hack the script. as to why its working with bash <whatever>... is u're
bash SUID?
> #!/bin/sh
check the file permitions of /bin/sh
>
> oracle@rajesh:/u01/app/oracle/product/8.1.5/bin > ./svrmgrl
> bash: ./svrmgrl: Permission denied
check the perms. on svrmgrl. i dont think u have the permitions on this one.
> oracle@rajesh:/u01/app/oracle/product/8.1.5/bin > bash svrmgrl
> svrmgrl: svrmgrl: cannot execute binary file
that must be an ELF bin.
-----------------------------------------------------------------------
Check out the 'What to do before posting to the list' site
for a list of things to try before posting. The site is
at http://botsie.tripod.com/beforeposting/