How do to find the size of table in oracle?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

I am online Quran teacher 7 years

DBA_SEGMENTS
Comments

I am a tutor since last 1 year

To find the size of a table in Oracle, you can use the user_segments view with the following SQL query, replacing "YOUR_TABLE_NAME" with the actual table name: SELECT SUM(bytes)/1024/1024 AS "Table Size (MB)" FROM user_segments WHERE segment_name='YOUR_TABLE_NAME'.
Comments

SELECT segment_name AS table_name, segment_type, ROUND(SUM(bytes)/1024/1024, 2) AS size_mbFROM dba_segmentsWHERE segment_type = 'TABLE' AND segment_name = UPPER('your_table_name')GROUP BY segment_name, segment_type;
Comments

View 1 more Answers

Related Questions

Difference between a cluster and a grid?
in cluster you will have homogeneous env and in grid you will have non homogeneous env
Nirod
0 0
6
What is Oracle Apps?
a suite of business software products from Oracle Corporation, encompassing various modules for managing different aspects of enterprise operations, including ERP, HCM, SCM, and more, both on-premises and in the cloud.
Trupti
0 0
5
If someone is good at oracle sql what should be the next step for him?
If you are at oracle sql it means your fundamental knowledge about DBMS are very much clear. Now you should start learning PL/SQL, as because it will help to code DBMS in great detail and in effective...
Subhrakant
Hi what is the Normalization? and the types?
Normalization is the process of efficiently organizing data in a database. There are two goals of the normalization process: eliminating redundant data (for example, storing the same data in more than...
Anant

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Interview questions based on "level", a pseudocolumn
1. Write a query to get the below output, 1 11 21 31 .. .. 91 2 12 22 32 .. .. 92 3 13 23 33 .. .. 93 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. 10 20 30 40 ...

Virtual (Derived) Column: Oracle 11g R1 (Part 1)
VIRTUAL OR DERIVED COLUMN A nice feature introduced in Oracle 11gR1. Welcome to the practical analysis of various scenarios with virtual columns - introduced in 11gR1 are like normal table columns whose...

How To Create The Java Souce In Oracle PLSQL?
Requirement: How to find the list of files in specified directory? Step1 : First find the JDK Install or not in the oracle, to find jdk version please run the below sql. SELECT dbms_java.get_ojvm_property(PROPSTRING=>'java.version')...

Introduction to Performance tuning
What is Performance in general terms? Throughput per Input. For Eg: we keep saying, this bike has so and so much of mileage and all that. That is one of the parameters in measuring the performance of...

Recommended Articles

Database Administration is the process building, organizing and maintaining custom databases for meeting the specific data requirements of an organization. A Database Administrator (DBA) is the person in charge of all the procedures involved in database development, organization, retrieval and security. A DBA has to understand...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Looking for Oracle Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you