|
-
Select on dba_extents
Hello,
The following sql statement is running for a long time. Where as all other statements are running as normal.
Select
owner,
segment_name,
segment_type
from
dba_extents
where
file_id = &P1
and
&P2 between block_id and block_id + blocks -1;
Is this a normal behaviour whenever we try to pull some information on blocks?
Thanks,
Nikee
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|