Hints /* + */
Types of Hints we can use while executing queries below, We will discuss with examples on upcoming days with URL location:
Types of Hints we can use while executing queries below, We will discuss with examples on upcoming days with URL location:
- Optimizer Goal
- All_Rows
- First_Rows(n)
ALTER [SYSTEM|SESSION] SET OPTIMIZER_MODE='ALL_ROWS'
ALTER [SYSTEM|SESSION] SET OPTIMIZER_MODE='FIRST_ROWS_n'
- Table and Index Access Path
- Full
- Index
- Index_FFS
- Index_SS
- No_Index
- Join Order
- Ordered
- Leading
- Joins Methods
- USE_NL
- USE_HASH
- USE_MERGE
- SQL BLOCK NAME
- QB_NAME
No comments:
Post a Comment