Skip to content

Root Fan

Oracle & Postgresql DBA Blog

  • Home
  • Contact
  • About
  • Index
  • Services

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
  • PostgreSQL High Availability with Patroni, etcd, HAProxy and keepalived
  • How to Install ora2pg on Ubuntu and Run a Migration Assessment Report
  • Oracle to PostgreSQL Migration Guide: OLTP and Data Warehouse Examples

Recent Posts

  • PostgreSQL repmgr Setup Replication with Automatic Failover
  • PostgreSQL 18 Backup & Recovery Lab on Ubuntu 24.04 — pg_dump, pg_basebackup and pgBackRest
  • How to Set Up Real-Time Oracle to PostgreSQL Replication Using Debezium
  • How to Install ora2pg on Ubuntu and Run a Migration Assessment Report
  • Oracle to PostgreSQL Migration Guide: OLTP and Data Warehouse Examples

Categories

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

EN
EN
ES FR

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