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 procedure trying to load the file from PC into the server whereas in second procedure file is from server to server. UTL_FILE.FOPEN works for server-side PL/SQL. So first procedure wont execute properly... If you want to load a file from PC to server, then you need to user any front end like D@K or VB.