Hello,
How can its possinle to decide that whether objects are large or small?
For Example: I want to find out the large/small objects currently presents there in my database.
--Thanks
Prashant
Printable View
Hello,
How can its possinle to decide that whether objects are large or small?
For Example: I want to find out the large/small objects currently presents there in my database.
--Thanks
Prashant
check dba_segments.
bytes filed will indicate size of perticuler object.
depending on size decide which are small and which are large..