The following three options introduced in 18c are very useful for DBA’s.
I am sure how many of you find hard to limit the rows in Oracle and also finding sql_id for the statement executed. Now that has been solved.
SET FEEDBACK ON SQL_ID
You can find the sql_id for the executed statement in the […]
Follow Me!!!