UTL_INADDR.get_host_address throws ORA-08103
Hi,
has someone experienced that trying to call
SELECT UTL_INADDR.get_host_address('google.com') FROM dual;
throws ORA-08103?
This message started to appear in the alert log caused by scheduled job which calls ORACLE_OCM.MGMT_DB_LL_METRICS.collect_config_metrics ('ORACLE_OCM_CONFIG_DIR');
When I try run the UTL_INADDR.get_host_address on other database I get message, that it is not allowed by ACL (which is expected).
Is it possible that the acl records are somehow damaged?
-- JMr
has someone experienced that trying to call
SELECT UTL_INADDR.get_host_address('google.com') FROM dual;
throws ORA-08103?
This message started to appear in the alert log caused by scheduled job which calls ORACLE_OCM.MGMT_DB_LL_METRICS.collect_config_metrics ('ORACLE_OCM_CONFIG_DIR');
When I try run the UTL_INADDR.get_host_address on other database I get message, that it is not allowed by ACL (which is expected).
Is it possible that the acl records are somehow damaged?
-- JMr
0