What are hints in oracle?
Posted by silpa on Sep 11 2007
hints are comments used in SQL statements to pass instructions to the oracle optimizer
optimizer chooses an execution plan based on these hints.
Posted by silpa on Sep 11 2007
hints are comments used in SQL statements to pass instructions to the oracle optimizer
optimizer chooses an execution plan based on these hints.
Leave a Comment