- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is my filesize related to Oracle exp failure
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
02-20-2001 08:49 AM
02-20-2001 08:49 AM
Is my filesize related to Oracle exp failure
I would appreciate it if someone look at my /stand/system file (on hpux10.20) to find anything related to my exp oracle failure (I only exp to about 500M, then stop)?
---------------
STRMSGSZ 65535
dbc_max_pct 15
maxdsiz 1073741824
maxfiles 512
maxswapchunks 4096
maxtsiz 1073741824
maxuprc (NPROC-4)
maxusers 450
ndilbuffers 512
nfile (16*(NPROC+16+MAXUSERS)/10+32+2*NPTY)
npty 100
nstrpty 60
num_clients 10
semmni 1364
semmns 2048
semmnu 683
semume 292
shmmax 1073741824
shmmni 1024
shmseg 200
-----------------------
Thank you very much,
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 09:27 AM
02-20-2001 09:27 AM
Re: Is my filesize related to Oracle exp failure
Whats the value of nproc?
I would suggest you have maxfiles at 2048, but it more nproc Im interessetd since you gave params with formulas..
But I wonder if you are not having problems elsewhere, what is the expected size of the export? how much free space do you have? what else is running on the machine at the same time... what type of machine with how much RAM /swap...
Best regards
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 11:47 AM
02-20-2001 11:47 AM
Re: Is my filesize related to Oracle exp failure
While I use cron to export on weekend early morning, the processes running should not be more than 50.
I am trying to find if there is file size limitation?
Any thought is greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 12:02 PM
02-20-2001 12:02 PM
Re: Is my filesize related to Oracle exp failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 08:33 AM
02-21-2001 08:33 AM
Re: Is my filesize related to Oracle exp failure
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 09:33 AM
02-21-2001 09:33 AM
Re: Is my filesize related to Oracle exp failure
nproc=3620?
So I see nothing wrong with your kernel params..
I agree with Jim and Joseph, looks like a corrupted datafile or filesystem, for the file system its easy to check, write a little script that will fill up the file system or try to create a file somewhere else that exeeds 500 MB and copy it where the export should go, run fsck...
For the datatfile look at oracle logs, you should find in it the reason why it aborts...
Good luck