connecting to database under DSL [message #267944] |
Sun, 16 September 2007 20:25 |
rkl1
Messages: 97 Registered: June 2005
|
Member |
|
|
Dear All,
I have installed a small oracle 9i database in my home which is under a router serviced with DSL. Now if I like to connect to my database from outside, I can't do it because there is no fixed IP address. Is there a way to connect and how to go for it.
Thanks.
|
|
|
|
Re: connecting to database under DSL [message #267951 is a reply to message #267944] |
Sun, 16 September 2007 22:34 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello rkl1,
Regarding:
1) dynamic IP address:
==> You can use some name service. For example this one:
http://www.no-ip.com/
2) router:
==> You have to open the listener tcp port. Usually tcp port number 1521
3) tunnel:
==> You also can create a tunnel via ssh forwarding tcp port;
Regards,
mson77
|
|
|