HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle 7.3.4.5 startup problems cold install hpux1...
Operating System - HP-UX
1827283
Members
3418
Online
109717
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-07-2001 01:29 PM
06-07-2001 01:29 PM
Oracle 7.3.4.5 startup problems cold install hpux10.20
After reinstalling HPUxB10.20A , due to make_recovery problems,Oracle will not startup with the following errror:
/usr/lib/libdld.sl unresolved charater(s) _atxit (exitcode) from /usr/lib/libdld.1
Does this ring a bell?
/usr/lib/libdld.sl unresolved charater(s) _atxit (exitcode) from /usr/lib/libdld.1
Does this ring a bell?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 01:39 PM
06-07-2001 01:39 PM
Re: Oracle 7.3.4.5 startup problems cold install hpux10.20
Hi Peter,
You probably need to relink ORACLE;
1) as user oracle (or database owner) cd to $ORACLE_HOME/bin
mkdir orig
mv oracle svrmgrl sqlplus orig/
cd ${ORACLE_HOME}/svrmgr/lib
make -f ins_svrmgr.mk svrmgrl
mv svrmgrl ${ORACLE_HOME}/bin/
cd ${ORACLE_HOME}/rdbms/lib
make -f ins_rdbms.mk oracle
chmod 6755 oracle
mv oracle ${ORACLE_HOME}/bin/
cd ${ORACLE_HOME}/sqlplus/lib
make -f ins_sqlplus.mk sqlplus
mv sqlplus ${ORACLE_HOME}/bin
You may get a few warning messages in the makes; these are normal.
REgards, Clay
You probably need to relink ORACLE;
1) as user oracle (or database owner) cd to $ORACLE_HOME/bin
mkdir orig
mv oracle svrmgrl sqlplus orig/
cd ${ORACLE_HOME}/svrmgr/lib
make -f ins_svrmgr.mk svrmgrl
mv svrmgrl ${ORACLE_HOME}/bin/
cd ${ORACLE_HOME}/rdbms/lib
make -f ins_rdbms.mk oracle
chmod 6755 oracle
mv oracle ${ORACLE_HOME}/bin/
cd ${ORACLE_HOME}/sqlplus/lib
make -f ins_sqlplus.mk sqlplus
mv sqlplus ${ORACLE_HOME}/bin
You may get a few warning messages in the makes; these are normal.
REgards, Clay
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 01:50 PM
06-07-2001 01:50 PM
Re: Oracle 7.3.4.5 startup problems cold install hpux10.20
Hi Peter:
I recently encountered the need to relink Oracle binaries on HP-UX 10.20 with Oracle 7.3.4.4 to correct a similar problem after applying the March 2001 GR bundle. Depending on how you restored (?) your Oracle binaries, you might want to try relinking.
...JRF...
I recently encountered the need to relink Oracle binaries on HP-UX 10.20 with Oracle 7.3.4.4 to correct a similar problem after applying the March 2001 GR bundle. Depending on how you restored (?) your Oracle binaries, you might want to try relinking.
...JRF...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP