Book a Demo

Author Topic: EA port numbers  (Read 3113 times)

yscohen

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
EA port numbers
« on: December 17, 2008, 09:37:23 pm »
Hi,
I need to know which port numbera are being used while EA works as a client with oracle DB server,

Thanks in advance
« Last Edit: December 17, 2008, 09:54:47 pm by yscohen »

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: EA port numbers
« Reply #1 on: December 17, 2008, 11:05:28 pm »
That would be entirely up to your db server, not EA. Try using SQLdeveolper or developSQL or whatever the damn thing's called.  

Server ports are declared (ahum) at the server end... not the client end (ahum, cough)

good luck
bruce
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

yscohen

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: EA port numbers
« Reply #2 on: December 19, 2008, 12:32:43 am »
The EA work with Oracle server on port 1521 but then when I do tcpdump or netstat, I see that it always use a different port number (it dynamicaly assign a port) and I want to know if there is a way to set it to static port.

Tia

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EA port numbers
« Reply #3 on: December 19, 2008, 09:16:55 am »
I don't know.  But look at your ODBC driver and Oracle server setup.  EA doesn't directly deal with that at all.

As sargasso said,
Quote
Server ports are declared (ahum) at the server end... not the client end (ahum, cough)
« Last Edit: December 19, 2008, 09:18:38 am by simonm »