What is STATSPACK tool?
Answers were Sorted based on User's Feedback
Answer / myway
It is basically used in performance tuning. It is used to
get input/op statistics especially being the top five
waiting events.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / pankaj
STATSPACK is a set of tools that captures and reports on
database statistics.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajesh chadalawada
Statspack is an performance evaluation report used for
verifing load on the server,SGA utilization,wait events and
resource consuming SQL
| Is This Answer Correct ? | 0 Yes | 2 No |
What is oracle in java?
how to use sequence and what use of sequence cache
Which is faster join or subquery in oracle?
How to store only time; not date and time?
consider some table with 4 r 5 columns in that 1 col is DATE type. The data is like that,For each date in that col some 3 fields r there but all the records r having different data. Now i want to display all the columns by performing grouping on the date field ( as SELECTION Operator(*) cannot be used with group function having only one "group by clause". how to do this? can any one help me in finding out the solution plss?
What is a database schema in oracle?
what are the things that you consider while creating indexes on partitioning tables?
how can we write trigger in trigger???????? can we write one trigger on two table???
What is a user account in oracle?
What is the difference between $oracle_base and $oracle_home?
What happens if you lost a data file?
When does a Transaction end ?