Operating System - HP-UX
1752433 Members
6141 Online
108788 Solutions
New Discussion юеВ

Re: Oracle patch 8174 Relink Fail HELP

 
SOLVED
Go to solution
Steven Chen_1
Super Advisor

Oracle patch 8174 Relink Fail HELP

Hello,

It'll be greatly appreciated if someone offer help on this issue:

We have new L2000 of hpux 11.11 64 bit. Installing Oracle 8170 was fine. But patching 8174 failed on ld on rdbms parts. The messages are like:

--------------------------
/usr/ccs/bin/ld: Unrecognized argument: +padtext
/usr/ccs/bin/ld: Usage: /usr/ccs/bin/ld [options] [flags] files
*** Error exit code 1
--------------------------

These messages are generated after failing on gui installation on rdbms part and then using relink all for oracle later.

Several talks to HP and Oracle does not point to somewhere:

1) with HP hint, I patched PHSS_26263 of ld and linker tools. Still failed on relinking.

2) with Oracle, first pointed to ld patch, then find no clue.

Everything is brand new, new OS, new Oracle 817. Should have no conflict here.

Would HP box has linker issue, and what else need to do here?

Thanks a lot,

Steven
Steve
2 REPLIES 2
John Palmer
Honored Contributor
Solution

Re: Oracle patch 8174 Relink Fail HELP

Hi,

Don't know if it'll help or not but there's an entry on Metalink which says that the fix is:
'Install aCC compiler'

Regards,
John
MANOJ SRIVASTAVA
Honored Contributor

Re: Oracle patch 8174 Relink Fail HELP

Hi Steven


You need to install linker patch , here are the details ( thought 1 year old )


There is a HP patch (PHSS_22478) that have to be applied before the oracle upgrade. Also, the HP Unix system configration must be verified and make any necessary changes based on the Oracle 8.1.7 requirement.

Parameter Required
==================================
SHMMAX 1gb
SHMMIN 1
SHMMNI 100
SHMSEG 10

SEMMNI 70
SEMMNS 200
MAX_THREAD_PROC >= 256
Manoj Srivastava