- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- skgfofi: size of file exceeds file size limit of t...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-30-2003 07:18 AM
тАО09-30-2003 07:18 AM
skgfofi: size of file exceeds file size limit of the process
ORA-01116: error in opening database file 26
ORA-01110: data file 26: '/ora05/gpo/gpot3/md_misc02_x.dbf'
ORA-27092: skgfofi: size of file exceeds file size limit of the process
Additional information: 262143
Additional information: 307201
ORACLE rel: 9.2.0.2.0
HP-UX 11.11
largfiles
ksh
ulimit is 4194303 which I understand to be unlimited.
2516590592 /ora05/gpo/gpot3/mdmisc02_x.dbf
gp03:/opt/gp03/bin$grep max /stand/system
dbc_max_pct 5
maxfiles 120
maxswapchunks 2024
maxuprc 3687
maxusers 400
msgmax 65536
shmmax 1073741824
maxdsiz 1073741842
maxssiz 134217728
maxtsiz 0x8000000
maxtsiz_64bit 0x40000000
ksi_alloc_max 32768
maxdsiz_64bit 2147483648
maxssiz_64bit 1073741824
max_thread_proc 256
Things I found so far all point to ulimit. Is there anything else that could be causing the ORA-27092 error?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2003 07:23 AM
тАО09-30-2003 07:23 AM
Re: skgfofi: size of file exceeds file size limit of the process
Does the
/ora05/gpo/gpot3
filesystem have largefiles enabled?
run
fsadm /ora05/gpo/gpot3
& if it does *not* return largefiles
Then there's your problem.
Then run
fsadm -o largefiles /ora05/gpo/gpot3
to set the largefiles flag.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2003 07:29 AM
тАО09-30-2003 07:29 AM
Re: skgfofi: size of file exceeds file size limit of the process
fsadm -F vxfs /ora05/gpo/gpot3
largefiles
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2003 07:43 AM
тАО09-30-2003 07:43 AM
Re: skgfofi: size of file exceeds file size limit of the process
ulimit -a
You're looking for the following outputs
file(blocks)
data(kbytes)
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2003 08:44 AM
тАО09-30-2003 08:44 AM
Re: skgfofi: size of file exceeds file size limit of the process
/home/oracle$ulimit -a
ksh: ulimit: bad option(s)
/home/oracle$ulimit
4194303
Thanks.
Switched to posix shell
/home/oracle$sh $ ulimit -a
time(seconds)unlimited
file(blocks)unlimited
data(kbytes)1048576
stack(kbytes)131072
memory(kbytes)unlimited
coredump(blocks)4194303
nofiles(descriptors) 120
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2003 06:06 PM
тАО09-30-2003 06:06 PM
Re: skgfofi: size of file exceeds file size limit of the process
Is this a fresh installation or upgrade
check the attache
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2003 06:12 PM
тАО09-30-2003 06:12 PM
Re: skgfofi: size of file exceeds file size limit of the process
1.I would first suggest to update this patch and then try starting Oracle.
This patch is for ksh which does not report ulimit as unlimited.
This might prevent Oracle startup.
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_27019&context=hpux:800:11:11
2.Try changing the shell
$/usr/bin/sh
Then do a startup of the database from here
3.Also,revert with the values of ulimit -aH from the posix-sh.
$ulimit -aH
This would give the hard limit values
Revert