Index scans [message #64660] |
Wed, 17 December 2003 23:07 |
Vinod Nair
Messages: 6 Registered: December 2003
|
Junior Member |
|
|
1. In which way do Oracle uses different indexes?
2. In which conditon index fullscan,table access full,index fast fullscan used? because sometimes it uses table access full instead of index full or fast full
2. In which condition each of the merge join,hash join,nested loops used.
3. Tell me more about hash join in details
4. Please suggest about better sites for this type of information.
|
|
|
Re: Index scans [message #64661 is a reply to message #64660] |
Wed, 17 December 2003 23:21 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
All your questions are answered in chapter 1 of the "Oracle9i Database Performance Tuning Guide and Reference". Please read it first, if you still have questions, you are welcome to post them here.
Best regards.
Frank
|
|
|
|
|