What spfile/init.ora file parameter exists to force the CBO
to make the execution path of a given statement use an
index, even if the index scan may appear to be calculated as
more costly?
No Answer is Posted For this Question
Be the First to Post Answer
What is oracle host variable?
What privilege is needed for a user to create indexes in oracle?
what is difference between sql plus and sql*plus? (not sql and sql plus).
Explain the use of Merge statement in oracle 11g
How to fetch the row which has the max value for a column?
What do you mean by a deadlock?
How to rename an index in oracle?
Explain coalesce function?
When do I need to use a semicolon vs a slash in oracle sql?
Explain can a view based on another view?
How to view all columns in an existing table?
What different of iner joint & outer joint with example