How do I know which port Oracle is using? [message #90858] |
Fri, 19 October 2001 07:39 |
George Larry
Messages: 10 Registered: October 2001
|
Junior Member |
|
|
I'm trying to create a JDBC thin driver connection, but I don't know which port to put:
"jdbc:oracle:thin:@TELCOM.NORTHFACE:????:TELCOM"
Is this right? How can I make sure that's the correct SID?
Thanks.
----------------------------------------------------------------------
|
|
|
Re: How do I know which port Oracle is using? [message #90860 is a reply to message #90858] |
Sun, 21 October 2001 20:36 |
sudhir
Messages: 20 Registered: November 2000
|
Junior Member |
|
|
Check the Listener on your server,
For example : LSNRCTL Status (from Command Prompt)
Will display all configured listeners, by default oracle operates on port no: 1521
good luck
Sudhir
OCP DBA
----------------------------------------------------------------------
|
|
|