<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>DBMS_REDEFINITION on Oracle Scripts</title><link>https://www.oraclescripts.com/tags/dbms_redefinition/</link><description>Recent content in DBMS_REDEFINITION on Oracle Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>OracleScripts.com</copyright><lastBuildDate>Fri, 18 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.oraclescripts.com/tags/dbms_redefinition/index.xml" rel="self" type="application/rss+xml"/><item><title>Redefine a Table Online with DBMS_REDEFINITION, No DML Blocking</title><link>https://www.oraclescripts.com/post/redefine-table-online-dbms-redefinition-no-dml-blocking/</link><pubDate>Fri, 18 Sep 2026 00:00:00 +0000</pubDate><guid>https://www.oraclescripts.com/post/redefine-table-online-dbms-redefinition-no-dml-blocking/</guid><description>
&lt;h2 id="redefine-a-table-online-with-dbms_redefinition-no-dml-blocking"&gt;Redefine a Table Online with DBMS_REDEFINITION, No DML Blocking&lt;/h2&gt;
&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;A DBA moving a table to a new tablespace, adding compression, or rebuilding a badly fragmented segment has one hard requirement: users can't lose access to that table while the change is happening. For decades the available tools — &lt;code&gt;CREATE TABLE AS SELECT&lt;/code&gt; plus a rename, or a plain &lt;code&gt;ALTER TABLE MOVE&lt;/code&gt; — all lock the table for at least part of the operation, even if only briefly. &lt;strong&gt;&lt;a href="https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_REDEFINITION.html"&gt;DBMS_REDEFINITION&lt;/a&gt;&lt;/strong&gt; restructures a table while it stays fully readable and writable the entire time.&lt;/p&gt;</description></item></channel></rss>