- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- oracle 8i patches for 11.11
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
07-14-2002 09:50 PM
07-14-2002 09:50 PM
oracle 8i patches for 11.11
I installed oracle 8i on hp-ux 11.11 (both are 32 bit versions) on G class.
Database started and it is working fine without any problems. But when i run sqlplus it just giving memory fault (core dump).
I checked for the patches if any necessary to be loaded for 8i on hp 11i but the release notes gives only for 11.0 and not for 11i.
please tell where i can find the patches for 11i or any solutions for my problem
radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2002 10:10 PM
07-14-2002 10:10 PM
Re: oracle 8i patches for 11.11
There will be another sqlplus executable under
bin directory. As far as i remember it is
sqlplus0 you can do this under bin directory.
#ls sqlplu*
try using the other one ( not sqlplus ) it will
work without any problems.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2002 10:22 PM
07-14-2002 10:22 PM
Re: oracle 8i patches for 11.11
8.1.7 or ?
Are you trying to connect from the client or it is on the database server machine.
Some details please
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2002 10:27 PM
07-14-2002 10:27 PM
Re: oracle 8i patches for 11.11
as
$cd $ORACLE_HOME/sqlplus/lib
$make -f sqlplus.mk install
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2002 10:50 PM
07-14-2002 10:50 PM
Re: oracle 8i patches for 11.11
when i use sqlplusO it gives
following error.
$ sqlplusO
/usr/lib/dld.sl: Can't open shared library: /project/hpux/816/scratch/src/lib//l
ibwtc8.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
I can connect from d2k sqlplus.
i copied sqlplus of oracle 7.1.3. and it is working fine without any problems.
radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2002 11:08 PM
07-14-2002 11:08 PM
Re: oracle 8i patches for 11.11
$chatr sqlplus
check for those libraries and make sure that you have them on yout SHLIB_PATH variable.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2002 11:29 PM
07-14-2002 11:29 PM
Re: oracle 8i patches for 11.11
this is the list of patches.
HP-UX 11.11 (11i)
Latest Support Plus Bundle is 'March 2002 SP-0203'
Part Number: 5012-0050
HP-UX 11.11
===========
4. ONC/NFS General Release/Performance Patch
Current Revision of Patch:
PHNE_24910 - s700_800 11.11 ONC/NFS General Release/Performance Patch
Patch in latest Support Plus Patch Bundle? Yes, as PHNE_24035.
3. ld and linker tools cumulative patch
Current Revision of Patch:
PHSS_24304 - s700_800 11.11 ld(1) and linker tools cumulative patch
Patch in latest Support Plus Patch Bundle? No.
2. libc cumulative patch
Current Revision of Patch:
PHCO_25452 :s700_800 11.11 libc cumulative patch
Patch in latest Support Plus Patch Bundle? Yes, as PHCO_24400.
1. libc cumulative header file patch
Current Revision of Patch:
PHCO_24402 :s700_800 11.11 libc cumulative header file patch
Patch in latest Support Plus Patch Bundle? Yes, as PHCO_24402.
regds
ravi