REUSE STORAGE VS DROP STORAGE For Truncate Table Statement
(Doc ID 2397815.1)
Last updated on JANUARY 05, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Goal
If we want to truncate any large table and reclaim space, whit is the truncate command??
TRUNCATE TABLE table_name;
OR
TRUNCATE TABLE table_name DROP STORAGE;
OR
TRUNCATE TABLE table_name REUSE STORAGE;
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |