- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle8i dbassist coredumps when saving script
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-13-2001 03:17 AM
08-13-2001 03:17 AM
Oracle8i dbassist coredumps when saving script
Anyone experienced anything like this:
When running Oracle8i (64bit)'s dbassist java program; when selecting to save information to shell script, the program coredumps with the following error:
SIGSEGV 11* segmentation violation
stackbase=7CD6B000, stackpointer=7CD6CDE8, pc=C184D70C
dbassist[107]: 1984 Abort(coredump)
(truncated; full listing in enclosed file)
rgds Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 03:22 AM
08-13-2001 03:22 AM
Re: Oracle8i dbassist coredumps when saving script
This is on a HP-UX 11.0 64bit, running Oracle8.1.7.0.0 (64bit)
Patches:
GR+HWCR June 2001
+PHCO_23963
/stand/system:
* Tunable parameters
STRMSGSZ 65535
max_thread_proc 256
maxdsiz 256000000
maxdsiz_64bit 1073741824
maxssiz 83886080
maxssiz_64bit 83886080
maxswapchunks 1024
maxtsiz_64bit 67108864
maxuprc 100
maxusers 250
ncallout 2064
nkthread 2048
nstrpty 60
semmni 70
semmns 1600
shmmax 0X40000000
shmmni 800
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 03:55 AM
08-13-2001 03:55 AM
Re: Oracle8i dbassist coredumps when saving script
is the value of nproc is 4096?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 04:59 AM
08-13-2001 04:59 AM
Re: Oracle8i dbassist coredumps when saving script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 05:23 AM
08-13-2001 05:23 AM
Re: Oracle8i dbassist coredumps when saving script
the nproc value should be 4096 and according to this value, some of the kernel parameters values will also change, look into orcale 8.1.7 installation doc. by looking at the values you have provided it looks that swap is 1GB and RAM is 512 MB which is enough for oracle 8.1.7.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 05:28 AM
08-13-2001 05:28 AM
Re: Oracle8i dbassist coredumps when saving script
Think I have the parameters OK as I have several database up and running without problems. And the dbassist tool works fine if I let it do the database creation right away instead of generating a script.
But you know the script is nice to have, (especially if the creatinon fail and you have to start over, and also in recovery procedures)
Tried to crank up th nproc value to 4096, but the error remains.
ANdreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 11:44 PM
08-13-2001 11:44 PM
Re: Oracle8i dbassist coredumps when saving script
Set LANG=C.iso88591 and problem solved.
This must be related to my X-software (PC-Xware)
Andreas