I am running a simple select query on oracle server A And on Oracle server B
How can measure query performance differences between the two servers?
I need to get simple data like execution time,latency etc
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you run tkprof before? or used autotrace? If you are trying to measure things from the command line, say SQLPlus, then tkprof may be the way to go but you can also use autotrace. From inside SQL Developer, then autotrace is easier I think. Look up those terms on Stack Overflow and you’ll probably find that the question has been asked a few times before.