Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: speedup the query ~~
Hello
You are making the query by PK which (excepting the access by rowid) is the most fast way because a Pk works like an index. Anyway you can use an utility of sqlplus ( or plsqldeveloper,or T.O.A.D.) called explain plan, with that you can see the type of access to the tables (full,index,rowid, etc) if you are accesing to the tables by rowid you canĀ“t speed up the query.
if you want to speak about this themes write me to leunam40_at_hotmail.com.
Bye. Received on Wed Apr 26 2000 - 00:00:00 CDT