- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 11.11 update/oracle
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
08-27-2005 03:42 AM
08-27-2005 03:42 AM
11.11 update/oracle
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"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2005 04:30 AM
08-27-2005 04:30 AM
Re: 11.11 update/oracle
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2005 04:44 AM
08-27-2005 04:44 AM
Re: 11.11 update/oracle
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2005 05:34 AM
08-27-2005 05:34 AM
Re: 11.11 update/oracle
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2005 05:36 AM
08-27-2005 05:36 AM
Re: 11.11 update/oracle
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2005 04:13 PM
08-27-2005 04:13 PM
Re: 11.11 update/oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2005 05:41 PM
08-27-2005 05:41 PM
Re: 11.11 update/oracle
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.