how to write an optimized query
By prakash789
@prakash789 (16)
India
June 8, 2007 5:50am CST
i have started learning oracle,writing simple queries
i dont know how to write an optimized query.is there anyone who could help me to this.......
thanks
5 responses
@kannimunni (468)
• India
11 Jun 07
When you say you want to write optimized query that means that you are looking for perfect query which executes in less time.
By default oracle has CBO cost based optimization. Still you can use hits to write optimized SQL.
There are some plsql resource provided in the following link. http://easyapps.blogspot.com
Its good that you are learning Oracle, its future for any techie.