- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SGA limit on Oracle 8i 32 bit running on 11.11
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
04-10-2006 03:33 AM
04-10-2006 03:33 AM
SGA limit on Oracle 8i 32 bit running on 11.11
I freed up some space that was assigned to dbc_max_pct after reducing it from 50% ( yup that high). The intention was to throw in some of the freed RAM to oracle SGA.
I ran into a problem in which I believe the reason is a limitation in Oracle 8i 32 bits. We currently have 7 databases running on this box with 24GB memory. In total the SGA for all DB is 1.950GB.
When we tried increasing the SGA any oracle DB that is started once we cross a total 2GB SGA would not start and come up with the error:
ORA-27102: out of memory
HP-UX Error: 12: Not enough space
We reverted to the default SGA settings and are OK. My question, is it really an oracle 8i 32 bit limitation or is there something that can be changed in the kernel to accommodate this?
Some current kernel settings:
shmmax 1073741824
maxdsiz 1073741824
maxdsiz_64bit 2147483648
Current memory:
Phys Mem: 23.9gb
Buf Cache: 8.36gb Free Mem: 7.11gb
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 03:44 AM
04-10-2006 03:44 AM
Re: SGA limit on Oracle 8i 32 bit running on 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 04:18 AM
04-10-2006 04:18 AM
Re: SGA limit on Oracle 8i 32 bit running on 11.11
There is no reason why you can't convert to 64 bit Oracle if the OS is 64 bits.
There is a data conversion that will have to be run, which is painstaking and tedious.
By reducing the max_dbc_pct to a figure lower and clsoer to min_dbc_pct you are at least freeing the memory you were using to double buffer oracle.
As noted, you are at the limits of the 32 bit db, but I don't know why you are letting that limit you, unless the application that uses the data won't tolerate a 64 bit db and software.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 08:39 AM
04-10-2006 08:39 AM
Re: SGA limit on Oracle 8i 32 bit running on 11.11
"Memory Windows helps alleviate the 1.75 gigabytes limitation on system
wide shared memory for 32-bit applications by allowing cooperating
applications to configure their own 1 gigabyte window of shared
resources."
SEP, I am kinda stuck with the 32bit thing and I tell ya I wish i could get it resolved that way....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 08:53 AM
04-10-2006 08:53 AM
Re: SGA limit on Oracle 8i 32 bit running on 11.11
If you must fit within the limits of 32-bit land for whatever reason then memory windows are about as good as it gets; however, you must be running a 64-bit version of HP-UX eventhough your code is 32-bit.