[Home] [Help]
11925: IS
11926: t_null CHAR(1);
11927: BEGIN
11928: select null into t_null
11929: from sys.dba_triggers
11930: where trigger_name='DBMS_JAVA_DEV_TRG' and owner='SYS'
11931: and status='ENABLED';
11932: IF pOutputType = c_output_xml THEN
11933: result_txt:= genDBUAXMLCheck('JVM_MITIGATION_PATCH',
12016: IS
12017: t_null CHAR(1);
12018: BEGIN
12019: select null into t_null
12020: from sys.dba_triggers
12021: where trigger_name='DBMS_JAVA_DEV_TRG' and owner='SYS'
12022: and status='ENABLED';
12023: IF pOutputType = c_output_xml THEN
12024: result_txt:= genDBUAXMLCheck('POST_JVM_MITIGAT_PATCH',