This website requires JavaScript.
Explore
Help
Sign In
support
/
oracle
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0e7ae75904a11150ddc5901e3efc6421c7ff7fef
oracle
/
vdh
/
dplan.sql
T
5 lines
97 B
SQL
Raw
Normal View
History
Unescape
Escape
2026-03-12 20:23:15
2026-03-12 21:23:47 +01:00
set
lines
180
select
*
from
table
(
dbms_xplan
.
display_cursor
(
'&sql_id'
,
'&child_no'
,
'typical'
))
/
Reference in New Issue
Copy Permalink