Operating System - HP-UX
1836607 Members
1663 Online
110102 Solutions
New Discussion

unable to ftp to $ORACLE_HOME/lib as oracle user

 
robert_15
Occasional Contributor

unable to ftp to $ORACLE_HOME/lib as oracle user

Hi

I am trying to ftp a file directly into $ORACLE_HOME/lib as an oracle user. But when I login using a FTP program like WS_FTP as an oracle user, there is an error,'User oracle denied....login failed'

any ideas....thanx in advance

robert
4 REPLIES 4
Printaporn_1
Esteemed Contributor

Re: unable to ftp to $ORACLE_HOME/lib as oracle user

Hi ,

Does any error if use ftp program in windows dos prompt ?
just supply oracle user and password when ftp ask for user/passsword.
enjoy any little thing in my life
Steven Sim Kok Leong
Honored Contributor

Re: unable to ftp to $ORACLE_HOME/lib as oracle user

Hi,

Please check that /etc/shells contain the login shell of your oracle user. To identify the login shell of your oracle user, perform the following:

# grep oracle /etc/passwd|cut -d: -f7

Hope this helps. Regards.

Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
Dieter Degrendele_1
Frequent Advisor

Re: unable to ftp to $ORACLE_HOME/lib as oracle user

Hi,

Probably the oracle user has no rights to do a FTP session. You will have to check your FTP configuration.
The possible we did, the unpossible we're doing but for a miracle you have to wait some time.
robert_15
Occasional Contributor

Re: unable to ftp to $ORACLE_HOME/lib as oracle user

Hi

changed an entry for oracle user in /etc/passwd file from /bin/sh to /usr/bin/sh. Now I am able to ftp as oracle :)

thanks for your replies