- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Installing oracle client 9i on hpux 11i
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-30-2006 08:41 AM
тАО01-30-2006 08:41 AM
I got a request to create an oracle user for installing oracle client on hpux 11i per below mentioned command.
useradd -u 101 -g dba -c "Oracle Software Owner" -d /opt/oracle -s /bin/bash oracle
I believe hpux 11i does not have /bin/bash ( bash ) shell. Should i replace the oracle user's shell with "/usr/bin/ksh" ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 08:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 08:45 AM
тАО01-30-2006 08:45 AM
Re: Installing oracle client 9i on hpux 11i
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 08:53 AM
тАО01-30-2006 08:53 AM
Re: Installing oracle client 9i on hpux 11i
the bash shell for HP-UX will not intereact properly for Oracle. That is not a certified combination.
You should use ksh or posix, depending on what the oracle documentation says. I've pretty much done both.
There is hpux specific documentation at http://technet.oracle.com and http://metalink.oracle.com
Using a Linux setup manual for Oracle is a reciple for a non-working database.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 10:57 AM
тАО01-30-2006 10:57 AM
Re: Installing oracle client 9i on hpux 11i
The 'bash' shell doesn't come with standard HP-UX. That aside, there is no reason not to use the standard Posix shell -- '/usr/bin/sh'. It gives you excellent support.
Remember, if you wish to use another shell for a particular script there is nothing to prevent you from doing so. Simply declare the approriate interpreter in the "she-bang" line -- #!
The Korn shell found in '/usr/bin/ksh' is a Korn88 version and doesn't differ substantially from the Posix shell. There is a Korn93 shell in '/usr/dt/bin/dtksh' which provides more modern features than the standard 'ksh', but, again, I setup the default shell to be the Posix one for conformity.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 02:42 PM
тАО01-30-2006 02:42 PM
Re: Installing oracle client 9i on hpux 11i
"BASH" doesnt come with HP-UX by default. It is part of TCOpensource component, which can be downloaded from,
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123
You can give as "useradd -u 101 -g dba -c "Oracle Software Owner" -d /opt/oracle -s /usr/bin/ksh oracle"
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 03:36 PM
тАО01-30-2006 03:36 PM
Re: Installing oracle client 9i on hpux 11i
since bash shell does not exist on hp-ux, you can use either of ksh, sh or csh
Anyway, all the oracle script have the appropriate instructions as to what script to use when executing. Nothing you have to worry about.
Just choose any shell that you are at ease with.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 09:56 PM
тАО01-30-2006 09:56 PM
Re: Installing oracle client 9i on hpux 11i
In order to access an Oracle database, a number of software components need to be installed on a client. Oracle 9i uses its networking component Net8 to provide client-server and server-server connectivity for many common protocols and platforms. Simply export your display and run the Oracle Installer selecting to install Oracle client 9.X.X.0.X.
Oracle Client installation you can specify the type of installation required for the client components depending upon the features that the client machine needs If you need to perform DBA tasks such as creating and backing-up databases, and stopping the server then choose the Administrator option. Install a layer of network software that allows you to communicate with Oracle.
Regards,
Simon