Home » RDBMS Server » Performance Tuning » Query is slow
Query is slow [message #180291] Sun, 02 July 2006 22:18 Go to next message
Tai
Messages: 8
Registered: February 2002
Junior Member
Hello everyone,

When I perform a query on table, the query result is kind of slow. How do I check the database and how I do make query faster?

I'm using Oracle9i 9204 on Sun Solaris 9.

Thank you.
Re: Query is slow [message #180295 is a reply to message #180291] Sun, 02 July 2006 23:27 Go to previous messageGo to next message
imtj
Messages: 12
Registered: July 2006
Location: Chinese
Junior Member
Try
sql>select * from v$session_wait
Your see v$session_wait find out wait user and lock session.
Re: Query is slow [message #180323 is a reply to message #180291] Mon, 03 July 2006 02:02 Go to previous message
Littlefoot
Messages: 21807
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
"Query is slow" is your subjective feeling, or did you measure it? What does Explain Plan say about it? Do you have your tables and indexes analyzed? Do you have indexes at all? Are they used?

How to make a query faster? Tune it!
Previous Topic: Pls advice about this EXECUTION PLAN
Next Topic: Index Creation Speed-up
Goto Forum:
  


Current Time: Tue Apr 23 18:07:43 CDT 2024