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

Similar Messages

  • 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.

  • Adding new hard drive for Flash recovery area

    i am adding new hard drive for flash recovery area. How i can make single directory on that flash recovery area & how i can test that i am accessing that rightly , to that directory & flash back recovery area disk?

    Are you on Windows or Unix? And are you using ASM?
    I'll assume you are on Windows....So after allocating the drive, you will format it say as F drive. Then you can create a directory T:\Flash. The parameter determining the location of the flash recovery area is db_recovery_file_dest. But you also need to set the size of the flash recovery area as well. After that's done. You can do your backups to Flash and see if the directory is populated.

  • 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

  • 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 a JDBC driver in Sun Java System Web Server 7

    I'm trying to configure JDBC database connection pooling for a Microsoft SQL Server 2005 Express Edition though the Sun Java System Web Server 7 administration console. I don't want to use the MSSQL JDBC driver that comes bundled with the SJSWS 7. So I've downloaded the lastest MSSQL JDBC driver from the Microsoft website and put in the "lib" subdirectory of the SJSWS installation directory. So when I go to add a new JDBC resource through the administration console, the newly added MSSQL database driver doesn't appear in the "Driver Vendor" drop-down box.
    How do I add the downloaded JDBC driver to the server so that it appears in the "Driver Vendor" drop-down under "Create JDBC resource".

    Check this documentation from MS on using the JDBC driver with DataSource
    http://msdn2.microsoft.com/en-us/library/ms379052.aspx
    SJS Web Server 7.0 should work with any driver that has support for javax.sql.DataSource. The great majority of drivers do.
    So instead of using the driver name, use the DataSource class name:
    com.microsoft.sqlserver.jdbc.SQLServerDataSource
    The properties to add should be:
    user=username
    password=password
    servername=sql_server_hostname
    portnumber=sql_server_port
    databasename=databasename
    In general, all the setters required to get the datasource configured can be set as properties.

  • 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

  • Added new backup drive getting:"This volume is not compatible with iMovie"

    Anyone know why this error occurs? I just added a new backup drive and it gives me that error message. I can save iMovie clips to my other backup drive...but not the new one. Any clues?
    Thanks!

    An easy way to see how it's formatted is to hold down the Ctrl key and click on the disc's icon on your Desktop, then choose "Get Info..." ..that'll tell you how it's formatted.
    If it's a large disc ..say, more than 250GB.. and it's been formatted for a PC (..it may show 'PC Exchange' as the type of format when you use 'Get Info'..) then it may need to be partitioned before it can be formatted ..which may be why you get the message "File system formatter failed".
    First of all, take off the drive whatever you want to keep, as formatting will erase everything that's already on it!
    If it is larger than 250GB, and was formatted as 'PC Exchange' (..which will be one of the Windows/DOS file formats, such as FAT32..) then in Disk Utility, select that external disc, and choose the 'Partition' tab, then under 'Volume Scheme' click the little arrowheads and choose "1 Partition". Choose the 'Format:' as Mac OS Extended (..you can choose either Journaled or not..), give the drive a Name: and then click on 'Apply' at bottom-right.
    That should correctly set it up to be used with iMovie.
    P.S: Yup; from your screenshot it's a big drive ..it'll need to be partitioned before you can format it!
    P.P.S: I forgot to credit Kappy, over in Mac OS X Discussions, who explained this to me some time ago when I couldn't format a large (..1 terabyte..) hard disc.

  • 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>]

  • Added new internal drive, move music to this drive need itunes to find the music

    Has anyone added an internal drive so that your music lib can expand.
    I am unable to get itune to find the files on new drive.

    I have the exact same problem only I haven't even moved my files iTunes just can't locate any of my songs and I've went through every single song and located them and it still asks for the song to located. It seems like maybe mac has just as many problems as microsoft

  • Adding Oracle JDBC driver to Analyzer 6.5

    Hi all,We're currently trying to establish an Oracle Relational Database connection from Analyzer 6.5 (running on DB2 as repository). Unfortunately Analyzer 6.5 did not include Oracle JDBC driver with the installation (it claims it did in the docs). Does anyone know how to add the Oracle JDBC driver (classes12.zip) to Analyzer 6.5 existing installation?ThanksGerd

    Never mind. I found out the solution. Turns out that we had to rename classes12.zip to classes12.jar and add it to classpath and copy it to appserver/webapps/Analyzer6_server/WEB-INF/lib.I guess this applies to all JDBC drivers.

  • 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

  • Added New Hard Drive, LR4 Won't Write to it, even though selected in Import Dialog

    I've just filled up my old hard drive so I have connected a new one and pointed the import, file handling preferences at it, the arrow is highlighting it there and it looks all good to go. But when I try and import LR says that I have no space on my old drive and I should free some space, it doesn't seem to register that I have a new drive and configured LR4 to point at it.
    Any ideas?
    Cheers for your help.
    - First you can see the new drive selected
    - Then below it pops up a dialog saying my old drive is out of space when I click Import (you can also here the new drive fire up just before the dialog pops up)

    Great news!
    I installed Partition Magic (which I already own), and noticed two things.
    1. My Seagate 200GB is set as Active and
    2. My WD Raptor is not set as Active
    Sounds easy, so let's set my Raptor as active and my Seagate as not active. But hold on, let's do one at a time and since I want to make my Raptor work, let's turn that on first. So I made my Raptor Active and rebooted (btw, I didn't change anything in bios). Upon reboot into XP partion magic popped up and did some DOS stuff and rebooted me. This time when I rebooted I jumped into bios and changed 2nd boot device to SCSI instead of HDD-0 (1st boot is cd-rom) and rebooted. Now I get this message:
    NTLDR is missing
    What a kick in the sack! Previously, before I made the partition magic changes, booting from SCSI would give the error:
    INVALID SYSTEM DISK
    INSERT VALID SYSTEM DISK AND PRESS ENTER
    or something like that. This drives me to the conclusion that you guys are on a role. Indeed setting my Raptor to Active was probably all it needed in the first place. Thank you very much already for that little piece of information.
    So now the new question becomes, can I copy NTLDR from my xp cd into my WINDOWS directory and assume it will boot on SCSI? (or perhaps if I would remove my Seagate). I've tried to re-copy an NTLDR file for someone a year ago but there were many different versions of the file. I can still boot to XP if I set boot device to HDD-0, don't forget. And I did a windows search for NTLDR and it doesn't come up anywhere. Now what?
    -Bob

  • Adding new hard drive to Mac Pro (quad core)

    I've just ordered a new Mac Pro quad core (2.66 GHz) with one GB HD. Since Apple is charging £240 for a second drive I decided to get it from somewhere else. I found a 1GB Western Digital Caviar Green but I also noticed 1GB WD Caviar Black. I wonder if anybody has any experience of those drives and would they work with the latest Mac Pro ?
    Does anybody knows what make of drive is Apple using in their latest Mac Pros ?
    Tom

    *WD Caviar Black 640GB*
    HD Tune: WDC WD6401AALS-00L3B2 Benchmark
    Transfer Rate Minimum : 59.1 MB/sec
    Transfer Rate Maximum : 118.1 MB/sec
    Transfer Rate Average : 96.4 MB/sec
    Access Time : 11.8 ms
    Burst Rate : 125.3 MB/sec
    *Black Caviar 1TB:*
    HD Tune: WDC WD1001FALS-00J7B Benchmark
    Transfer Rate Minimum : 53.9 MB/sec
    Transfer Rate Maximum : 108.7 MB/sec
    Transfer Rate Average : 86.1 MB/sec
    Access Time : 12.9 ms
    Burst Rate : 111.5 MB/sec
    +(note the slower average to the smaller 640GB model)+
    *Green Power 1TB*
    HD Tune: WDC WD10EADS-00L5B1 Benchmark
    12-23-2008
    Transfer Rate Minimum : 41.6 MB/sec
    Transfer Rate Maximum : 95.6 MB/sec
    Transfer Rate Average : 74.3 MB/sec
    Access Time : 14.0 ms
    Burst Rate : 117.2 MB/sec
    *WD Caviar Blue 640GB*
    HD Tune: WDC WD6400AAKS-00A7B Benchmark
    Transfer Rate Minimum : 55.6 MB/sec
    Transfer Rate Maximum : 113.3 MB/sec
    Transfer Rate Average : 90.2 MB/sec
    Access Time : 11.8 ms
    Burst Rate : 112.9 MB/sec
    the 32MB cache did not make a real or noticeable difference in benchmarks
    http://www.barefeats.com/hard112.html

Maybe you are looking for

  • Problem in Consistent Header and Footer with Sub Templates in BI publisher

    Hi All, I have recently started working with OBI and used Sub templates for getting Consistent Header and Footer in all of our reports. I did this in the following way 1. Created one template called HeaderFooter.rtf with Header and footer templates.

  • Saving emails into a folder

    On my previous Nokia I could save an email into one of my folders using the 'options' menu. On my new E71 there is no 'save' option in the email menu. Does anyone know how to save an email directly, without going to the bother of copying and pasting?

  • Consignment Stock Issue

    During Consignment Issue Order creation even though stock is available for Customer, system is neither confirming the stock nor generating schedule lines. I am sure that sufficient stock is available under Customer Consignment.  I have calculated fro

  • Zeroes in text file

    Hi guys my problem is, I have a struct which has the foll component of type c(7). z_rate(7) type c. I need to download this to a text file in a way that it shows just two decimal places but doesn not condense the rest of the space. eg 11.00   nextval

  • The home tool bar isn't showing up at the top of my page. How do I get it back

    How do I make my home tool bar show up? the bar with the picture of the house and the back and forward button isn't displaying.