- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle 8i problem after memory upgrde
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
12-09-2004 07:49 PM
12-09-2004 07:49 PM
Oracle 8i problem after memory upgrde
I have a server running HP-UX 11 (64bit) with Oracle 8i (32bit). There are 2 Oracle instances running (or were)live and test. The server had 1 GB memory installed and there was no problems. Yesterday we added an aditional 3 GB memory. Now the live instance starts no problem, but the test instance will not start, fails with
ORA-27102: out of memory
HP-UX Error: 12: Not enough space
We haven't changed any Oracle or Kernel settings, anyone any ideas?
Thanks
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 08:25 PM
12-09-2004 08:25 PM
Re: Oracle 8i problem after memory upgrde
there are somany posts regarding this
see the followinglinks,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=135991
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=566727
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=314468
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 08:36 PM
12-09-2004 08:36 PM
Re: Oracle 8i problem after memory upgrde
32bits apps can address just the first 2G of RAM.
Did you increased the SGA of the live instance ?
If you want to use oracle in the 3rd and 4th Gb space addressing, you shuld use the memory windows... but they are a little complicated.
Consider that you can use the 64bit oracle, it would avoid you many problems like this.
Moreover: could you please post your kernel config (/stand/system) ?
I suspect some low kernel parameter...
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 10:11 PM
12-09-2004 10:11 PM
Re: Oracle 8i problem after memory upgrde
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 11:15 PM
12-09-2004 11:15 PM
Re: Oracle 8i problem after memory upgrde
This is recalling some old stuff.
If you use 32-bit Oracle, the max SGA size is 1.75 GB FOR ALL databases together !
Sorry for the bad news.
You could go to windowing as alternate solution, but that is a different story and i would not go for it.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 11:29 PM
12-09-2004 11:29 PM
Re: Oracle 8i problem after memory upgrde
The long term answer is 64 bit Oracle is the way to go. If there was a physical problem with the new memory it would not be possible to run the box.
If you go 64 bit your data's word size will have to be converted from 32 bit to 64 bit.
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
12-10-2004 12:54 AM
12-10-2004 12:54 AM
Re: Oracle 8i problem after memory upgrde
Be sure to follow up the pointers to the old topics posted earlier. It has all been said and done before.
My guess is that you were just on the edge, and now need to tweak swap settings.
Just to try you might want to
- reverse the start order
- reduce the SGA dramatically ( 1/2 shared pool, 1/2 buffer).
Only to try... not to run.
check (real/swap) memory pressure as you go.
Also check ipcs -m
Alexander wrote : "If you use 32-bit Oracle, the max SGA size is 1.75 GB FOR ALL databases together ! "
I can not believe that at all. That _has_ to be bogus. / urban myth. That 1.7 limit is strictly a virtual address issue for the oracle image(s). Each instance has its own address use, its own shared memory section (ipcs -m). They are not mapped together.
hope this helps some,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 01:09 AM
12-10-2004 01:09 AM
Re: Oracle 8i problem after memory upgrde
it's not an urban legend.
32bit oracle can address just 2Gb of memory, but since 0.25 is used by the kernel itself, you are left with 1.75Gb. the FIRST 2Gb of memory.
Memory windows can be helpful, because you can shit those 1.75Gb, but the are not easy to handle.
There is a white paper in each hpux server //usr/share/doc/mem_wndw.txt ,
but you will have to trouble a lot.
Try playng with the swap, or install 64bit software. It's much easier.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 03:39 AM
12-10-2004 03:39 AM
Re: Oracle 8i problem after memory upgrde
The best documenation for this is probably in metalink artcle 69119.1 :
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=69119.1
Why do you have a problem now? Something else ate a little more space? As suggested before, try tweaking the SGA down a little. Try switching the startup order. See it any TRACE (and/or ALERT) file has more details.
How to solve it for real?
Go 64 bit, or use memory windows:
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_id=77310.1&p_database_id=NOT
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 04:06 AM
12-10-2004 04:06 AM
Re: Oracle 8i problem after memory upgrde
Folks,
Richard accidently launched 2 identical topics, with only a minor spelling change in the subject.
There is a also activity in:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=760500
I'd like the current thread (760502) to become the main one... if the discussion is not over.
fwiw,
Hein.