Thursday, May 10, 2012

Forcefull Disable Version on Versioned Table.


You can forcefully Disable Version tables that have already modified in non Live Workspace in Oracle.But all the changes made by the non Live workspace will be neglected.

SQL> EXEC DBMS_WM.DISABLEVERSIONING('TABLE_NAME',TRUE);

No comments:

Post a Comment