Reading text file from URL
I need to read a fixed-length text file from a URL rather than one residing on the file system.
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
SELECT utl_http.request('http://oracle.com') FROM dual;Utl_http.request is an Oracle package and http://oracle.com is the URL.
Dig Deeper on Using Oracle PL-SQL
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments