Is there driver to connect Oracle directly to Universe database

Hi
We have a universe database,so we are looking for some kind of oracle driver or tool which can extract the data directly into oracle tables.
So, do we have kind of tools in the market?
Please advice...

You're going to have to clarify exactly which database you're connecting to. My wager would be that you're trying to connect to an IBM DB2 Universal Database, but there are multiple other things that might be called a "universe database". Lots of BI tools, for example, use the term "universe", for example.
Assuming you're trying to connect to an IBM DB2 Universal Database, the Oracle Transparent Gateway for IBM DRDA would be the transparent gateway to investigate. Depending on the complexity of the integration, you may be able to use Generic Connectivity instead, which may be less expensive (you'd have to purchase an appropriate ODBC driver but would not have to purchase the transparent gateway).
Justin

Similar Messages

  • CONNECTING ORACLE 9I OR 10G DATABASE WITH ORACLE 10G FORMS AND REPORTS

    pls tell how to connect oracle 9i or 10g database with oracle developer suite 10g . though the forms are getting connected but not running with error as
    FRM-10142 the HTTP listner is not running on pls start the listner or check your runtime preferences.
    now pls tell how to start listner and how to chage runtime preferences.
    though i have worked with oracle 9i and forms 6i where we used to copy the tnsnames.ora from network/admin of oracle to forms 6i tnsnames.ora.
    thank you, you may be thinking such a long question.....

    sir
    By server i mean the computer where oc4j and backend database are running is one one of the client pc not a dedicated server..., these database and 10g dev suite are installed in one of the client machine,
    all the clients are using same internet explorer as browser.
    no message is being displyed on some of the client machine where these forms are not being uploaded on browser instead it displays as done in status bar without actually showing anything at all...
    sir so far as jinitiator or JRE is concered i have seen on the client machine (where my forms are running on internet explorer) a pop up is displyed telling one activex control is required to run this program and click to install it..
    after clicking it download jinitiator from server and after installing jinitiator my forms are loaded and start functioning...
    what i feel is as i said this machine where oc4j and database is running is one of the client machine so some other clients do not have acess to this machine, so this might be the reason why those clints are not able to run the said forms on the internet explorer.... can it be so... kindly tell..
    thank you for your patience for reading the question

  • 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

  • Cannot connect Oracle 11gR2 to DB2 Database

    Hi guys,
    I gotta some issue connecting from Oracle to DB2. The point in, the connection works from Oracle 10G, but does not from 11G. Check it out:
    Oracle 10g:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> conn test/test
    Connected.
    SQL>
    SQL> create database link db2
    2 connect to user10
    3 identified by user1000
    4 using '(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=167.82.63.98)(PORT=1528))(HS=))';
    Database link created.
    SQL> select count(*) FROM DES.LIST_DEV@DB2;
    COUNT(*)
    231
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Oracle 11g:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL> conn test/test
    Connected.
    SQL>
    SQL> create database link db2
    2 connect to user10
    3 identified by user1000
    4 using '(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=167.82.63.98)(PORT=1528))(HS=))';
    Database link created.
    SQL> select count(*) FROM DES.LIST_DEV@DB2;
    select count(*) FROM DES.LIST_DEV@DB2
    ERROR at line 1:
    ORA-01017: invalid username/password; logon denied
    ORA-02063: preceding line from DB2
    SQL>
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    When connected through Oracle 10 (DBLINK working), DB2 access log shows this information:
    GT8C G4AUTH: (USER10 / ) TCB=(00AC5E88) JOB=(ORAGT8C )
    ICH70001I USER10 LAST ACCESS AT 11:01:14 ON FRIDAY, JULY 29, 2011
    DB2AUTH: AIDLPRIM=(E2C1C4E2C5E24040), AIDLSQL=(4040404040404040)
    DB2AUTH: USERID=(USER10 ), SUBSYS=(GT8C ), STC NAME=(ORAGT8C )
    DB2AUTH: SSAT=(7F5B1840), TCB=(00AC5E88)
    DB2AUTH: SECONDARY ID = (RJ00S )
    Through Oracle 11 (DBLINK not working), these are the logs:
    GT8C G4AUTH: ( / ) TCB=(00AC5628) JOB=(ORAGT8C )
    ICH408I USER( ) GROUP( ) NAME(??? ) 820
    LOGON/JOB INITIATION - USER AT TERMINAL NOT RACF-DEFINED
    IRR012I VERIFICATION FAILED. USER PROFILE NOT FOUND.
    GT8C G4AUTH: VERIFY FAILED R15=(00000004)
    GT8C G4AUTH: ( 00AC5628 / ORAGT8C
    TXM11802I TCP/IP socket #0001(4) closed between 167.82.63.98:1528 and
    10.23.21.166:37691
    Note: The user parameters (user10) is not filled. That's why I got the error 'invalid username/password permission denied'.

    Hi Rahil,
    It is always best to open a new SR instead of adding to an existing one for questions sucha s this, as updates to old threads can be overlooked.
    There are 2 methods you can use to conenct to a DB2 database -
    - Database Gateway for DRDA (DG4DRDA)
    - Database Gateway for ODBC(DG4ODBC)
    There is further information in the following notes available on My Oracle Support -
    Master Note for Oracle Gateway Products (Doc ID 1083703.1)
    Options for Connecting to Foreign Data Stores and Non-Oracle Databases (Doc ID 233876.1)
    Functional Differences Between DG4ODBC and Specific Database Gateways (Doc ID 252364.1)
    Gateway and Generic Connectivity Licensing Considerations (Doc ID 232482.1)
    If you do not have access to My Oracle Support then you will need to contact someone in your organisation to get access, or access the notes for you, as we cannot paste them into OTN.
    You can also check the gateway documentation here -
    http://www.oracle.com/pls/db112/homepage
    Click on 'Information Integration' and then 'Heterogeneous Connectivity'
    Regards,
    Mike

  • How to connect oracle client (xp) to database server

    how to connect oracle client to database server
    i have following information
    --server ip
    --port no
    --database name.                                                                                                                                                                                                                                               

    In addition to these parameters you need username and password.
    Then you can connect with
    sqlplus -L username@//server_ip:port_no/database_name
    Yours,
    Laurenz Albe

  • Connect oracle 10G  to access database

    Dear Sir,
    I try to connect oracle(10G) with Access.
    First step : I created Access ODBC
    Second Step: I updated listener , tnsnames , inithsodbc files
    Third step : I am testing by the command line
    'lsnrctl start LISTENERtest'
    but it doesn'yt start and the log file shows the following:
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 20-MAY-2008 12:06:23
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is E:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to E:\oracle\product\10.2.0\db_2\network\log\listenertest.log
    Trace information written to E:\oracle\product\10.2.0\db_2\network\trace\listenertest.trc
    Trace level is currently 0
    Started with pid=2328
    TNS-01150: The address of the specified listener name is incorrect
    could you help me what is the problem?

    The following are the lines I added to tnsnames file:
    test
    =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
    (CONNECT_DATA=(SID=test))
    (HS=OK)
    And the following are the lines I added to listener file:
    LISTENERtest =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
    (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    SID_LIST_LISTENERtest=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=test)
    (ORACLE_HOME=E:\oracle\product\10.2.0\db_2)
    (PROGRAM=hsodbc)
    Where is the error?

  • How to connect Oracle forms 11g to Database?

    Hi,+
    *I've been facing some issues with connecting my forms 11g to database 11g . . it is quite different from 10g*+
    can anybody help me with this, please?+
    Thank you in advance.+

    Can anybody help me, please?!
    If this section is not the right place to post my issue, could you advise me where else should I go?
    Thanks. .

  • Jdbc thin driver to connect oracle as internal

    I need to connect to Oracle as Internal using jdbc driver, is there a way we can do this using jdbc thin driver. Actually I don't want to pass username and password as it will be harcoded in a properties file.
    Please let me know.

    Hi Minol,
    Have a look at this code example that shows how to Connect to Database as internal ( as sysdba ). In this code sample the properties are hard-coded, you can supply these Properties by loading them from a properties file.
    Connecting to Oracle Database with DBA privileges
    http://myjdbc.tripod.com/basic/codeindex.html
    The code snippet to load properties from a properties file
    //Import IO related classes
    import java.io.IOException;
    // Necessary support classes
    import java.util.Properties;
    import java.util.Enumeration;
    import java.util.ResourceBundle;
       * This method reads a properties file which is passed as
       * the parameter to it and load it into a java Properties
       * object and returns it.
       * @param file File path
       * @return Properties The properties object
       * @exception IOException if loading properties file fails
       * @since 1.0
      public static Properties loadParams(String file)
          throws IOException {
        // Loads a ResourceBundle and creates Properties from it
        Properties     prop   = new Properties();
        ResourceBundle bundle = ResourceBundle.getBundle(file);
        // Retrieve the keys and populate the properties object
        Enumeration enum = bundle.getKeys();
        String      key  = null;
        while (enum.hasMoreElements()) {
          key = (String) enum.nextElement();
          prop.put(key, bundle.getObject(key));
        return prop;
      }Regards
    Elango.

  • 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 to Connect Oracle Developer to Other Databases

    Hello I am using Developer 6i.
    Want to connect this to another Database like Ms.Access or Ms.Sql Server.
    Send me how to USE OCA,
    I tried hard but Not Success

    hi
    plz use Net Configuration Assistant or set tnsnames.ora with connect string and computer name.
    Net Configuration Assistant.
    when its opened then go to .
    *Local Net Service Name Configuration.
    *Click Next.
    *Add.
    *Click Next.
    * Service Name--Type here connect String which is XE or any Connect String.
    *TCP.
    *Click Next.
    *Host Name--Enter here Computer name or Ip address.
    *Yes,Perform a test.
    you can enter correct password and username here.
    Note:- your Database should be Up if its not Up it will through the same error so plz startup your database first.
    sarah

  • DSN less Connection - Oracle

    Hello:
    Do i need to download and install special driver to connect Oracle, if so please sugest me some details of how to install. Also suggest me the steps to connect it with a table there at Orcale 8.
    Thanks in advance..
    Regards
    Shan
    [email protected]

    Download it from Oracle, of course (you might have to register first):
    http://otn.oracle.com/software/tech/java/sqlj_jdbc/index.html
    Put the ojdbc14.jar in your app's CLASSPATH.
    As for how to make a connection, go through the JDBC tutorial:
    http://java.sun.com/docs/books/tutorial/jdbc/
    Don't need a DSN when you use a type IV JDBC driver.

  • Cannot connect Oracle 7.2.2 using JDBC thin in JDevelper....

    When I try to connect Oracle 7.2.2 database using JDBC thin driver of Java 1.1.8 in JDeveloper, the connection manager refuse to connect the database and alert the minimum version supported is 7.2.3. But I know JDBC thin driver can connect database of 7.2.x onwards. Any way to workaround? Thank you.

    Hi Tian-liang,
    Try using Microsofts JDBC driver rather than Suns. Also search these forums, other have run into the same issue.
    Thank you
    Don

  • How to connect oracle form6i or 10g to mysql database

    can anyone tell me how to connect oracle forms to mysql database using ODBC connector?
    akin

    Hi
    this is step by step installation guide
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10875/toc.htm
    also below link for download
    http://www.oracle.com/technology/software/products/database/index.html
    hope this helps
    Zekeriya

  • NullPointerException from oracle.jdbc.driver.OracleDriver.connect()

    I ran into an NPE when using Oracle thin client 11.1.0.6.0 (ojdbc6.jar) to connect to a 10g server. It is not easy to reproduce though. The following is the stack trace, any suggestions?
    java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:334)
    at java.util.Properties.getProperty(Properties.java:932)
    at oracle.jdbc.driver.PhysicalConnection.parseConnectionProperty_String(PhysicalConnection.java:2037)
    at oracle.jdbc.driver.PhysicalConnection.parseConnectionProperty_int(PhysicalConnection.java:2072)
    at oracle.jdbc.driver.PhysicalConnection.readOCIConnectionPoolProperties(PhysicalConnection.java:1936)
    at oracle.jdbc.driver.PhysicalConnection.readConnectionProperties(PhysicalConnection.java:1927)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:471)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:474)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:37)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:290)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:877)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:851)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:382)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:458)
    at com.verisign.uaservice.dbverify.dao.DBVerifyDAOImpl.getRecordAsPair(DBVerifyDAOImpl.java:255)
    at com.verisign.uaservice.dbverify.Verifier.verify(Verifier.java:37)
    at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:276)
    at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:260)
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)

    What is the exact 10g version?
    According to MOS note 207303.1, for connection between 11g client and 10g server, there is a minimum version requirement on 10g server side.

  • HT3669 I have an imac running OS10.6.8 and an Apple laserwriter 16/600PS.  Is it possible to connect these directly without networking?  Where can I find the printer driver?

    I have an imac running OS10.6.8 and an Apple laserwriter 16/600PS.  Is it possible to connect these directly without networking?  Where can I find the printer driver?

    It turned out that WD is the big bad guy in this game.
    According the data rescue company where I asked for an inspection, both of the drives had their reader head loose. And in the one, which was my already-in-use disk its even damaged the platters... xxxxx
    So its time to pay bunch of money to recover, and take a walk to wd service to bang on the desk.
    Also note - it may be somehow related to intellispeed technology - since macs not really friendly with wd-s built-in solutions.
    On the other hand, with WD GP 1Tb there is no problems at all for ages.
    thanks guys, thread is closed

