UTL_TCP in 8.1.7 cannot listen. Does anyone know a way to create a PL/SQL listener besides creating an external program that listens and hands the data via a pipe or queue?
For example, is there...
http://www.experts-exchange.com/Database/Oracle/Q_20306572.html
Zones:
OracleDate Answered: 06/18/2002 Rating: 7.4 Views: 0
NEED HELP FAST!
In my SQL Server Error log it says "SQL server listening on Shared Memory, Named Pipes." ..... note it does not say TCP
However, in my SQL Server Network Utility TCP/IP is li...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21755614.html
Zones:
MS SQL ServerDate Answered: 02/28/2006 Rating: 9.4 Views: 5
I know that in the client server pardigm of tcpip-based sockets, the server app listens at a specific IP address and port number....
The server app then spawns? a connection such that any subseq...
http://www.experts-exchange.com/Programming/Languages/Winsock/Q_22757426.html
I am in the process of migrating from Lotus Domino 5 to 7. The first step is to move the old V5 server from an NT4 platform to a new Win2003 server platform.
I have created the new server "offl...
http://www.experts-exchange.com/Software/Server_Software/Email_Servers/Lotus_Domino/Q_2293...
Zones:
Lotus DominoDate Answered: 11/06/2007 Rating: 7.6 Views: 63
Hi gurus
I need to listen a TCP socket for a specifig string, take that string and make something with it.
So far I have no luck and here is my code:
---------------------- START ------...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_22465131.html
Zones:
PerlDate Asked: 03/22/2007 Points: 125 Comments: 6
I normally connect to a SQL server from a C# or VB app using a connection string such as:
Data Source=<ServerIP,Port>;TRUSTED_CONNECTION=no;Persist Security Info=False;Initial Catalog=DBName;User ...
http://www.experts-exchange.com/Security/Software_Firewalls/Q_24536056.html