user353829
user353829

Reputation: 1434

Aqua Data Studio: Explain Pan Appearing - How to Disable?

In Aqua Data Stdio, the following appers on all select queries run -- I have looked high and low, and obviously missing how to turn these off. Could a kind soul provide guidance? Thank you.

Describe Error: Failed to execute EXPLAIN plan: ORA-02404: specified plan table not found

Describe Error: Failed to retrieve EXPLAIN plan: ORA-00942: table or view does not exist

Describe Error: Failed to DELETE EXPLAIN plan table data: ORA-00942: table or view does not exist

Upvotes: 0

Views: 116

Answers (1)

Suryanshu Singh
Suryanshu Singh

Reputation: 11

This worked for me :

  • Go to "Query" option on the top.
  • Toggle "Show Execution Plan" (Alt+F11)

Upvotes: 0

Related Questions