Select on view is long - Select on view definition short.
Greetings Everyone -
There is a view in Oracle called V$LOCK.
If I do a count or a select on this view I get a result in *45 seconds*.
There are only 77 records.
However - If I do a select or a count on the view definition (found in V$FIXED_VIEW_DEFINITION)
I get a result in no time. Immediately.
I am signed in accordingly 'sqlplus / as sysdba'
What's going on ??? My feable brain cannot comprehend!!!
Thanks for any help,
BB