The Text section shows the SQL text for the SQL statement.

SELECT /*+ ORDERED USE_NL(c) FULL(c) FULL(s) */ COUNT(*)

FROM SH.SALES S, SH.CUSTOMERS C

WHERE C.CUST_ID = S.CUST_ID AND CUST_FIRST_NAME='Dina' ORDER BY TIME_ID

End of description.