How to terminate instance number in Install Base

Using below script we can terminate instance number in Install Base.

UPDATE csi_item_instances
SET active_end_date = SYSDATE
WHERE instance_id = l_instance_id;

Recent Posts