1833780 Members
2380 Online
110063 Solutions
New Discussion

unzip utility

 
SOLVED
Go to solution
Grayh
Trusted Contributor

unzip utility

I have installed the unzip utility as a root..

Now the Oracle user is unable to use this utility..

How should I set it
6 REPLIES 6
Pete Randall
Outstanding Contributor
Solution

Re: unzip utility

$ ll /usr/local/bin/unzip
-rwxr-xr-x 2 root sys 122880 May 30 2003 /usr/local/bin/unzip


Pete

Pete
Grayh
Trusted Contributor

Re: unzip utility

thank you
Ganesan R
Honored Contributor

Re: unzip utility

Hi,

You can also set the path in oracle user profile for permenant solution.
Best wishes,

Ganesh.
Pete Randall
Outstanding Contributor

Re: unzip utility

Having the executable in Oracle's path won't make much difference if the permissions are set wrong!


Pete

Pete
Steven Schweda
Honored Contributor

Re: unzip utility

For future reference:

> I have installed the unzip utility as a
> root..

Exactly what did you do, and with what did
you do it? Does "as a root" mean anything
like 'as user "root"'?

> Now the Oracle user is unable to use this
> utility..

What does this mean? What was the actual
command used, and what happened when it was
used?

Showing actual commands with actual output is
normally much more useful than giving vague
descriptions. Making people guess what you
did, and what happened when you did it,
wastes everyone's time.
Grayh
Trusted Contributor

Re: unzip utility

Thank you