DBA Hub

📋Steps in this guide1/1

xplain plan of sql_id from AWR

set lines 200

oracle configurationintermediate
by OracleDba
12 views
1

xplain plan of sql_id from AWR

Code/Command (click line numbers to comment):

1
2
set lines 200
SELECT * FROM table(DBMS_XPLAN.DISPLAY_AWR('&sql_id'));

Comments (0)

Please to add comments

No comments yet. Be the first to comment!