804: end if;
805:
806: EXCEPTION
807: when utl_file.invalid_path then
808: app_exception.raise_exception;
809: when utl_file.invalid_mode then
810: app_exception.raise_exception;
811:
812: END;
806: EXCEPTION
807: when utl_file.invalid_path then
808: app_exception.raise_exception;
809: when utl_file.invalid_mode then
810: app_exception.raise_exception;
811:
812: END;
813:
814: PROCEDURE disable_file_debug is