:: Home     :: Add Questions
Register   |   Login
 

Question :: If you have an example table, what is the best way to get sizing data for the production table implementation?

Post Answer

Tags

Answers to ""

 

There are several ways. One is to look at the v$session or v$process views. Another way is to check the current_logins parameter in the v$sysstat view. Another if you are on UNIX is to do a "ps -ef|grep oracle|wc -l? command, but this only works against a single instance installation.

Related Questions

::Top Tags::
 
 
Copyright 2007, Megasolutions Ltd