Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help ! Performance with Oracle 7.3
There is a way of determining whether the SQL is badly written or if there are missing indexes on the tables.
You can look at the execution plan Oracle uses to get all of your rows. Oracle will interpret the SQL and generate an execution plan to retrieve the data. The thing to avoid is that there are many full table scans performed.
To make the explain plan utility easy to use I wrote an Oracle Form with which you can actually play with it all. It takes your SQL and returns the execution plan. Additional help is available on all operations.
Have a look at http://members.aol.com/gjlinker I call the tool Explain.
Kind regards, Gerrit-Jan Linker
In article <69t8r1$88o$1_at_news.NetVision.net.il>, "AF1" <tel_at_sddss.com> wrote:
>
-------------------==== Posted via Deja News ====----------------------- http://www.dejanews.com/ Search, Read, Post to UsenetReceived on Thu Jan 22 1998 - 00:00:00 CST
![]() |
![]() |