Read text file to insert data into Oracle SQL table

前端 未结 6 2076
慢半拍i
慢半拍i 2020-12-30 16:35

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

6条回答
  •  无人及你
    2020-12-30 17:09

    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.

提交回复
热议问题