New JDBC-Driver

Hi Gurus,
I have just started with the ODI, installation on my Windows 7 system works fine repository build in an Oracle XE.
Now I want to integrate a JDBC driver from EXASOL/Germany. This DB handles very similar to Oracle or MySQL.
So I have downloaded the JDBC Driver https://www.exasol.com/version30.html?&L=1 and copy it to the drivers folder.
But failed by opening/testing a connection. Does somebody could help in finding out the parameters for JDBC Driver and JDBC URL?
Or do I have to set up a new technology in the Topology Manager first?
Regards
Ralph

The driver is described in their user manual Ch3/p227
Driver Class: com.exasol.jdbc.EXADriver
URL: jdbc:exa:<host>:<port>[;<prop_1=value_1>]...[;<prop_n=value_n>]

Similar Messages

  • Deploy a new JDBC Driver on SAP Netweaver 7.1 CE

    I would like to deploy a new  jdbc driver on the  SAP NetWeaver 7.1 CE
    bI have a Guideline where the steps are discribed until a message says
    to download a jdbc driver file ojdbc14.jar . The File exist on the AIX 5.3
    but the message wants to install  the driver file from my local PC.
    Is there a possibility to access to the AIX and select the file via Netweaver ?
    In the Configtool is the jdbc connector not available so I cant do the configuration there
    Thank for your Help
    BR,
    Vito

    Hi Vito Cecere,
    Please logon to your AIX system.
    logon to your CE system NWA being in the AIX system then it's possible to access the file.
    Otherwise, being in your desktop/laptop it's not possible to access your AIX file system due to fact that files are not mounted to that level access.
    If this doesnot answer your concern please write back.
    Regards
    Sekhar

  • Adding new JDBC driver to Jdeveloper 3.0

    Hi all,
    How to you add a new jdbc driver to jdeveloper 3.0.

    Add a new library (containing the driver) to the list of libraries for the project -- under the project settings menu.
    None of the JDeveloper wizards will acknowledge or use a non-Oracle driver and BC4J will not work with non-Oracle drivers either, but this will get the driver included into the project settings so that you can reference it using JDBC code in the IDE.

  • Buying a new JDBC driver

    Hi There,
    I am a student and currently working on a ASP ->MS ACCESS application. I have converted that application to JSP->MS ACCESS.
    Now I am planning to migrate to JSP->Oracle and want to buy a JDBC driver for the same. Can anybody guide me to buying a good/cheap driver?
    I have gone through the following list but I want somebody experienced to advice me on this topic.
    http://industry.java.sun.com/products/jdbc/drivers
    Any help will be useful.
    Thanks
    Mahesh.

    Thanks for the reply!!
    Another query about developing applications:
    For the JSP->MS ACCESS application that I developed, I used JDBC:ODBC bridge that comes with SDK and Apache Tomcat as the JSP container.
    Compared to the implementation in ASP, the JSP version was very very slow (crashed after 30 min of extensive interaction with the database) and after a long thought I attributed this problem to the JDBC:ODBC bridge. This led me to my decision of buying / using a new JDBC driver.
    Do you think I am in the right direction? Also is Oracle JDBC driver used commercially?
    Regards.

  • Adding new JDBC driver

    Where do I put the .jat file for the
    new JDBC driver I have added to the IDE under
    Other - JDBC ?
    Tried all the obvious places in the hierarchy but they do not seem to work.
    The driver works from within other tools and is in the jdk CLASSPATH

    Andrew,
    Edit jdeveloper.ini from the /bin directory where JDeveloper 3.1 is installed. Add the .jar file to the end of the IDEClassPath= line.
    If this is a type 2 driver and requires native code, add the path where the .dll file resides to both the SLP= and JLP= lines (refer to the release notes under using Native Code with JDK 1.2/1.3) if this is the case.
    Take Care,
    Rob
    null

  • How to add new JDBC driver ?

    OS - Linux
    SunAppServ 9.1
    Hi, I want to create in AdminPanel on 4848 port new ConnectionPool in Resources/JDBC.
    To do this I can chose Postgres Vendor but I want to use my new Postgres driver because default is not work.
    I hava postgresql-8.2-505.jdbc4.jar file
    in this file there is a directories org/postgresql/ds/PGPoolingDataSource.class which I want to use.
    Where I should copy this postgresql-8.2...jar file
    I tried copy to JEE5_HOME/lib/. and in secend step i write class postgresql-8.2-505.jdbc4.org.postgresql.ds.PGPoolingDataSource
    but this doesn't work.
    BTW this driver work in NetBeans (I have jdbc connection in Runtime and linked this driver)

    Please Refer :
    1) http://blogs.sun.com/JagadishPrasath/entry/creating_jdbc_connection_pool_resource
    2) http://blogs.sun.com/JagadishPrasath/entry/jdbc_connection_pool_templates_glassfish

  • Help installing new JDBC driver on LINUX

    Hello,
    Today, I downloaded the new SQL Server 2005 JDBC Driver onto
    my Linux Server. The path to the driver's .jar file is
    /root/sqljdbc_1.0/enu/sqljdbc.jar. I placed that path in my CF
    Adminstrator "Java and JVM" page's Class Path field. I restarted
    the app server but each time I try to establish a dsn connection I
    keep getting this error. (note: I have dsn's set up already to this
    instance of SQL Server 2005 so the communicatio is there but I
    would prefer to use this new driver)
    Connection verification failed for data source: dsnTestDB
    java.sql.SQLException: No suitable driver available for
    dsnTestDB, please check the driver setting in resources file,
    error: null
    The root cause was that: java.sql.SQLException: No suitable
    driver available for dsnTestDB please check the driver setting in
    resources file, error: null
    Any help would be greatly appreciated.
    Thanks,
    mdg1
    Houston, TX

    Try placing the jar file in the
    {cfmx-root}/runtime/servers/lib (create if not already there)
    directory if you have the server install or the
    {jrun-root}/servers/lib directory if you have the multiserver or
    j2ee install on JRun. Restart the Coldfusion applicatioin server.
    Ted Zimmerman

  • How to install a new jdbc driver and get it in a list to select.

    I have placed the driver in the directory with the rest of the drivers. and followed the instructions below.
    The HUGE missing part is typing in the driver name. WHERE? I there isn't a field that I can edit to add the name.
    The URL and connection string are no problem, but how do I get ODI to recognize the new driver is there and how can I select it?
    This has to be something simple that I am missing. Any help would be appreciated.
    Follow these steps to add a new driver for Oracle Data Integrator.
    ■Copy the driver packages (.zip or .jar files) to the /drivers sub-directory under the Oracle
    Data Integrator installation folder (ODI_Home\oracledi\drivers) if they are not already referenced in the Java classpath.
    Oracle Data Integrator will automatically detect the driver the next time it starts and will add these packages to the classpath. This must be done on each machine executing an Oracle Data Integrator component.
    ■If the driver is used to connect a repository and you wish to use Metadata Navigator to
    connect to this repository, then copy the driver's packages in the /WEB-INF/lib sub- directory of the Metadata Navigator installation folder, then restart the application server.
    Refer to the driver's documentation for specific setup operations.
    Drivers added to Oracle Data Integrator do not automatically appear in the list of drivers and URL in the Oracle Data Integrator GUI. The URL and drivers must be typed in manually in the appropriate fields, using the syntax provided in the drivers' documentations.
    The automatic detection of the drivers does not work on certain systems, including Windows 95 and

    Did you check this out:
    http://odiexperts.com/manual-entry-in-odi-driver-list

  • To change the JDBC driver for a single OC4J instance

    Hello,
    I implemeted an app with oracle adf (Jdeveloper 10.1.2 ) and it use Oracle Domain objects.
    I have an oas 10g (9.04.1) in windows
    and I want to change the default jdbc driver for a single oc4j instance
    in metalink i found the following information:
    1.- From OTN, download and copy the 10.1.0.x JDBC driver to a directory on the server. E.g OH/newjdbc
    2.- Opening EM-Website, navigate to the OC4J instance that should be altered.
    3.- Find the "Java-Options" and, add the -Xbootclasspath option to it, pointing to the new JDBC driver.
    E.g. -Xbootclasspath/p:$OH/newjdbc/ojdbc14.jar
    4.- Restart the OC4J instance
    my 'Java-optios' default is
    -server -Xrs -Djava.security.policy=C:\oracle\904\j2ee\test_adf\config\java2.policy -Djava.awt.headless=true
    my new 'Java optios' now is
    -server -Xrs -Djava.security.policy=C:\oracle\904\j2ee\test_adf\config\java2.policy -Djava.awt.headless=true -Xbootclasspath/p = D:\jdev1012\jdbc\lib\classes12.jar
    is this correct?
    now I cannot deploy my app
    Rigoberto

    Seems you missed something in step 3. From those steps the driver should be installed under C:\oracle\904\newjdbc and used in classpath, not d:\jdev1012.

  • Couldnot connect JBuilder 6 to ORACLE 8i , JDBC driver problem

    Hi guys
    I am trying to connect to the oracle 8i database from jbuilder 6 using a simple select statement , but it gives the following error
    Root cause:
    java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
         at _0002ftestEmployee_0002ejsptestEmployee_jsp_1._jspService(_0002ftestEmployee_0002ejsptestEmployee_jsp_1.java:83)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspCountedServlet.service(JspServlet.java:130)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:282)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:812)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:484)
    plse help me how to connect jbuilder to oracle to access the data. I followed jbuilder doc like from the menu (Tools �� enterprise setup �� database driver ��)
    but could not select the driver since it is marked as red (uninstalled). How can I made jdbc driver to available to jbuilder.?. I am using oracle 8i. Will oracle 8i supports jdk 1.3 b��cos I have noticed the jbuilder supports from jdk 1.3 onwards. So plse correct me if I am wrong
    waiting for reply
    sumesh

    thanks for u'r reply.
    you mean to say i need to install the new JDBC driver (Classes12.zip and nls_charset12) to the oracle/ora8i/jdbc/lib folder.currently this folder contains only classes102 and classes11.zip files and the corresponding charset only.After instaling the new classes12.zip file do i need to set the classpath?.

  • Upgrade MS SQL 2005 platform to MS SQL 2008 - Update the JDBC driver...

    Hello to all,
    This is the second post that I created reporting this error because in the first one I open this message in group of "SAP on SQL Server" but without any kind of help from community:
    My problem is...
    I´m planning to do an upgrade of a sap system (SAP ECC 6.0) from SQL Server 2005 to a SQL Server 2008 but I´m facing with a little problem. This system has two stacks - ABAP + JAVA - and because of that the Upgrade Guide to MS SQL Server 2008 describe which are the requirements for this upgrade DB platform, and one of them is this:
    "If you use a Java system, you have updated the JDBC driver as described in SAP Note 639702"
    ... the updated of JDBC driver when we have in system a Java part, like it has in this case! But I´m with a serious problems to find in SAP System Files in Windows 2003 Server the four files that is mentioned in that note 639702. I can´t find it anywhere... in note says:
    Depending on the SAP release and the system configuration, the driver files base.jar, util.jar, sqlserver.jar, and spy.jar are available in an installed system at:
    (NetWeaver'04, Java:) usrsap<SAP SID>JC<InstanceNumber>j2eejdbc
    (NetWeaver'04, ABAP+Java:) usrsap<SAP SID>DVEBMGS<InstanceNumber>j2eejdbc
    (NetWeaver 2004s:) usrsap<SAPSID>SYSexe<NUC|UC>Platformmssjdbc
    But... still I didn´t find them! I also read other note 1109274 - New JDBC driver for NetWeaver 7.0 and higher but even so I still can´t find it!
    Can you help me to find this files on my operation system? I have to update that JDBC... but of course for this task I have to find it first!!!
    Best regards,
    João Dimas - Portugal

    Hi,
    Have you considered the possibility that the directory that was supposed to contain the jdbc drivers has been replaced by a recent kernel upgrade and you never noticed?
    Anyway, looking forward, put in a new set of JDBC drivers in the correct location.
    Also, with reference to the following point from the first note:
    Check your JDBC Driver version before you download it. To do this, unpack the attached check tool SAPCheckVersion in the relevant JDBC directory (refer to the previous paragraph). Then open a command prompt there and execute the following command:
    SAPCheckVersion.cmd <server name> <username> <password>
    Replace <server name> with the name of the database server, <username> and <password> with the logon data of an SQL user (for example, sa or SAP<SID>DB). If you call SAPCheckVersion.cmd without a parameter, the system displays detailed help. The tool supports both DataDirect and Microsoft drivers.
    *The download name tells you which version of the driver you need to download from SAP Service Marketplace.*
    Run this SAPCheckVersion and find out which drivers you need to download and then download them and use them.
    Regards,
    Shitij

  • Upgrade MS SQL 2005 platform to MS SQL 2008 - Update the JDBC driver issue

    Hello to all,
    I´m planning to do an upgrade of a sap system (SAP ECC 6.0) from SQL Server 2005 to an SQL Server 2008 but I´m facing with a little problem. This system has two stacks - ABAP + JAVA - and because of that the Upgrade Guide to MS SQL Server 2008 describe which are the requirements for this upgrade DB platform, and one of them is this:
    "If you use a Java system, you have updated the JDBC driver as described in SAP Note 639702"
    ... the updated of JDBC driver when we have in system a Java part, like it has in this case! But I´m with a serious problems to find in SAP System Files in Windows 2003 Server the four files that is mentioned in that note 639702. I can´t find it anywhere... in note says:
    Depending on the SAP release and the system configuration, the driver files base.jar, util.jar, sqlserver.jar, and spy.jar are available in an installed system at:
    (NetWeaver'04, Java:) usrsap<SAP SID>JC<InstanceNumber>j2eejdbc
    (NetWeaver'04, ABAP+Java:) usrsap<SAP SID>DVEBMGS<InstanceNumber>j2eejdbc
    (NetWeaver 2004s:) usrsap<SAPSID>SYSexe<NUC|UC>Platformmssjdbc
    But... still I didn´t find them!  I also read other note 1109274 - New JDBC driver for NetWeaver 7.0 and higher but even so I still can´t find it! 
    Can you help me to find this files on my operation system? I have to update that JDBC... but of course for this task I have to find it first!!!
    Best regards,
    João Dimas - Portugal

    Hello John Feely,
    Yeah I already know that you mentioned! In my first post/previous message I mentioned that, I already read the note 639702 and it was there I read that explanation... regarding that creation that you refer in the case of files are not in those directories, so you said that I could download this four files and put in there... but where? and how..? Sorry but that solution seems does not make any sense!
    I also look other systems with double stack ABAP + JAVA and I one more time I didn´t see that directories or files that are mentioned in that note!! DAMN!
    Any tip?
    Kind regards,
    João Dimas - Portugal

  • JDBC Driver 9.2.0.1

    Hello,
    iam connecting a Oracle 8.1.7 with the new JDBC Driver 9.2.0.1.
    I do this with the dbcache Implementation.
    In the new JDBC Driver 9.2.. the are methods which allow to set Timeouts
    for the Pooled Connections and the cache.
    But it seems to me that this things didn't work on Ora. 8.1.X Databases.
    Did anyone know more about ? Or can help me ?
    Greetings

    I'll use exactly the same setup for our next application. So,
    if timeouts don't work -> "Houston, we have a problem".
    So, can anyone confirm that connection timeouts do work?
    Cheers,
    HKRedwood Shores:
    " using the 9.2 jdbc driver and OracleConnectionCacheImpl
    class, all the supported timeout properties will work regardless of the
    database server version (8.1.7 and up)"

  • Jdbc driver creates new thread for each statement with a query timeout set

    I am profiling a web application that is using the Microsoft JDBC driver, version 1.1 to connect to a sql server 2005 database. Each java.sql.Statement that is created, within the application, gets a query timeout value set on it ( statement.setQueryTimeout(...) ).
    I have discovered that the JDBC driver creates a new thread to monitor each Statement and the query timeout value. When the application is under load these threads are getting created faster then they are being destroyed and I am concerned that this will cause a performance problem in production.
    One option I have is to remove the query timeout value and the monitor threads will not be created, another is to change JDBC drivers.
    I'm curious is there any way to control this behavior so that these threads are not created or are managed more efficiently.  Is there a workaround that anyone is aware of?   Is this considered a bug?
    I have found a similar bug here for the 2000 driver:
    http://support.microsoft.com/default.aspx/kb/894552
    Cheers

    Hi,
    Thank you for using the Microsoft SQL Server JDBC driver.  You are correct that a new thread is started to monitor the query timeout when a statement is executed.  This is a potential performance issue that we may look at addressing in the upcoming v1.2 release.  The current behavior is not configurable.  The only workaround with the v1.1 driver is to limit your use of query timeouts to only those statements which you reasonably might expect to actually time out.
    We do take customer feedback very seriously, so if anyone else is concerned about this particular issue, please chime in and we will be able to give it appropriate weight.
    --David Olix [MSFT]

  • How to force use of new JDBC MySQL Driver?

    Hi Everyone,
    In my local JDK(1.6)
    I have : "..\jdk\jre\lib\ext\mysql-connector-java-5.0.6-bin.jar" in my classpath.
    Under Netbeans, I have added Version 5.1.6 to my libraries, and added the library to my project.
    When running the preject locally with the code:
    DatabaseMetaData meta = con.getMetaData();
    String s1 = meta.getDriverVersion();It returns: mysql-connector-java-5.0.6
    So it's using the MySQL connector from the JDK rather than the new one I have specified.
    This problem is also reflected on the server, using the same project it retruns:
    mysql-connector-java-3.1.12.
    This is causing me really large problems, I need both the local and remote servers to be running the same version of the MySQL connector, preferably version 5.1.6.
    How can I force them to use the version I specify and not the default version from the JDK.
    Edited by: 3Pc on Mar 22, 2008 10:50 AM
    Edited by: 3Pc on Mar 22, 2008 11:00 AM

    jschell wrote:
    Per the other thread the source of the problem was a hosting company, so there isn't really a way to fix that in the VM except by asking or finding another company.
    Other than that one might be able to use a custom class loader to circumvent the normal class loading. It need to not call to the parent. Doing that with a JDBC driver would not be easy but it should be possible.True, but generally not worth the trouble though. If you have to go through that much work to use a hosting site, your far better off finding another hosting site.
    They seem to have problems understanding what they're doing anyway, if they are placing it in the ext directory. Web and Application containers have their own common lib directories for this sort of thing (if they want to provide a "common" driver) without messing around with the JDK itself (and I know you know this as well, I'm not saying this for your benefit, but rather for the OP's ;-) ).
    You really have to wonder what else they might have placed there. ;-)

Maybe you are looking for

  • Short dump while executing report group.

    Hi, We are upgrading to ECC6.0 from 4.6C Now while testing the report group i got short dump. This is due to to the 'Exception condition "LOAD_PROBLEMS" raised.' Error analysis     A RAISE statement in the program "SAPLSLDB" raised the exception    

  • Airport Express Ethernet WiFi bridging with 3rd-party wireless base?

    I want to use an Airport Express as a substitute for a very-long Ethernet cable. Essentially, I want to connect a device (say, a computer) to the AE using an Ethernet cable, have the AE connect to a base station (not an Apple device) via wireless, an

  • Can we assingn a transaction code to the table maintenance genarator

    Hi Gurrus ,                        Can we assign a transaction code to the table maintenance genarator code .

  • Non stock item on pick list

    Hi Only stock items get selected on to the pick slip as per the system behaviour Is there any way we can set up non stock items to show on the pick list. One of our customer has few non stock items which they want to show on the pick list at the time

  • Naming convention for packages and classes

    Hi all, Is there any naming conventions for packages and classes which uses a design pattern ?. If yes what are the conventions used for business delegate,session facade, service locator,DAO and any other patterns. rgds Anto Paul