Connect DB through internet

Hiii
i have installed the ODT ... and
am trying to connect from MS visual studio2005 to oracle database ... i suceeded to connect through a local network but now am trying to connect Through the Internet ... can any body help me doing that .. i heared that i have to use the NET CONFIGURATION ... but i did not know how
OMD

hiii thanx for replying ...
in fact no i did not because i dont know how to use it ... if you plz can tell me how to use it /....
OMD

Similar Messages

  • Not able to connect SAP through internet with Windows 7 OS

    Hi,
    I am trying to use use latest version of SAP GUI 720 with Windows 7 Home Edition.
    When I am connecting through Local Area Connection I am able to connet to the sap servers.
    But when I am trying to connect through Internet with sap router string it displays error 
    """""hostname 'mypublicip/s/3299/w/solman' unknown
    Check your application server name
    Do you want to see the detailed error desciption?
    Yes/No """""
    With same router string I am able to connect to SAP server through internet on Windows XP pro.
    Does SAP router string needs some modification for Windows 7?
    Kindly help.
    With Best Regards,
    Rajkumar

    hi,
    Can you try to input the private ip address of the SAP router server instead of the public. Client should be connected in your network. 
    Thanks.
    newbie

  • Connect Oracle through internet

    Hi,
    I am trying to connect my oracle database through internet.
    but it is saying ORA-12203: TNS:unable to connect to destination
    although i tested tnsping utility, it is giving OK status. and i have also tested through telnet utility with my server static IP and port 1521, this is also OK.
    but when i try to connect via PL/SQL it returns error.
    although with same setting is runing successfully in LAN.
    any idean please?
    regards
    aak

    After the initial connect at port 1521 the Oracle server sends a packet to the client with a new port number to continue the conversation. You either need a firewall that's aware of the SQL*Net protocol and "sees" this new number and opens it up, or you can switch to a static port but apparently that could have a performance impact on Windows.
    See Oracle 9.2 and Firewall - Dynamic Ports between 1024-5000
    http://www.qorbit.net/nn/Sep-2004/2177.html and http://www.qorbit.net/nn/Sep-2004/2197.html

  • How can we connect SAP through internet

    Please provide me some information on,  how can we connect SAP through internet

    hi Swapna,
    if want to connect to internet from sap we have one function module call it as ws_execute by using this function module we can connect to the inernet.
    In put parameters to this function module is as follows.
    PARAMETERS: PROG(70) DEFAULT
                'C:\Program Files\Microsoft Office\Office\WINWORD.EXE'.
    (here pass your internet explorer properties address.)
    PARAMETERS: FILE1(70) DEFAULT 'C:\TEMP\TEST.TXT'.
    CALL FUNCTION 'WS_EXECUTE'
      EXPORTING
         PROGRAM       = PROG
         COMMANDLINE   = 'FILE1'
         INFORM        = ' '
      EXCEPTIONS
         FRONTEND_ERROR           = 1
         NO_BATCH                 = 2
         PROG_NOT_FOUND           = 3
         ILLEGAL_OPTION           = 4
         GUI_REFUSE_EXECUTE       = 5
         OTHERS                   = 6.
    ws_execute function module is old one please use GUI_EXEC function module.
    if suppose you want to create any web service in internet you can create by using sicf transaction.
    you want the webservices creation details please mail me
    if it is helpfull please reward points

  • Connecting server through internet connection

    Hi
    I want to connect my server through internet connection. Could anyone help me out how to do this?
    MAK

    hello mortoza,
    Remember these things..
    The database server should be connected to the internet directly..
    the database server should be having a public ip address to identify it uniquely in the internet..
    you can then connect to the database from any application by using jdbc and providing the ip address and port of the DB server in the url as suited for your jdbc driver....
    hope that was helpful,
    -Jer
    Hi, please find required information
    -Connection for Application.
    -For example, to connect mySQL database running at a
    Unix Server in USA from EC
    -Simple network connection, not web server
    Any one can help?
    Regards,

  • Connecting Oracle through Internet

    Hi
    I am trying to access an Oracle Database that is connected to the internet. It has got a static IP address(External). It has also got an internal IP.
    I have an applet that has to connect to that database. I am using the thin driver.
    The code for the connection is
    ("jdbc:oracle:thin:@20.23.3.45:1521:orcl","user","pass")
    The applet throws the exception
    java.sql.SQLException: Operation Timed Out
    The tnsping80 is able to ping the database. I am using Oracle 8.0.4 on Windows NT4.0. What are the things to be done to access the database from the applet.
    The same is the case when we try to connect using SQLPlus.
    Please help me!!!
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rangabashyam:
    Hi
    I am trying to access an Oracle Database that is connected to the internet. It has got a static IP address(External). It has also got an internal IP.
    I have an applet that has to connect to that database. I am using the thin driver.
    The code for the connection is
    ("jdbc:oracle:thin:@20.23.3.45:1521:orcl","user","pass")
    The applet throws the exception
    java.sql.SQLException: Operation Timed Out
    The tnsping80 is able to ping the database. I am using Oracle 8.0.4 on Windows NT4.0. What are the things to be done to access the database from the applet.
    The same is the case when we try to connect using SQLPlus.
    Please help me!!!<HR></BLOCKQUOTE>
    Since this is an applet, your Database and listener should be in the same machine as the web server. If you can't do that, you should use connection manager which has to be on the same machine as the webserver and the Database can be anywhere.
    You can verify your application by first running your code as an application before you try the applet.
    null

  • SPA112 connect through internet to SPA9000

    Hello, i have problem to connect SPA112 through internet to SPA9000. 
    The SPA9000 is on public fixed IP address.  On PBX status it shows that SPA112 is connected(both ports) but i am not able to make or recive calls.
    Any idea what to try ?
    Settings on SPA112:  
    Proxy 10.0.21.70:6060
    Outbound proxy: 46.167.237.151:6060
    Settings on SPA9000:
    PBX Parameters
    Proxy Network Interface: WAN 
    Proxy Listen Port: 6060
    For any help thank you Petr (+420774543567)

    can you please tell me how can i do this ? https://forums.oracle.com/forums/search.jspa?threadID=&q=Change+AND+IP+AND+Address&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    is ther a touturial for Configure DMZ becouse i don have MOS id :)It is not an easy setup and you will need to have access to the doc.
    Thanks,
    Hussein

  • Treating intranet client connecting differently from internet client

    Hi All,
    I am developing a server socket application that accept connection from client. The clients can connect either through internet or intranet. I need to treat them differently. Is there a way to know whether the client is an intranet client or an internet client?
    Best regards,
    Caesar

    Have a look at the remote socket address of the accepted socket.

  • How to Connect my N79 through Internet on Laptop?

    Hi Friends ,
    i am facing a problem while connecting my N79 through Internet on my laptop . i am using USB Modem for Internet Connectivity. And i want to share this Internet on my N79 through Wireless LAN . i am using Windows Vista . Please tell me how to Configure my WLAN on my laptop . so that i can use it to browse through my N79.
    Please Help Me Guys .....................!!!!!!

    Yes, it can be done.
    1) Enable "Internet Connection Sharing" on the laptop and share the connection that refers to your USB modem.
    2) Ask your ISP what the IP addresses of their nameservers are and make a note of them.
    3) Configure the laptop's wireless adapter in ad-hoc mode and assign it a static address on the wireless network.
    4) Configure the N79 in ad-hoc mode as well, and give it a static address on the wireless network. Enter manual settings telling it to use the IP address of the laptop as its default gateway and to use the IP addresses given to you by your ISP as its nameservers.
    With this, you can use the laptop as your phone's portal to the Internet, but only with your phone. This will only work with one device at a time. If you want to use more than one device at the same time you're better off buying a real wireless router to which you will be able to connect your laptop, your phone and any other wifi-aware device you might have.
    NB: I don't use Windows on my machines and therefore can't give any specific information about doing this. The advanced settings needed for the phone will be described in the manual.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • How on earth could I be connecting to the Internet through my airport express when it is not connected to anything?

    I'm not entirely displeased with the situation but I cannot see how I could be connecting to the Internet through my airport express when the Airport is not connected to anything.
    Weird huh?
    I have a separate non- Airport wireless network connected to the Internet.  I had previously set-up the Airport to link with this network but disconnected it (by resetting it) as music streaming was unlistenable due to frequent drop out.  I now just have the Airport Express as a standalone wireless network only connecting to the stereo to stream music from devices.
    My devices are only connected to the Airport network with cellular data off. Yet I can still connect to the Internet AND listen to streaming music (without drop-out no less).
    I don't want to fix it but I would like to know how the frag it could happen so i don't screw it up accidentally.

    I would say you still have something of the previous setup.
    To be sure you don't mess up, save the configuration.. go to the top menu area of the airport utility and export configuration.. which will land on your computer.
    Now you can recover at anytime to the current setup.
    How it works.. that is magical ..
    Open the airport utility.. edit.. and take a screenshot and post it of the following pages..
    Internet wireless network
    THen we can tell you how it is working.

  • My MacBook pro will not connect to the Internet through wifi yet all other devices do

    My MacBook pro will not connect to the Internet through wifi. I have several other wifi enabled devices and they are all connected to the Internet just fine... What could/would cause this?

    Disable your AirPort and enable in a second. Or check, maybe you need to type in correct digits in; Settings/Network/Advanced/Configure...

  • For a LAN network in my office, all laptops are Windows based and the internet is through LAN and other computer get connected with adhoc without the router. My Apple computer nor my iPhone 5 get connected. How do I connect to this Internet?

    In the office, All my colleges use Windows laptops. The Internet connection is out of LAN wire installed in one of the computers. Others use Internet by creating adhoc connection. However none of the apple products are being able to connect to this connection.How can i connect my MacBook Pro or iPhone 5 to this Internet network?

    Just how is the one computer connecting to the internet? What type of connection does the office have, DSL, Cable or is it a Data connection through a Cell phone provider.
    I doubt all other computer are doing Ad-Hoc but are probably Sharing the Internet connection with Internet Connection Sharing from that one Windows base PC.
    All you khave to do is Connect to that same WiFi SSID name and have the correct password for it.

  • Can't connect to the internet through router

    I have an HP Pavillian DV6 laptop, DSL connection through ATT, a Linksys wireless N router.  It had been working fine for abourt 7 months, Then all of a sudden I lost my network connection.  I clicked in the right hand corner to connect to the network & it was gone.  I have tried to re-run the software for the router & I get to where it wants to connect to the internet & it won't.  I have tried to log into the router to run the setup on the internet explorer page using 192.168.1.1 I now can find my network, I click connect, it says it is connected, but no internet.  I can connect to the internet if I plug the modem directly into my laptop, but once I connect from the modem to the router, it will not connect to the internet. I have been searching HP, CIsco, & even my maker of my wirelkess card to see if there were any driver updates.  My wireless card says it is up to date.  I tried to rest my BIOS, that didn't help either.  I'm stumped, & I've spent entirely too much time trying to figure this out with no success, PLEASE HELP!!!!! 

    Reset your router to defaults. Here's the procedure.
    Reconfigure the router so it would connect to the internet. Here's the procedure.
    Reconfigure your wireless settings. Here's the procedure. I suggest you set your SSID to something unique. In addition, set your wireless security to WPA or WPA2. Don't use WEP as it is insecure.

  • My ipod touch says that i am connected to the internet through settings but when i get on email or facebook it says no internet connection?

    My ipod touch says that I am connected to the internet through the setting tab but when i try to get on the internet it says no connection. I tried new downloads and updats and connectioning to other wifi in variouse places and still no luck.

    - Reset the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    - Reset network settings: Settings>General>Reset<Reset Network Settings
    - The troubleshooting here:
    iPhone and iPod touch: Troubleshooting Wi-Fi networks and connections

  • Hi there can anyone help me out.  I have Apple TV and I am trying to connect wirelessly through a zyxel wireless hotspot gateway, I know a tad extreme but a friend had one free,  anyway I can find the router but no Internet connection?

    Hi there can anyone help me out.  I have Apple TV and I am trying to connect wirelessly through a zyxel wireless hotspot gateway, I know a tad extreme but a friend had one free,  anyway I can find the router but no Internet connection?

    The only people who can possibly assist you with this is Apple Customer Relations, call your local Apple contact number and ask for Customer Relations then explain your situation clearly and politely (be firm but don't rant).
    You might want to investiage what the local laws are regarding defective goods and 'fit for use' definitions on warranties etc. Consumer Protection can be a useful tool to use or bargain with if needed ...

Maybe you are looking for

  • Facing problem with lazy loading in ejb3.0

    The following error is coming up when i try to access the collection in the entity entity bean. i am using entitymanager.find() to retrieve the entity. intial set of values are coming fine but when try to access the collection in the entity the error

  • Display and Aperture

    I am using my 32 inch HD TV as the monitor for my Mac mini. I am not sure if I am adjusting the colours correctly. Are their gadgets available to calibrate my display. Or Is it a must that I should have a proper computer monitor before adjusting my p

  • Reading/Writing the "wpproperty" from portal LDAP

    Hi, We want to read/write the "wpproperty" from portal LDAP. I found the code for EP60. IUser user = request.getUser(); String itar[] = user.getAttribute("com.sap.security.core.usermanagement","wpproperty"); newUser.setAttribute("com.sap.security.cor

  • Viewing 16:9 video on a 16:9 monitor

    I am currently editing video that was shot in true 16:9 ratio. I also have a external widescreen monitor as my preview. On the external monitor it is compressed to a 4:3 ratio. I changed the aspect ratio view on the television but that doesn't do not

  • Getting a field's title from the ABAP dictionary

    Hi All, I'm learning ABAP and want to include field titles in my program output from the ABAP dictionary, rather than coding them as text elements. Is there a function module to do this? Can someone provide some sample code? Cheers, Steve