SQL Performance (MOSC)

MOSC Banner

how to get the different child_number execute plan for one SQL_ID

edited Dec 6, 2017 4:08AM in SQL Performance (MOSC) 2 commentsAnswered

as you can see at below

SQL_ID       CHILD_NUMBER  PLAN_HASH_VALE  EXEC_TIME SQL_FULLTEXT TIME

3au4kna5csu97      1 2951816416               4.71      207,878 SELECT * FROM XXX 2017-11-16/07:20:04

3au4kna5csu97      2 2951816416              431.48      205,721 SELECT * FROM XXX 2017-11-17/07:19:42

how to get the execution plan for the same sql_id with different plan_hash_value?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center