What is the view name which we use to look for the size of a data file. Also what is the view name to look for the free space in a table space ? Thank you in advance for your reply.
What is the view name which we use to look for the size of a data file. Also what is the view name to look for the free space in a table space ? Thank you in advance for your reply.
Check out the DBA_FREE_SPACE data dictionary view
Calculating freespace isn't so clear when you have the data files growing automatically with or without quotas.
DBA_DATA_FILES - This view is used to look for the size of a data file. DBA_FREE_SPACE - This view is used to look for the free space in a table space.
No one has followed this question yet.
How do you add a data file to a tablespace?
How to import tables to different tablespace ?
What Do I Query to Get Space and TempSpace Information?
Quick'n'Dirty Oracle Installation - What Are the Minimum Tablespaces I Should Create?
What are the tablespaces automatically created when you create a database ?