ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
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