Skip to content

Root Fan

Linux & Oracle DBA Blog

  • Home
  • Contact
  • About
  • Index

Tag: size

Posted on June 24, 2023September 17, 2023

How to Check Database Size in Oracle 19c

forest covered in white fog

You often need to know the size of an Oracle database to move it from one server to another. Or just to know if your export or whatever is going to take a lot of space and time.

In this article I show you a simple way to calculate the size of your Oracle database.

Size of Oracle datafiles in GB

select sum(bytes)/(1024*1024*1024) G 
from dba_data_files;
Continue reading “How to Check Database Size in Oracle 19c”

Unmissable Posts

  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • Oracle Exadata vs ExaCC vs ExaCS
  • How to Read an AWR Report in Oracle
  • Oracle 19c Data Guard Configuration Step by Step
  • Top 7 Oracle Wait Events Explained

Recent Posts

  • 5 Oracle to PostgreSQL Migration Projects That Failed (And Why)
  • Oracle to PostgreSQL Migration Best Practices: A Checklist for DBAs and Architects
  • Oracle to PostgreSQL Migration Cost: A Realistic Breakdown
  • Why Companies Are Leaving Oracle for PostgreSQL (And How to Do It Safely)
  • 8 Architectural Differences Between Oracle and PostgreSQL That Impact Performance

Categories

  • Apache
  • Exadata
  • Firewall
  • Linux
  • Oracle
  • Postfix
  • PostgreSQL
  • Security
  • Ubuntu

Unmissable posts

  • Oracle 19c Logical Standby Configuration Step by Step
  • Oracle Exadata vs ExaCC vs ExaCS
  • Oracle 19c Data Guard Configuration Step by Step
  • crsctl Commands Cheat Sheet
  • How to Install Postfix with TLS on Ubuntu 16.04
  • 5 Oracle to PostgreSQL Migration Projects That Failed (And Why)
  • Oracle to PostgreSQL Migration Best Practices: A Checklist for DBAs and Architects
  • Oracle to PostgreSQL Migration Cost: A Realistic Breakdown
  • Why Companies Are Leaving Oracle for PostgreSQL (And How to Do It Safely)
  • 8 Architectural Differences Between Oracle and PostgreSQL That Impact Performance

Categories

  • Apache
  • Exadata
  • Firewall
  • Linux
  • Oracle
  • Postfix
  • PostgreSQL
  • Security
  • Ubuntu

EN
EN
ES FR

  • Facebook
  • Twitter
  • Email
Privacy Policy Proudly powered by WordPress