HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Core Dump when accessing sqlplus!!
Operating System - HP-UX
1827794
Members
2352
Online
109969
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
11-20-2000 04:56 AM
11-20-2000 04:56 AM
Core Dump when accessing sqlplus!!
Hi, we ahve just upgraded from oracle 734 to oracle 8. When I access sqlplus it returns with a core dump. my OS version 11.00 32/bit. We are running baan 4c if this is any help. What is the reason for this core dump and how do I fix this.
Please could you give some tips here.
THX
Ettienne
Please could you give some tips here.
THX
Ettienne
Never erver say DIE
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 05:19 AM
11-20-2000 05:19 AM
Re: Core Dump when accessing sqlplus!!
Hi Ettienne,
There are several possibilities, among them are:-
1. Are you using RADIUS authentication?
2. Have you got the correct ORACLE_HOME/bin first in PATH and ORACLE_HOME set correctly?
3. Does SHLIB_PATH include $ORACLE_HOME/lib ?
Let me know if any of the above apply. If not, some more information would be useful.
Regards
John
There are several possibilities, among them are:-
1. Are you using RADIUS authentication?
2. Have you got the correct ORACLE_HOME/bin first in PATH and ORACLE_HOME set correctly?
3. Does SHLIB_PATH include $ORACLE_HOME/lib ?
Let me know if any of the above apply. If not, some more information would be useful.
Regards
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 05:22 AM
11-20-2000 05:22 AM
Re: Core Dump when accessing sqlplus!!
Hi:
You may have to relink the oracle binaries after the upgrade to get rid of that problem:
1. # su - oracle
2. $ dbshut
3. $ cd ${ORACLE_HOME}/bin
4. $ mkdir orig
5. $ mv oracle svrmgrl sqlplus orig
6. $ cd ${ORACLE_HOME}/svrmgr/lib
7. $ make -f ins_svrmgr.mk svrmgrl
8. $ mv svrmgrl ../../bin
9. $ cd ${ORACLE_HOME}/rdbms/lib
10. $ make -f ins_rdbms.mk oracle
11. $ chmod 6755 oracle
12. $ mv oracle ../../bin
13. $ cd ${ORACLE_HOME}/sqlplus/lib
14. $ make -f ins_sqlplus.mk sqlplus
15. $ mv sqlplus ../../bin
16. Ensure that the new binaries have the correct permissions
by comparing them with the ones saved in
${ORACLE_HOME}/bin/orig
For example, the oracle binary needs these permissions:
$ ll bin/oracle
-rwsr-s--x 1 oracle dba 7503872 Mar 15 11:33 bin/oracle
17. $ dbstart
Additionally, make sure that you have the /etc/nsswitch.conf set up properly eg:
hosts: files [NOTFOUND=continue] dns
Also if you do a search for "core dump" AND oracle in the forums for other links.
good luck
You may have to relink the oracle binaries after the upgrade to get rid of that problem:
1. # su - oracle
2. $ dbshut
3. $ cd ${ORACLE_HOME}/bin
4. $ mkdir orig
5. $ mv oracle svrmgrl sqlplus orig
6. $ cd ${ORACLE_HOME}/svrmgr/lib
7. $ make -f ins_svrmgr.mk svrmgrl
8. $ mv svrmgrl ../../bin
9. $ cd ${ORACLE_HOME}/rdbms/lib
10. $ make -f ins_rdbms.mk oracle
11. $ chmod 6755 oracle
12. $ mv oracle ../../bin
13. $ cd ${ORACLE_HOME}/sqlplus/lib
14. $ make -f ins_sqlplus.mk sqlplus
15. $ mv sqlplus ../../bin
16. Ensure that the new binaries have the correct permissions
by comparing them with the ones saved in
${ORACLE_HOME}/bin/orig
For example, the oracle binary needs these permissions:
$ ll bin/oracle
-rwsr-s--x 1 oracle dba 7503872 Mar 15 11:33 bin/oracle
17. $ dbstart
Additionally, make sure that you have the /etc/nsswitch.conf set up properly eg:
hosts: files [NOTFOUND=continue] dns
Also if you do a search for "core dump" AND oracle in the forums for other links.
good luck
nothing wrong with me that a few lines of code cannot fix!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 05:25 AM
11-20-2000 05:25 AM
Re: Core Dump when accessing sqlplus!!
Try getting some more info on what caused the core : eg try running a
file core & what core :
get latest patches installed, check what "cored" log files etc, rc.log syslog.log etc for clues ?
file core & what core :
get latest patches installed, check what "cored" log files etc, rc.log syslog.log etc for clues ?
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