How to connect to remote oracle system from webDynpro

HI Experts,
   i am trying to call some remote oracle stored procedures in webdynpro using jdbc.
i am using "jdbc:oracle:thin" driver for connecting to
oracle database.when i am running this one as java standalone application it is working fine.but when i am
using this in webdynpro server is getting restarted.
what might be the problem
or is there is another way for this.
thanks in advance
With Regds
Naidu

Hi,
It seems the flwg thread has the solution for you:
Oracle as Back-end with Web Dynpro
Regards
Srinivasan T

Similar Messages

  • Connecting to remote oracle server from asp

    Hi All
    How can I access remote oracle server from asp?. I'm using the following connection string.
    " Provider=MS Remote;Remote Provider=MSDAORA;Data Source=XYZ;Remote Server=http://DBServersIP;User Id=id;Password=pw"
    Both the web server and DB server has oracle client. I can tnsping, connect using sql * plus from the webserver.
    But when I try to do simple connection & query , I get the following error.
    " Microsoft ADO/RDS(0x80072EFD)
    Internet Client Error: Cannot Connect to Server.
    All the permission settings are given correctly (after referring Microsoft & Oracle websites)
    Can someone throw some links or help.?
    Your replies much appreciated.
    Thank you
    Arum

    why do you have http://DBServersIP as the remote server?
    Your connection string should look like:
    "Driver={Microsoft ODBC for Oracle};Server=MY_SID;Uid=my_user;Pwd=my_pwd;"
    There are other variations, but none of them should include HTTP anywhere.

  • How to connect ECC 5.0 system from EP?

    Hi
       I want to connect ECC 5.0 system, which is located in a remote SLD, from EP 6.0.
       If anyone knows, please post the step by step details .
    Thanks and Regards,
    Abdul Kareem.S

    Hello Abdul,
    This should help you
    How to connect IDES ECC 5.0 to EP ?
    Also check
    http://help.sap.com/saphelp_nw04/helpdata/en/77/931440a1c32402e10000000a1550b0/frameset.htm
    regards
    Mahesh

  • How to connect to remote Oracle database

    hi everybody!  
     i am using LabVIEW with LabSQL locally and Oracle 10.2 database remotely.The remote computer's name is zkz,IP is 192.168.1.2,database name is 'test',TNS listener name is 'listener'.On local computer i have a instantclient.The problem is i can not connect to the database from local computer.What should be the connection string?
    thanks      

    help me please!

  • How to connect to remote Oracle Database 10g Express Edition

    Hi,
    I am very new to Oracle. I have created a successful application using OCCI call (createConnection()) to connect to local (resided on the same PC) Oracle Database. Now I would like to move the application to resided on a different PC and try to connect to Oracle Database. Can anyone points me to the right direction in doing this?
    Thanks in advance.

    Can anyone points me to the right direction in doing this? Well at least for me, self study on OCCI documentation is pointing to the right direction ;-)
    OCCI requires only four shared libraries (or dynamic link libraries, as they are called on some operating systems) to be loaded by the dynamic loader of the operating system.
    Installing Instant Client resolve this.
    Cheers!

  • How to connect a remote Oracle Server with its IP

    is it possible to connect Oracle SerVer in VC
    I have used Microsoft ODBC driver for oracle and Oracle odbc driver to test in VC++6.0,
    but SQLDriverConnect, OCI methods failed.

    with VC++ an odbc driver for oracle is also installed with which u can connect to oracle db all u need to know is the database SID or oracle server name
    try doing this it will work hopefully
    regards

  • How to Connect to Remote ECC 5.0 System from EP ?

    Hi,
       We are using EP6.0 - located in India, and our client ECC5.0 System is in US. Can anyone please let me know the steps how to connect to Remote ECC 5.0 System?.
    Thanks in advance.
    Krishna Kumar J

    Hi,
    Finally we have successfully got connected the ECC 5.0 system which is located in the remote network thru VPN Connection using the same connecting procedure for the local R/3 System.
    Thanks & Regards
    Krishna Kumar

  • How to connect to a Sql server from Oracle using db link

    Hi All,
    Does anybody have any idea about how to connect to a sql server from oracle database using db link to syncronize the data? I need to pull the data from Sql server table to Oracle tables and relay messages back to the sql server.
    Thank you,
    Praveen.

    we have 2 products - DG4MSQL and DG4ODBC.
    DG4ODBC is for free and requires a 3rd party ODBC driver and it can connect to any 3rd party database as long as you use a suitable ODBC driver
    DG4MSQL is more powerfull as it is designed for MS SQL Server databases and it supports many functions it can directly map to SQL Server equivalents - it can also call remote procedures or participtae in distributed transactions. Please be aware DG4MSQL requires a license - it is not for free.
    Check out Metalink and you'll find notes how to configure both products.
    For a generic overview:
    Note.233876.1 Options for Connecting to Foreign Data Stores and Non-Oracle Databases
    And the setup notes:
    DG4ODBC
    Note.561033.1 How to Setup DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX) :
    Note.466225.1 How to Setup DG4ODBC (Oracle Database Gateway for ODBC) on Windows 32bit RDBMS.HS-3-2 :
    Note.109730.1 How to setup generic connectivity (HSODBC) for 32 bit Windows (Windows NT, Windows 2000, Windows XP, Windows 2003) V817:
    Note.466228.1 How to Setup DG4ODBC on Linux x86 32bit
    DG4MSQL
    Note.466267.1 How to Setup DG4MSQL (Database Gateway for MS SQL Server) on Windows 32bit
    Note.562509.1 How to Setup DG4MSQL (Oracle Database Gateway for MS SQL Server) 64bit Unix OS (Linux, Solaris, AIX,HP-UX)
    Note.437374.1 How to Setup DG4MSQL (Oracle Database Gateway for MS SQL Server) Release 11 on Linux

  • How to connect to an Oracle XE database from Forms

    Hello,
    I have just installed Oracle XE on my computer. After that I downloaded Oracle Developer Suite. My intention is to build programs with Forms. This forms program shall manage data stored in my Oracle XE database.
    My question is: How to connect to the Oracle XE database from forms. In forms developer I have tried to connect the database with the command Ctrl+J. Then I registered username, password and oracle instance (orcl). It will not work!
    best regards
    Håkan Axheim

    Hello,
    the tnsnames.ora must have been updated with the XE information.
    the SID for Xpress Database is always XE
    XE =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = XE)
      )Francois

  • JDBC connect to remote Oracle, IOException,Help!

    I am trying to connect to remote Oracle 8.1.6 resides on IBM AIX server, the oracle SID is correct, and ping host address is also successful. also, downloaded JDBC driver classes12.zip from oracle...but i still encounter the IOException: Network adapter cannot establish connection!...could anyone tell me how to test whether the oracle's listener works...?
    i also tried to run the following piece of code on that IBM server, changed the host address to 'localhost', but still, the IOExcetpion:Network adapter cannot establish connection!...why? cos i am running the code on the server where Oracle resides.....
    great appreciation for anyone replies me.....the code is here:
    import java.io.*;
    import java.sql.*;
    import java.text.*;
    import oracle.jdbc.driver.*;
    public class viewtable
    Connection con;
    Statement st;
    public viewtable (String args[]) throws ClassNotFoundException,FileNotFoundException,IOException,SQLException
    url="jdbc:oracle:thin:system/manager@IP:1521:SID";
    Class.forName ("oracle.jdbc.driver.OracleDriver");
    try
    con=DriverManager.getConnection(url);
    st = con.createStatement ();
    doexample ();
    st.close ();
    con.close ();
    }catch(SQLException e)
    System.err.println(e.getMessage());
    public void doexample () throws SQLException
    ResultSet rs = st.executeQuery("select * from sales");
    if(rs!=null) {
    while(rs.next())
    int a = rs.getInt("no"); System.out.println("NO = "+a);
    rs.close();
    public static void main (String args[])
    System.out.println ("Oracle Exercise 1 \n");
    try
    viewtable test = new viewtable(args);
    } catch (Exception ex)
    System.err.println ("Exception caught.\n"+ex);
    ex.printStackTrace ();

    with an RS/6000, don't you have a db admin ? he/she should know how to set up the listener properly.
    if you have to do it on your own, try the following things:
    - www.orafaq.com is often very helpful
    - search the web for "oracle listener" etc. A first goolg search gave me the following link: http://www.ibiblio.org/mdw/HOWTO/Oracle-7-HOWTO.html
    - check the files listener.ora and tnsnames.ora. They should be located somewhere in your oracle home direcotry on the server
    good luck
    PS: to start a listenter, type "startup" in the lsnrctl tool, maybe you can already see something.

  • How to design EDW for source systems from different Time-Zones

    How to design EDW for source systems from different Time-Zones?
    Suppose IT landscape has a global BW in New York, and source systems in americas, europe and asia, then how the time-zones effect on time related things like delta selections on date or timestamp etc.

    As you said BW is global in NY, your source system must be global too. People from various locations can connect to same source system and thus timestamps for delta is always maintained as 1 single time. We have same scenario in our project. Our R/3 system is used by users in US and Europe. So we run deltas twice in day to make sure we got deltas from both locations.
    If scenarios was such that all locations connect to separate R/3 system, then obviously you have multiple queues. That is unique delta queue for each source system so deltas will be pulled as per data in respective queues.
    Abhijit

  • Connection to remote SAP system.

    Hi All,
    I want help in getting connected to a remote SAP System from my desktop. I am working in SAP NetWeaver developer studio.
    Regards,
    James

    Hi James,
    Although the info. provided by you does not provide much information about the setup of your SAP System, but you can try this out:
    Inorder to get connected to the SAP system via your SAP NWDS(SAP NetWeaver developer studio).
    1) Please check if you are able to get connected to the remote server, incase the server is on a different machine. You can do it by following the steps below:
    Click on Windows Start menu -> click on Run -> Typein "cmd" and click on Ok button -> Typein "Ping 'IP address of the remote server'", I mean your remote server machine's IP address(Ex:10.6.52.189 or whatever it is). If it responds then please carry out the following steps in NWDS.
    2) Please GoTo :
    NWDS menu - > Window -> Preferences -> SAP J2EE Engine(Choose this on the left menu).
    Now, if your server is not installed on the same machine on which you are working then go for the first radio button which says "SAP J2EE engine is installed on remote host" and enter the server's IP(Internet Protocol) address(Ex: 10.6.52.14, etc)in "Message Server Host" and enter 3601 in "Message Server Port".
    Click on apply and Ok.
    3) Now again Click on Windows Start menu -> click on Run -> Typein "drivers" and click on Ok button -> Open the folder "etc" -> look for file "Hosts", openwith notepad
    -> Now typein the IP address and the corresponding host name(of the remote server)please note that the IP address and the host name should be separated by at least one space, preferably a tab space. -> save the hosts file.
    Now you should be able to connect to your remote server.
    Regards,
    Sudeep

  • How to connect Discovere to oracle apps

    Hi professors,
    Help Help Help can some one pls explain to me how to connect discoverer to oracle apps , i installed the vision 11.5.10.2 and discoverer is pre installed with it. Pls ineed to connect it.pls help.
    secondly how do i create end user layer after connection and connect to oracle apps standard report

    Hi
    Take a look on MetaLink at document: 313418.1
    That contains all of the rules and steps for connecting Discoverer to E-Business Suite.
    In order to have an EUL that understands E-Business Suite's logins and responsibilities, please take a look at the document called Setting up an Apps mode EUL available as a free download from my website here: http://learndiscoverer.com/downloads/downloads.htm
    Best wishes
    Michael

  • How to connect Servlet to Oracle

    so far i have see some example from internet on how to connect servlet with Oracle.. but i don't undertand the statement below
    "jdbc:oracle:thin:@elab-unix4.bus.umich.edu:1521:elab"
    can any expert please explain to me??
    what is @elab-unix4.bus.umich.edu ?? elab is database's name?

    so far i have see some example from internet on how to
    connect servlet with Oracle.. but i don't undertand
    the statement below
    "jdbc:oracle:thin:@elab-unix4.bus.umich.edu:1521:elab"
    can any expert please explain to me??
    what is @elab-unix4.bus.umich.edu ?? elab is
    database's name?jdbc:oracle: type driver
    thin: Type of driver again. Oracle distinguishes between thin/thick, but I'm not sure of the features. We use thin.
    :@elab-unix4.bus.umich.edu:1521:elab
    IP Address of box where db resides:@elab-unix4.bus.umich.edu, port:1521, db instance: elab.

  • How to connect to the  multiple system in the same environment

    Hi Everyone ,
    We are integrating SAP EP and BOE . We are facing SSO problem ,as there are 2 system in same environment .
    Suppose we have XX1 and XX2 as BW backend system . IF Default entry on server is kept blank then we get :
    "u2022  Account information not recognized: No SAP system was passed as part of the user name and there was no default system defined. User credential validation cannot continue. " error.
    Whereas if we give XX1 as defaut system on server , then SSO is not happening we as are XX2 users .
    Anyone has any idea on how to connect to multiple backend system in the same environment .
    Edited by: shivani  mishra on May 20, 2010 11:22 AM

    Hi,
    As you can see in the help link below:
    http://help.sap.com/saphelp_nw70/helpdata/en/45/2f873d1ca96d7be10000000a114a6b/content.htm
    There is a trust system and the trusted systems. One system can trust in many other systems. You have just to configure it exporting and importing the certificates as explained in the link.

Maybe you are looking for

  • Sender File Adapter-Content conversion for a tab delimited file

    Hi all, I have a FIle to IDoc scenario, where the File is with the structure Header,Detail,Trailer. Header and Trailer are with fixed field lengths, whereas the detail records are tab delimited.(Functional spec says delimited by H'05'). I have given

  • Customer Refund request

    Dear All How can we make refund request in SAP to make payment to Customer through Special GL Indicator? Thanks MK Jay

  • How we will get parameters when we uses EMBED tags

    hi , how we will get parameter from applet in netscape. When my swing applet using OBJECT tag, runs in IE it works fine. And im able to getting parameter. But in the case of Netscape (that means when i used EMBED tag) im not able to getting the param

  • Iphone sync creates duplicates

    AHHH Itunes syncing confuses me. First it created duplicates tracks on my Iphone when I synced it to my itunes library on my mac pro. Then it deleted, somewhat randomly it appears, music I had purchased on my mac form the itunes library there. I'm ob

  • Viewing wish list and password needed more often

    I have noticed that viewing wish list in itunes asks for passwords more often. Two other users in my household have noticed that on their accounts as well. Is this a change to the way iTunes store works?