Maybe you are looking for

  • Work order header information from BAPI_ALM_ORDERHEAD_GET_LIST

    Upfront I'll admit that this question likely falls outside of MII as I am getting bad results in SE37 as well.  Was hoping others in this group have experience with this. When I use BAPI_ALM_ORDERHEAD_GET_LIST there are several work orders that do no

  • Traditional TFT LCD of the N900 and the new SLCD !

    Can anyone here explain me is S-LCD the next generation of the TFT LCD does it offer a dramatic improvement in display ( I am not really looking out for a very technical explanation just need to know from a user perspective) is it great fun watching

  • I am having problems installing Photoshop Elements

    Still do not understand what exactly I have to do to Download ( Install failed ????) Photoshop Elements Trial 11. Does this mean unles I fix it asap I will "lose" some/all of the free 30 days ? I tried in the past to trial Photoshop Elements 10 and j

  • EEnvelope date stamp

    Hello - In Adobe Acrobat 9 Pro, I'm creating a security envelope using Acrobat's included "eEnvelope with Date Stamp" template (template2.pdf). The resulting date stamp is exactly 8 hours ahead of the actual time on my computer's clock (i.e. I create

  • Will Real Player plug in work with Firefox 6 ?

    I currently use Firefox 4 and the Real Player works perfectly, I am being asked to upgrade to Firefox 6 but fear the Plug in will not work. Can you advise me