The New Home of Oracle-wiki.net
The New Home of Oracle-wiki.net
All things oracle...
All things oracle...
A website for IT Professionals involved with Oracle database.
--
-- List the Flashback Logging Size.
--
SET PAUSE ON
SET PAUSE 'Press Return to Continue'
SET PAGESIZE 60
SET LINESIZE 300
SET VERIFY OFF
SELECT
estimated_flashback_size/1024/1024/1024 "EST_FLASHBACK_SIZE(GB)"
FROM
v$flashback_database_log
/
Published on
Published 22nd September 2025