Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
Purpose
PL/SQL Gateway Utilities for Oracle Media and Spatial
ordplsgwyutil.cache_is_valid(last_update_time IN DATE) RETURN BOOLEAN;
BEGIN
IF ordplsgwyutil.cache_is_valid(SYSDATE-1) THEN
dbms_output.put_line('T');
ELSE
dbms_output.put_line('F');
END IF;
END;
/
BEGIN
*
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error
ORA-06512: at "SYS.OWA_UTIL", line 354
ORA-06512: at "ORDSYS.ORDPLSGWYUTIL", line 45
ORA-06512: at line 2