Operating System - HP-UX
1833502 Members
2672 Online
110057 Solutions
New Discussion

Re: oracle 8i patches for 11.11

 
Radhakrishnan Venkatara
Trusted Contributor

oracle 8i patches for 11.11

hi all,
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
Negative thinking is a highest form of Intelligence
6 REPLIES 6
U.SivaKumar_2
Honored Contributor

Re: oracle 8i patches for 11.11

Hi,
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
Innovations are made when conventions are broken
T G Manikandan
Honored Contributor

Re: oracle 8i patches for 11.11

Which version of Oracle are you using

8.1.7 or ?

Are you trying to connect from the client or it is on the database server machine.

Some details please

Thanks
T G Manikandan
Honored Contributor

Re: oracle 8i patches for 11.11

Trying re-linking your sqlplus executables

as

$cd $ORACLE_HOME/sqlplus/lib
$make -f sqlplus.mk install

Thanks
Radhakrishnan Venkatara
Trusted Contributor

Re: oracle 8i patches for 11.11

hi,

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


Negative thinking is a highest form of Intelligence
T G Manikandan
Honored Contributor

Re: oracle 8i patches for 11.11

You can use chatr to find the libraries that are reffered by sqlplus.

$chatr sqlplus

check for those libraries and make sure that you have them on yout SHLIB_PATH variable.


Thanks
V. V. Ravi Kumar_1
Respected Contributor

Re: oracle 8i patches for 11.11

hi,
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
Never Say No