2026-03-12 21:01:38
This commit is contained in:
8
tiddlywiki/dbms_xplan - examples.txt
Executable file
8
tiddlywiki/dbms_xplan - examples.txt
Executable file
@@ -0,0 +1,8 @@
|
||||
-- for a cursor in library cache
|
||||
set pages 999 lines 200
|
||||
select * from table(dbms_xplan.display_cursor('&&SQL_ID',null,null));
|
||||
|
||||
-- from AWR
|
||||
set pages 999 lines 200
|
||||
select * from table(dbms_xplan.display_awr('&&SQL_ID',null,null,'ADVANCED'));
|
||||
|
||||
Reference in New Issue
Block a user