PLS-00201: identifier 'DBMS_NETWORK_ACL_ADMIN.DROP_ACL' must be declared
Hi ALL,
We are using database 10.2.0.4. when I am running below command
begin
dbms_network_acl_admin.drop_acl
(acl => 'utl_http.xml');
end;
it gives error:
ORA-06550: line 3, column 7:
PLS-00201: identifier 'DBMS_NETWORK_ACL_ADMIN.DROP_ACL' must be declared
ORA-06550: line 3, column 7:
PL/SQL: Statement ignored
kindly help to resolve this problem.