|
-
strange.... it doesn't post anything inside % or <> or ' '.
anyway, the query should be:
select extents
from sys.dba_segments
where segment_name like your object name
and segment_type=your object type;
subsitute your object name to the name of your object in quotes and your object type to the type of your object in quotes.
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
|