Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > Oracle connection via Internet

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-02-03, 01:58
chiangandy chiangandy is offline
Registered User
 
Join Date: Jul 2003
Posts: 1
Red face Oracle connection via Internet

Hello all,

I have been try to connect to Oracle DB via INTERNET. I have open the firewall port in both two site network(I use default 1521). Also, the IP can be reach (use ping to test). However, the connection is always time out. Does any one has this kind of experience? Please guide me... Thanks...
Reply With Quote
  #2 (permalink)  
Old 07-02-03, 06:45
AlanP AlanP is offline
Registered User
 
Join Date: Mar 2002
Location: Reading, UK
Posts: 1,098
Is it a windows NT server as NT uses port redirection i.e. you make the connection on 1521 and then NT will assign a different port. To get round this you need to set USE_SHARED_SOCKET in the registry. Do a search on metalink for 'NT port redirection'.

Alan
Reply With Quote
  #3 (permalink)  
Old 07-14-03, 16:16
cz0763 cz0763 is offline
Junior Member
 
Join Date: Jul 2003
Posts: 15
sqlnet on unix also uses port redirection.
Reply With Quote
  #4 (permalink)  
Old 07-15-03, 08:03
AlanP AlanP is offline
Registered User
 
Join Date: Mar 2002
Location: Reading, UK
Posts: 1,098
The only time I've come across port redirect on UNIX is if you use MTS without specifying a port. NT on the other hand always uses port redirection (unless you set a registry variable USE_SHARED_SOCKET).There are a whole load of documents on this on metalink, just do a search on port redirection.

Alan
Reply With Quote
  #5 (permalink)  
Old 07-15-03, 15:38
cz0763 cz0763 is offline
Junior Member
 
Join Date: Jul 2003
Posts: 15
Quote:
Originally posted by AlanP
The only time I've come across port redirect on UNIX is if you use MTS without specifying a port. NT on the other hand always uses port redirection (unless you set a registry variable USE_SHARED_SOCKET).There are a whole load of documents on this on metalink, just do a search on port redirection.

Alan


Odd, I know I've seen the redirect packet in a level 16 trace in the past, but I'm unable to reproduce it now. I stand corrected.
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

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