- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ulimit for informix user.
Operating System - HP-UX
1824000
Members
3918
Online
109667
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
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
тАО08-29-2002 07:31 AM
тАО08-29-2002 07:31 AM
Hi everyone,
I am having problems finding something some information about the ulimit for the user informix. One of the dbas is trying to do an unload like so:
set pdqpriority 30;
unload to '/archive2/cdr_d_dest_feb.txt'
select * from cdr_d_dest where call_date
between '02/01/2002' and '02/28/2002';
order by call_date;
but she gets the error:
Write failed. 3852553 rows unloaded (check ulimit or disk space).
The size is 2147483647
on the file there is plenty of disk space in /archive2
for the user infomrix:
ulimit
4194303
Thanks
~ Richard
I am having problems finding something some information about the ulimit for the user informix. One of the dbas is trying to do an unload like so:
set pdqpriority 30;
unload to '/archive2/cdr_d_dest_feb.txt'
select * from cdr_d_dest where call_date
between '02/01/2002' and '02/28/2002';
order by call_date;
but she gets the error:
Write failed. 3852553 rows unloaded (check ulimit or disk space).
The size is 2147483647
on the file there is plenty of disk space in /archive2
for the user infomrix:
ulimit
4194303
Thanks
~ Richard
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2002 07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2002 07:38 AM
тАО08-29-2002 07:38 AM
Re: ulimit for informix user.
WEll that value of ulimit is 2GB - 4194393 x 512 bytes/block. I suspect that this user is using ksh and that is the maximum ulimit. You might try using the POSIX shell but I suspect that you are hitting a restriction in the informix code itself especially if this is 32-bit code. Not all code is able to use largefiles. Have you made sure that largefiles are enabled in this filesystem? That could easily be yoiur problem. Finally, you need to check to see if quotas are in play for this user.
If it ain't broke, I can fix that.
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP