how to get the different child_number execute plan for one SQL_ID
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?