InterviewSolution
| 1. |
What Is The Utility Of Utl_tcp Package? How Is The Connection Opened And Closed? |
|
Answer» The UTL_TCP package is USED by PL/SQL applications to access external Transmission Control Protocol/Internet Protocol (TCP/IP) based servers using the TCP/IP protocol. The UTL_TCP package is used by PL/SQL applications to access external Transmission Control Protocol/Internet Protocol (TCP/IP) based servers using the TCP/IP protocol. |
|