How do i find the port number of a Resource installed on a machine ?
RaviNada Kiran
Ranch Hand
Joined: Jan 30, 2009
Posts: 528
posted
0
Hello Ranchers +xperts
How do i find the port number of a Resource installed on a machine ?
For example how do i find the port number of a DataSource installed ??
If you want something you never had do something which you had never done
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35250
7
posted
0
What exactly do you mean by "resource"? For a DataSource, the DB server is listening on a particular port, which you can find out wherever the DataSource is configured; if there's no port number listed, then the default port is used (which varies between databases; consult the DB's documentation).