How connect Oracle with AS400?

Hi!
I don´t know how i can connect oracle with AS400 , what I need for make the connection?

Hi,
You have 3 options:
- Oracle Transparant Gateway for DRDA
This product is available for Windows, Linux, AIX, HP-UX PA-RISC and Solaris SPARC
It uses the IBM DRDA protocol (over TCP/IP) to establish a connection with DB2400
- Oracle Transparant Gateway for DB2/400
This product needs to be installed on the AS/400
- Generic Connectivity (aka HSODBC)
This is a default Oracle Database feature that is available for Windows, Linux x86,
     AIX, HP-UX PA RISC and Solaris Sparc.
     In addition it requires a suitable ODBC-Driver (32-bit) that is able to connect to
     DB2/400
The gateways require additional license from Oracle, while HSODBC requires additional license for a third party ODBC vendor. Furthermore do gateways support the two phase commit protocol and calling DB2/400 stored procedures.
Regards,
Ed
DRDA over TCP/IP
Message was edited by:
ebangma

Similar Messages

  • Connect Oracle with AS400

    Iam new in this , what I need, for connect Oracle with AS400...? someone Can Help me please.....
    Thanks!!!

    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/integrat.htm#sthref3364

  • How to connect oracle with ms access database

    Dear
    We are on release r12, right now we have requirement to connect oracle database with ms access to get some information. We have found gateway(Heterogeneous services) using ODBC, but at the database side where is installed oracle r12 there is no installed ms access software becuse of linux operating system, so how could it will connect ms access because without installing ms-access we are unable to find ms ODBC gateway in ODBC driver under the control panel.
    Can any body guide me how could achieve this
    Edited by: oracle0282 on Sep 21, 2011 12:47 AM

    If I understand you correctly you want to access Oracle on Linux from MS-Access (possible on Windows only). You need neither a gateway nor Heterogeneous Services, but an Oracle client including ODBC driver (Instant client with ODBC driver is enough) on the Windows machine.
    Configure the ODBC driver with the connect informations to the Oracle server.
    Werner

  • How to connect  oracle with c++

    i wanted to know that how should i connect oracle to c++.
    kindly list me the commands which i need to write to access database fro oracle.
    thanks ...

    If you're attempting to use the ODBC API directly, have you downloaded the ODBC SDK from Microsoft? That will include some sample code, which is a great starting point. So far as I'm aware, you shouldn't need to configure anything in Borland C++ that you don't have to configure in any other C++ compiler to use ODBC.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How to connect Oracle with Jsp?

    Hi,
    I am student and I am trying to use Jsp to connect oracle. Do you have any sample to show how to do it?
    Thanks a lot.
    Amy

    In JSP, you connect to the Oracle in a same way as you would do it in any Java application, using JDBC. Please refer to Java Tutorial -> JDBC on sun site and you will get easy and straight forward concepts.

  • Connecting oracle with php

    hi all,
    i am using Xammp 1.7.4, PHP version 5.3.5, apache 2.2, and oracle 11g. actually i know how to connect MySql using php, but now i am trying to connect oracle using php. Can any 1 tell me the clear cut steps to do the same ?

    You need to add the right oci8 DLL or .so to php.ini and make sure it has access to Oracle client libraries. These Oracle libraries are from an Oracle Home or Oracle Instant Client.
    Without knowing your platform and whether the Oracle DB is on the same machine as Xampp the best place to start is to look at
    http://www.oracle.com/technetwork/articles/technote-php-instant-084410.html

  • Connection pool with AS400

    Hello, i have a prob creating connection pool via AS "wizard"
    i've tried both com.ibm.as400.access.AS400JDBCDataSource and com.ibm.as400.access.AS400JDBCDriver
    both doesnt work for me...
    i have the following parameters:
    <property name="hibernate.connection.driver_class">com.ibm.as400.access.AS400JDBCDriver</property>
    <property name="hibernate.connection.password">xxxx</property>
    <property name="hibernate.connection.username">xxx</property>
    <property name="hibernate.connection.url">jdbc:as400://xx.xx.xx.xx</property>
    <property name="hibernate.default_schema">ssss</property>
    <property name="hibernate.default_catalog">ccccc</property>
    How do i configure these to Sun AS connection pool?
    Thank you in advance.

    You can refer :
    1) creating jdbc-connection-pool, jdbc-resource
    http://docs.sun.com/app/docs/doc/819-4733/6n6s6u1bn?a=view
    2) configuration for various database vendors
    http://docs.sun.com/app/docs/doc/819-3658/6n5s5nklk?a=view
    AS400 is not listed above, still it will work if the jdbc driver is jdbc-30 complaint.
    You need to provide "datasource-classname" and necessary parameters like user, password, URL, server, databasename etc.,
    Thanks,
    -Jagadish

  • Error in Remote Connect Oracle with MTS Mode

    I've configed my database to run MTS.
    My db is 8.1.5 with x86 Unix SunOS 5.7
    If I connect db through local area network, I can connect it with MTS mode.
    But if I try to connect db from a remote site, I can't connect and the following error shown :
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    By adding a clause (SERVER = DEDICATED) in my remote client's tnsnames.ora
    I can connect it.
    Rgds,
    Edward
    The following is my configuration.
    init.ora :
    mts_dispatchers = "(PROTOCOL=TCP)(DISP=3)"
    mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    mts_servers = 1
    mts_max_servers = 40
    mts_max_dispatchers = 4
    listener.ora :
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = QQQQdb)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = QQQQdb)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/8.1.5)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = QQQQdb.net)
    (ORACLE_HOME = /u01/app/oracle/product/8.1.5)
    (SID_NAME = QQQQdb)
    tnsnames.ora :
    QQQQDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = QQQQdb)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = QQQQdb.net)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    null

    I have run into the same problem using oracle 8.1.6.1 with redhat 6.2..
    I have found out that only when I specify host ip in the mts_dispatchers the mts will work correctly..(specifying host domain name is no use)
    Here is a sample of the configuration, hope that helps..
    mts_dispatchers = "(address=(protocol=tcp)(host=192.168.0.1))(dispatchers=4)"

  • How to Connect Oracle with Crystal Reports

    Hi Everyone,
    I am new to Crystal Report,
    Just tell me how to connect Crystal Report thro' Oracle 9i or 10g Forms
    With regards,
    Krishnan

    You may want to use ODBC for the connectivity.

  • How connect BI with Oracle DB

    Hi gurus,
    I have a BI system in Iseries(DB4), I tried connect BI to Oracle Database with UD connect, I followed the UD conect GUIDE for BW 3.5, I used JDBC Driver Ojdbc6.jar.
    I have a issue with the test JDBC connector.
    http://<myserverBI>:50000/TestJDBC_Web/TestJDBCPage.jsp
    I get the error
    java.lang.UnsupportedClassVersionError: (oracle/jdbc/driver/OracleDriver) bad major version at offset=6
    Exception id: [42003C008197020B0000000000001995000495444B967B67]
    Thanks
    William Neira

    Environment:
    Our BI version is 7.01 , OS is iseries.
    The target Oracle DB version is 11g(11.2.0.1.0, 64bits on AIX).
    Configuration procedure :
    1. Import Oracle driver "ojdbc6.jar" and create new driver which named "Oracle " under
    JDBC Connector ->Runtime ->Driver in Visual Admin.
    2. Jco RFC BI_J2EE and RFC TCP in SM59, the connection test is OK.
    3. Connector container-> resource adapter ->add
    library:ORACLE
    4. Connector container-> Managed connection Factory -> Properties
    DriverName: oracle.jdbc.OracleDriver
    Password: ****
    User:SIEC
    URL:  jdbc:oracle:[email protected]:1522:SIEC
    the error persist
      java.lang.UnsupportedClassVersionError: (oracle/jdbc/driver/OracleDriver) bad major version at offset=6
    Exception id: [42003C00819702E10000001A000019950004954808C45F78]
    Thanks.
    William Neira

  • How Connect Oracle Forms 6 With Database 11g R2

    Hello every one:
    I'm Have application made by Forms 6 and Oracle 10g, now i'm make upgrade to my DB to 11G
    but have problem when make connection between Forms 6 and 11g
    ORA-02248: invalid option for ALTER SESSION
    pls help me !!
    Thnx

    Oracle Forms 6i is not certified with Oracle RDBMS 11g and the last I read - there was no plans to certify Forms 6i with RDBMS 11g. If you search the Forums you can find some workarounds to make Forms 6i work with RDBMS 11g, but these are not Oracle Supported workarounds.
    Your only real options are to leave things as they are or upgrade both your Forms application and the database. If you opt to upgrade your Forms application, you need to upgrade your Forms application to at least Forms 10g R2 (10.1.2.0.2) to be supported.
    Craig...
    Edited by: CraigB on Jul 12, 2010 4:06 PM

  • How connect 10g with discoverer (host name give me error)

    hi master
    sir i install discoverer but not connect with oracle 10g
    i flow this step
    1. From the Start button use Programs | Oracle - BIToolsHome1 | Configuration and Migration Tools | Net Configuration Assistant.
    2. Select Local Net Service Name Configuration the click the Next button
    3. Check Add then click the Next button
    4. Type the Service Name of the database you want to connect to, then click the Next button
    5. On the next screen, select TCP and click the Next button
    6. On the next screen, enter the full name for the Host name using a fully qualified domain name and then tell the system which Port the database is using. Click the Next button
    7. If you know a username and password on the database select Yes, perform a test and then click the Next button. While this is not a mandatory step it is well worth doing as it will show whether you can connect to the database.
    8. On the next screen, the test will either succeed or fail. If it says Invalid username / password click the Change Login button and enter a known username / password combination
    9. When informed Connecting... Test successful click the Next button
    10. Provide a name that you want to know this connection by then click the Next button
    11. When asked if you would like to configure another service name, select No and click the Next button
    12. Click the Next button again
    13. Click the Finish button
    but Host name or step 6 give me error
    this is my database name == universi
    this is my computer name == fahim
    this is my system user password == mfa786
    how i configure my discoverer with oracle 10g
    please give me idea
    thank's
    aamir

    thank's for your reply
    sir try to configure but host name step not success
    and i try to test
    then taht window give me this error
    see errir
    Connecting...ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    The test did not succeed.
    Some of the information you provided may be incorrect.
    Click Back to review the information provided for net service name, or Change Login to change username.
    ============== this is my bi path
    C:\oracle\BIToolsHome_6\network\ADMIN
    this is my tnsnames.ora file
    # tnsnames.ora Network Configuration File: C:\oracle\BIToolsHome_6\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    UNIVERSI =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fahim)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = universi)
    ================ this is my listener.ora file
    # listener.ora Network Configuration File: C:\oracle\BIToolsHome_6\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\BIToolsHome_6)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fahim.iqra.edu.pk)(PORT = 1521))
    when i try to run my discoverer that give me this error
    unable to connect fahim@universi
    failed to connect to databae - ORA-12514: TNS: listeer dose not currently know of service requested in connect descriptor
    please give me idea how i connect my oracle 10g with discoverer
    thank's
    aamir

  • Connect Oracle with Java

    I want to access oracle database from my java program which is written on Java Swing. e.g suppose my program shows a screen containing a "Name" field and a button "Submit". When i will enter a name and press the submit button the name will be stored into a table . How can i do that?
    I use Oracle 8i for database and JDK 1.7.0 for Java environment.

    Hi,
    Use the below code to connect to the Oracle DB and do the required Operation with the custom parameters for IP etc.,.
    public static void updatEmp(int empNo, String eName){
              System.out.println("Oracle Connect Example.");
              Connection conn = null;
              String ipAddress ="";
              //Spedify your IP address
              String tnsName = "";
              // Specify your tns name eg. "orcl"
              String url = "jdbc:oracle:thin:@"+ipAddress+":1521:"+tnsName;
              String driver = "oracle.jdbc.driver.OracleDriver";
              String userName = "scott";
              String password = "tiger";
              try {
              Class.forName(driver).newInstance();
              conn = DriverManager.getConnection(url,userName,password);
              System.out.println("Connected to the database");
              conn.setAutoCommit(false);
              PreparedStatement preStmt = conn.prepareStatement("update emp set ename = ? where empno =?");
              preStmt.setInt(2, empNo);
              preStmt.setString(1,eName);
              preStmt.executeUpdate();
              Statement st = conn.createStatement();
                        // For insertion to oracle
              int i = st.executeUpdate("insert into emp (empno,ename) values("+empno+",'"+ename+"')");
              System.out.println("No. of rows updated = "+i);
                        //For Selection from oracle
              /* ResultSet res = st.executeQuery("SELECT empno,ename FROM EMP ");
              while (res.next()){
                   System.out.println("Number of column:"+res.getInt(1));
                   System.out.println("Number of column:"+res.getString(2));
                   conn.rollback(); */
                   // For Updation to oracle
              /*int i = st.executeUpdate("update emp set ename='Hamlet' where empno=7369");
              System.out.println("No. of rows updated = "+i);*/          
              conn.close();
              System.out.println("Disconnected from database");
              } catch (Exception e) {
              e.printStackTrace();
    Note:
    Have to include the ojdbc14-10.2.0.2.0.jar in your java environment, which is the driver for Java to connect to oracle. If it is in Eclipse include using External jar files. If the java environment is Servers put the jar file in your lib folder under Web-INF folder..:-)
    Thanks
    Edited by: Ramesh_R on Aug 26, 2009 8:53 PM

  • Can I connect Oracle with SQL-Server

    Hi,
    Is it possible to do Oracle hetrogeneous connectivity with Sql Server??
    Regards,
    Darshan

    Hi,
    I wanted to know whether Transparent Gateway for SQL Server is installed or not?
    In my $ORACLE_HOME I found following folders
    tg4ifmx, tg4ingr, tg4sybs, tg4tera.
    =========================
    If I want to install Gateway for SQL Server, From where do I install it???
    JAI HIND
    Darshan

  • Connect Oracle with rm Cobol

    hi, i have a application in oracle 10g and i want to read data from a rmcobol, anyone knows how can i connect to a rmcobol. any gateway???
    thanks in advance
    Roberto

    I am not aware of a Transparent Gateway for rmcobol, but if you have ODBC drivers, you could try Generic Connectivity.
    Here's a quick start to Generic Connectivity :-
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:4406709207206#18830681837358

Maybe you are looking for

  • How to create more than one window for a vi that can be acces anytime...just like using the creating new window in internet explorer

    hello guys, I want to create a vi such dat when I press a button on the frontpanel of the vi it opens the same vi in another window..and I should be able to work on this new window also able to work on the previous window without closing it...Just li

  • Report in Character MODE

    I have an Oracle Reports Server 6i and Forms Server 6i on the same machine. Operation system Windows 2000 Server. I can not run reports with BITMAP mode after runing report in CHARACTER MODE. 1 report: I run report on Forms server using command line:

  • List of issues with patch level

    Is there a list of application errors reported for each patch level? When working with SAP R/3, there is a SAP note released for each patch level which states the changes delivered in that patch as well as what fixes are delivered. Therefore, it is e

  • How Do I Create This?

    Newbie to FCPX (also have Motion 5). I need instruction, step-by-step, on how to create text on transparent overlay and position it in specific location on screen just like the attached image -- either in FCPX and/or Motion 5. Should be an easy answe

  • How to clear a JList ?

    Hello, I have the following code.     JList  jl = new JList();      Vector v = new Vector(5000);                     then I fill the vector with Strings loaded  from a MYSQL table       jl.setListData(v);   Later I refill entirely the vector with oth