Science, asked by sonamdhera265, 1 year ago

Oracle: What is explain plan?

Answers

Answered by misha10118
0
A statement's execution plan is the sequence of operations Oracleperforms to run the statement". And from the 12c docs: "Use the EXPLAIN PLAN statement to determine theexecution plan Oracle Database follows to execute a specified SQL statement.
Similar questions