Disable a Quarantine Configuration
--
-- Disable a Quarantine Configuration
--
 
BEGIN
    DBMS_SQLQ.ALTER_QUARANTINE(
       QUARANTINE_NAME => '&SQL_QUARANTINE_NAME',
       PARAMETER_NAME  => 'ENABLE',
       PARAMETER_VALUE => 'NO');
END;
/


Published 1st April 2022

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License