- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to ftp to $ORACLE_HOME/lib as oracle user
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2001 09:48 PM
03-18-2001 09:48 PM
unable to ftp to $ORACLE_HOME/lib as oracle user
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2001 09:50 PM
03-18-2001 09:50 PM
Re: unable to ftp to $ORACLE_HOME/lib as oracle user
Does any error if use ftp program in windows dos prompt ?
just supply oracle user and password when ftp ask for user/passsword.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2001 10:13 PM
03-18-2001 10:13 PM
Re: unable to ftp to $ORACLE_HOME/lib as oracle user
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2001 12:56 AM
03-19-2001 12:56 AM
Re: unable to ftp to $ORACLE_HOME/lib as oracle user
Probably the oracle user has no rights to do a FTP session. You will have to check your FTP configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2001 01:09 AM
03-19-2001 01:09 AM
Re: unable to ftp to $ORACLE_HOME/lib as oracle user
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