If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > What is JDBC URL for connecting to informix server using ipcshm?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-08-03, 13:14
pnarender pnarender is offline
Registered User
 
Join Date: May 2003
Posts: 37
What is JDBC URL for connecting to informix server using ipcshm?

Hi,
I know the JDBC URL for connecting to informix server using tcpip.
Could you please tell me what is the syntax for ipcshm connectivity.
I am in urgent need. Can any one can help me?


Thanks,
Narender
Reply With Quote
  #2 (permalink)  
Old 09-09-03, 07:47
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: What is JDBC URL for connecting to informix server using ipcshm?

Quote:
Originally posted by pnarender
Hi,
I know the JDBC URL for connecting to informix server using tcpip.
Could you please tell me what is the syntax for ipcshm connectivity.
I am in urgent need. Can any one can help me?


Thanks,
Narender
Hi Narender,

If Java this running in the same server who then Informix, changes the
environment variables.
If non test with stream-pipe (ipcstr) instead of ipcshm.
This service must be defined in the file /etc/services and sqlhosts file.

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 09-10-03, 05:10
pnarender pnarender is offline
Registered User
 
Join Date: May 2003
Posts: 37
Re: What is JDBC URL for connecting to informix server using ipcshm?

Gustavo,
Thanks for the reply. But I didn't get the actual information.

The following URL is for connecting to informix server over tcp/ip.

jdbc:informix-sqli:dbserver_name_or_iport/dbname:informixserver=ifx_server_name

I want the URL sysntax for connecting to informix server over ipcshm where there will not be required port number etc., stuff.



Narender






Quote:
Originally posted by gurey
Hi Narender,

If Java this running in the same server who then Informix, changes the
environment variables.
If non test with stream-pipe (ipcstr) instead of ipcshm.
This service must be defined in the file /etc/services and sqlhosts file.

Gustavo.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On