Skip to content
Advertisement

How to know the size of a table with a photo in Oracle

I have a table that I fill in the post method, I send a photo, and describe the event, I want to know the size of this table (MB) with the help of a selector, Someone can help me with this ??

Advertisement

Answer

In oracle, to find out the size of your table, you can do this:

And here is a DEMO if you use a user_segments instead of dba_segments as a_horse_with_no_name suggested.

And if you would like to check your BLOB column size try this:

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement