- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I count the size that oracle ....
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
11-06-2002 04:47 AM
11-06-2002 04:47 AM
I need to know this when I'm trying to decide how many db I can have in one server
//Regards
O.Olsson
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 04:52 AM
11-06-2002 04:52 AM
Re: How do I count the size that oracle ....
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x10ca6af52b04d5118fef0090279cd0f9,00.html
But remember...how many databases you can accomodate effectively is first dependent on how much memory and resources your server has !!!!!
Hope this gets you started,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 05:04 AM
11-06-2002 05:04 AM
Re: How do I count the size that oracle ....
show sga
This will output something like:
Total System Global Area 1520471060 bytes
Fixed Size 76820 bytes
Variable Size 240074752 bytes
Database Buffers 1279262720 bytes
Redo Buffers 1056768 bytes
The Total System Global Area is the amount of shared memeory that is used.
Oracle also outputs this information when you start the database.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 05:10 AM
11-06-2002 05:10 AM
Re: How do I count the size that oracle ....
With 32-Bit-Oracle you can only use 2GB of physical Memory (Summary of all databases on one server).
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 08:44 AM
11-06-2002 08:44 AM
Re: How do I count the size that oracle ....
If it helps, a few points please.
The utility can't check total physical memory, make sure you have at least 256 Meg manually.
This is from metalink.oracle.com
Enjoy.
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
11-06-2002 11:41 PM
11-06-2002 11:41 PM
Re: How do I count the size that oracle ....
If I understands it right you can have a 4Tb shared Memory on a HP-UX 64-bit machine.
That means that I should be able to run 4000 DB with a SGA size of 1G on each. The max value 1.75 G (with right patch level)is for each 32-bit application not for the shared Memory.
Is this conclusion right ?
If I am wrong it means:
- You have two different shared Memory area one for 32-bit one for 64-bit aplications
or
- If I use 32-bit applications on a 64-bit Server the servers Shared Memory size are limited to 32-bit level size.
//This fun or ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 12:18 AM
11-07-2002 12:18 AM
Re: How do I count the size that oracle ....
Is that what you mean Christian?
//Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 12:55 AM
11-07-2002 12:55 AM
Re: How do I count the size that oracle ....
If you don't use memory windows you are in fact limited to 1,75 GB shared memory in summary for all databases using Oracle 32-bit
I give you some postings to this theme. Searching for "memory windows oracle" will lead you to many other postings.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xaacc91ccb36bd611abdb0090277a778c,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd6fec6af36b7d5118ff10090279cd0f9,00.html
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 01:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 01:06 AM
11-07-2002 01:06 AM
Re: How do I count the size that oracle ....
Notice: The maximum size of SGA is limited to 3,75GB per 32-bit-database even if using memory windows
Chris