I am studying Oracle SQL developer.
What I am doing is reading text file line by line from the folder. Then Inserting data to the SQL table.
I am able to com
first login with
username:sys as sysdba
password should be the same as used for user 'system'
now enter
SQL> grant execute on UTL_FILE to PUBLIC;
Now login with any user with which you want to create procedure