Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Query to ID running DDL
Is there a table against which I can query to find currently running
DDL? I have some 3rd-party scripts that are creating massive indexes.
However, I can't really tell which step it is on.
I tried V$SQLAREA, V$SESSION_LONGOPS, but didn't find anything usable. I see ALTER TABLE" statements in V$SQLAREA, but no CREATE INDEX statements. Received on Fri Sep 21 2001 - 12:46:49 CDT
![]() |
![]() |