- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- couldn't create SQL Plus spool file larger than 2 ...
Operating System - HP-UX
1819794
Members
3192
Online
109607
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
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
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
тАО06-24-2002 10:00 PM
тАО06-24-2002 10:00 PM
I'm having oracle 8.1.7 running on v class(hpux 11.11) system. The file system are setup with largefiles options. Ulimit is setup to unlimited.
# ulimit -Sa
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 262144
stack(kbytes) 8192
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 256
#ulimit -Ha
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 262144
stack(kbytes) 8192
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) 1024
I don't have any problem to write/create larger than 2Gb file as a oracle or any other user.
But we couldn't create SQL plus spool files larger than 2 Gb. I know that we are having following work around for this problem,
1) mkfifo temp
2) dd if=temp of=spool &
Even I found some other ways(in this forum) to resolve this issue.
My question is here,
Is there any other way we can resolve this large files issue by doing some changes in the application(SQL/Oracle) configuration files?
# ulimit -Sa
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 262144
stack(kbytes) 8192
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 256
#ulimit -Ha
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 262144
stack(kbytes) 8192
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) 1024
I don't have any problem to write/create larger than 2Gb file as a oracle or any other user.
But we couldn't create SQL plus spool files larger than 2 Gb. I know that we are having following work around for this problem,
1) mkfifo temp
2) dd if=temp of=spool &
Even I found some other ways(in this forum) to resolve this issue.
My question is here,
Is there any other way we can resolve this large files issue by doing some changes in the application(SQL/Oracle) configuration files?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2002 04:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2002 06:00 AM
тАО06-26-2002 06:00 AM
Re: couldn't create SQL Plus spool file larger than 2 gb
hi,
are your fs in largefile mode.
# fsadm /dev/vg01/rlvol_u01
output should contain
largefiles
if not try
# fsadm -o largefiles /dev/vg01/rlvol_u01
regards
-PP
are your fs in largefile mode.
# fsadm /dev/vg01/rlvol_u01
output should contain
largefiles
if not try
# fsadm -o largefiles /dev/vg01/rlvol_u01
regards
-PP
Goodbye Douglas! Whereever you are now, keep your towel and don't panic.
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