Home > Ask the Oracle Experts > Database Design and Architecture Questions & Answers > How can I find statistics on total memory usage and database connections?
Ask The Oracle Expert: Questions & Answers
EMAIL THIS

How can I find statistics on total memory usage and database connections?

Brian Peasland EXPERT RESPONSE FROM: Brian Peasland

Pose a Question
Other Oracle Categories
Meet all Oracle Experts
Become an Expert for this site


Oracle tips, scripts, and expert advice
Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us    Add to Google


>
QUESTION POSED ON: 11 March 2008
I need to do a capacity planning for upgrading Oracle 9i to 10g on Oracle Application Tier and Database Tier.

For the application server, I need to know:

The total number of concurrent forms users during the next 2 months (March and April) at peak time. The total number of concurrent iProcurement users during March and April at peak time. Memory Usage for the same period.

For the database:

The total number of db connections during March and April at peak time. Memory Usage for the same period.

Could you please advise on how these statistics can be obtained?


>
EXPERT RESPONSE
If you have a current system to look at, then you can get a good start. I have never worked with the Application Server so I cannot answer your questions on that platform. But from Oracle, you can query V$RESOURCE_LIMIT to see your current number of sessions and the max number since the database was started. Oracle does not keep this information for specific months so you will have to query for this information before you shutdown the instance. The amount of memory should be relatively static from the Oracle instance's perspective. Simply sign on to the database as a DBA user with SQL*Plus and issue SHOW SGA. It will show you how much memory Oracle is using. So long as someone is not changing Oracle parameters, this will stay constant. Oracle user processes can consume additional memory, so the best way to see that is to use OS tools. In Unix/Linux, you can use the 'sar' command. In Windows, you can use the Performance Monitor.

If you do not have a current system, then the only thing you can do is make an educated guess.


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us    Add to Google


RELATED CONTENT
Database Design and Architecture
Why am I getting an Oracle error when issuing the RECOVER DATABASE command?
Can I add multiple datafiles and make use of all the temporary datafiles at the same time?
What's the best tape backup strategy for 10g RAC?
Checkpoint vs. commit process
How does an INSERT/UPDATE statement behave when executed compared to a SELECT statement?
Can I resize the SYSTEM tablespace?
What is the difference between an instance and mounting in Oracle?
How to implement a ref cursor called in a stored procedure
In Oracle, does the number of columns in a table affect the performance during SELECT/INSERT/UPDATE?
Allocating bytes as extents in Oracle

Oracle Database Administrator
What is the difference between a database engineer, architect and administrator?
Import on one table from dump file
Error during RMAN backup
Can I drop a column in SYS schema?
STATSPACK tool: transaction vs. execution measurement
Should I port from Microsoft Access?
Installing multiple Oracle homes
Modifying SYS password in a RAC environment
How to create Datafiles in a Data Guard (10g) environment
Importing tables with integrity constraints

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary



Search and Browse the Expert Answer Center
Search and browse more than 25,000 question and answer pairs from more than 250 TechTarget industry experts.
Browse our Expert Advice

HomeNewsTopicsTipsAsk the ExpertsMultimediaWhite PapersProductsBlogs
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Reprints  |  Site Map




All Rights Reserved, Copyright 2003 - 2008, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts