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

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
My name is Rajesh , working as a Recruiter from past 6 years and thought to change my career into software (development / admin/ testing ) am seeking for some suggestion which technology I need to learn ? Any job after training ? Or where I can get job within 3 months after finishing my training programme- your advices are highly appreciated
Mr rajesh if you want to enter in to software Choose SAP BW AND SAP HANA because BW and HANA rules the all other erp tools next 50 years.it provides rubust reporting tools for quicker decesion of business It very easy to learn
Rajesh
1 0
6
What are the recommended study material to learn Oracle Database?
Hi Nirod..I recommend the Oracle Press books to all my students.. the Red and White paperback. They also have certification based trainings. They are many topics and tracks , depends on which topic, you...
Nirod
What is oracle table?
Tables are the basic unit of data storage in an oracle data base.Data is stored in rows and columns
Nirod
0 0
7

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

Ask a Question

Related Lessons

Write a query
To find out how many 'a' characters are present in the string 'database'?

Understanding Of GST (Goods And Services Tax)
What is GST? Goods & Services Tax is a comprehensive, multi-stage, destination-based tax that will be levied on every value addition. To understand this, we need to understand the concepts under...

Any IT professional to have a successful career needs to understand the business process that runs the organization.
By doing that, not only an individual can write better code but can also think of a better simplified process which can be able aided by prevalent technology. So the ultimate game is to be techno functional...

Datafile
Overview of Data files A table space in an Oracle database consists of one or more physical datafiles. A datafile can be associated with only one tablespace and only one database.At least one datafile...
R

Rajasekharreddy K.

0 0
0

ORACLE FUSION CLOUD FINANCIALS
Oracle Fusion Financials Online Training Table of Content 1. Oracle Fusion General Ledger2. Oracle Fusion Accounts Payables3. Oracle Fusion Accounts Receivable4. Oracle Fusion Cash Management5. Oracle...

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