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!

Revoke privileges and Policy violations

524652Nov 30 2007 — edited Nov 30 2007
Hi, I have a Policy violation problem. and I follow the instruction to revoke the privileges by execute the bellow command:

revoke execute on utl_file from public;

I did for another 4 (utl_tcp, utl_smtp, utl_thhp, dbms_random) and the commands execute successfully. I also can't see them by executing a select command with dba_tab_privs.

The problem is the Policy violations still show "EXECUTE UTL_FILE privileges to PUBLIC".

What else should i do?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2007
Added on Nov 30 2007
1 comment
301 views