Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PLS-00201: identifier 'DBMS_NETWORK_ACL_ADMIN.DROP_ACL' must be declared

user3714906Jan 23 2013 — edited Jan 23 2013
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2013
Added on Jan 23 2013
4 comments
8,616 views