InterviewSolution
Saved Bookmarks
| 1. |
Explain The Functionality Of Utl_http Package ? |
|
Answer» The UTL_HTTP PACKAGE enables PL/SQL and SQL to access the INTERNET data using the REQUEST and REQUEST_PIECES functions. These functions take the UNIFORM Resource Locator (URL) of the WEBSITE as input and return the HyperText MARKUP Language (HTML) data from the website. The UTL_HTTP package enables PL/SQL and SQL to access the Internet data using the REQUEST and REQUEST_PIECES functions. These functions take the Uniform Resource Locator (URL) of the website as input and return the HyperText Markup Language (HTML) data from the website. |
|