Skip to Main Content

SQL & PL/SQL

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!

UTL_FILE grants

Uday_NAug 3 2020 — edited Aug 3 2020

Hi All,

           I wanted to write an utl_file procedure . I checked in all_tab_privs on grantee and grantor of utl_file . It shows no grants given by system to public and other users. When i logged in from system (admin user) and tried to give grants it throws an error 'un necessary privilleges' . Is my DB  designed not to give accept grants for utl_file package  even if i give grants from  a system user to other users? Please kind your advice.

Queries:

SELECT * FROM ALL_TAB_PRIVS WHERE TABLE_NAME = UTL_FILE' ;

GRANT EXECUTE ON UTL_FILE TO USER1  ;

Regards,

Uday

This post has been answered by BrunoVroman on Aug 3 2020
Jump to Answer
Comments
Post Details
Added on Aug 3 2020
11 comments
4,915 views