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!

Package UTL_FILE error must be declared

883627Aug 21 2011 — edited Aug 21 2011
i was found error when declared package UTL_FILE. As below example:

-------

declare
file_handle Utl_File.file_type;
begin
dbms_output.put_line('test package');
end;

-------

the error is identifier utl_file must be declared
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2011
Added on Aug 21 2011
2 comments
2,324 views