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 |
How to display employee records who gets more salary than the average salary in the department?
In Oracle 9i what does "i" Stands for?
Hi Can any one tell me what are the API's used in requisition import.
Does oracle database need java?
What is a database schema in oracle?
What is the use of Control File ?
Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here
List out the components of logical database structure of oracle database.
Can you create a synonym without having a table?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
Please explain drop constraint oracle?
what is the difference between data migration and production migration.