1834577 Members
2785 Online
110069 Solutions
New Discussion

11.11 update/oracle

 
Nobody's Hero
Valued Contributor

11.11 update/oracle

I just updated to 11.11 from 11.0.

When I start svrmgrl for oracle, I get:

/usr/lib/dld.sl: Unresolved symbol: gethrtime (code) from oraclefsprd

I got this before but I cant find my thread in "my questions". I know it was a patch, but I am not sure which one it is.

Any way I can search for "gethrtime" in "my questions"?
UNIX IS GOOD
6 REPLIES 6
Ninad_1
Honored Contributor

Re: 11.11 update/oracle

Hi,

Have you checked for Oracle docs - if any relinking of oracle is required after the upgrade. Most probably you need to relink Oracle after an OS upgrade. Which Oracle version is installed ?


Regs,
Nad
Slawomir Gora
Honored Contributor

Re: 11.11 update/oracle

Hi,

you have to install hp-ux patches required by oracle and then relink oracle binaries.

You can download patch bundle for oracle from itrc.hp.com.
Sameer_Nirmal
Honored Contributor

Re: 11.11 update/oracle

I guess you are dealing with oracle 8.1.7 .
There is one Bug:2149869(unpublished) identified which is related to HP-UX 11 and 11i.

After Unix patch PHCO_24148 installed, the problem has been fixed.
Victor Fridyev
Honored Contributor

Re: 11.11 update/oracle

Hi,

Try to remake ORACLE:
su - oracle -c "cd $ORACLE_HOME/rdbms/lib/;make -f ins_rdbms.mk install"

BTW, have you really upgraded 11.00 to 11.11 ?
IMHO, better to install OS from scratch and reinstall all needed SW.

HTH
Entities are not to be multiplied beyond necessity - RTFM
D Block 2
Respected Contributor

Re: 11.11 update/oracle

get help for Oracle:

http://metalink.oracle.com
Golf is a Good Walk Spoiled, Mark Twain.
Hein van den Heuvel
Honored Contributor

Re: 11.11 update/oracle

google "+gethrtime +site:hp.com" point to:
http://h21007.www2.hp.com/dspp/ml/showArchiveMessage/1,,4!04!06!0020,00.html

This suggests you need patch: PHCO_22923

fyi: gethrtime is a lightweight timer implementation. This library call provides a performance improvement of up to 10 percent over an Oracle system not using gethrtime when TIMED_STATISTICS = TRUE.

Hein.