Re: Unix Sockets + Connection String?
Posted by: Mark Matthews
Date: October 05, 2004 11:55AM

Java doesn't support Unix domain sockets, so it's not possible to connect to them via Connector/J unless you build your own implementation of our SocketFactory which uses JNI to connect to the unix domain socket.

Options: ReplyQuote


Subject
Written By
Posted
Re: Unix Sockets + Connection String?
October 05, 2004 11:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.