How to make it temporary so only current session can change a table (ddl and dml)?
Hi,
Anyone know what is the recommended way to make the current session temporarily the only session allowed to change and alter (DDL & DML) a table and it's related objects like the triggers and the constrains.
When I exit the session or finish the DDL/DML operation, the hold is released.
11.2.0.4, 11g, Linux 6.7
I'll be using 19c in the future too
I somehow couldn't think of a recommended way.
Thanks