Find JDBC Version

HI,
We are on 11.5.10.2
RDBMS 10.0.2.0.4
How to find JDBC version ...
Thanks

In your middle tier, edit the jserv.properties file located in the iAS_ ORACLE_HOME/Apache/Jserv/etc directory
Locate the wrapper.classpath that is pointing to the jdbc zip file
/u01/oracle/viscomn/java/jdbc14.zip
Or
http://.:port/OA_HTML/jsp/fnd/aoljtest.jsp
Look for String ” JDBC driver version” under Connection String

Similar Messages

  • How to Find JDBC Version

    how to Find JDBC Version

    I got the solution in this thread
    http://forum.java.sun.com/thread.jspa?forumID=48&threadID=290542

  • JDBC version used with JDeveloper

    Hi,
    I am trying to connect JDeveloper with SQLite database using Generic JDBC driver. The driver I could find is JDBC 3.0 compatible. I am able to make a connection in the database navigator and browse through the database object. I am also able to create business components (EO, VO and AM) using a table in SQLite database. So connection works well. However when I test the Model by running Application Module, I get the below error.
    (oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper) JBO-29000: Unexpected exception caught: java.lang.AbstractMethodError, msg=org.sqlite.RS.isClosed()Z
    As I understand from the JDBC driver forum, the driver does not implement the abstract method isClosed() since it is not used in JDBC 3.0. I assume that JDeveloper/ADF is using JDBC 4.0.
    My questions are
    i. is there a way by which I can confirm the JDBC version used by JDeveloper?
    ii. Can I change it to use JDBC version 3.0?
    My Jdeveloper version is 11.1.2.2.0 and Java version is 1.6.0_24.
    Thanks & Regards
    Binuraj Nair

    SQLite 3.6 seems to be the supported version as per Oracle JDeveloper 11g Release 2 (11.1.2) Certification
    Make sure you are using the drivers as per the same.

  • Where to find JDBC version1.4 Driver for Informix (to use with OMWB)

    Hi all,
    I want to migrate Informix 9.4 database to Oracle 10g. But, for this i need JDBC driver version 1.4 for Informix. On IBM site i can find only version 3.00 & 2.21 drivers. Please help me out.
    If possible can u send the link to [email protected]
    Thanks & Regards,
    Ravi.M

    Try deleting the printer, the /Library/Printer/EPSON and the /Library/Caches/Epson/ folder and then reinstalling the updates through Software Update. Your printer is shown as supporting print & scan on http://support.apple.com/kb/HT3669. If the above doesn't work, you could install the entire Epson package by downloading it here:
    http://support.apple.com/kb/DL1398
    Hope this helps.

  • What query should I use to find all versions of Office 2013 64-bit installed on client computers?

    What query should I use to find all versions of Office 2013 64-bit installed on client computers? Could someone create a custom query? I need all of the client computers names and which ones have any Office 64-bit components. Thank you so much! I really
    appreciate it!

    Hi,
    You could edit the following query to meet your requirement.
    SELECT     dbo.v_R_System.Name0, dbo.v_GS_OPERATING_SYSTEM.Caption0 AS [Operating System],
                          dbo.v_GS_OPERATING_SYSTEM.CSDVersion0 AS [OS Service Pack], arp.DisplayName0,
                          CASE WHEN arp.version0 LIKE '11.0.6361.0' THEN 'SP1' WHEN arp.version0 LIKE '11.0.7969.0' THEN 'SP2' WHEN arp.version0 LIKE '11.0.8173.0'
    THEN 'SP3' WHEN
                           arp.version0 LIKE '12.0.6215.1000' THEN 'SP1' WHEN arp.version0 LIKE '12.0.6425.1000' THEN 'SP2' WHEN arp.version0 LIKE '14.0.6029.1000'
    THEN 'SP1' ELSE '' END
                           AS 'Service Pack', arp.Version0
    FROM         dbo.v_Add_Remove_Programs AS arp INNER JOIN
                          dbo.v_R_System ON arp.ResourceID = dbo.v_R_System.ResourceID INNER JOIN
                          dbo.v_RA_System_SMSInstalledSites AS ASSG ON dbo.v_R_System.ResourceID = ASSG.ResourceID INNER JOIN
                          dbo.v_GS_OPERATING_SYSTEM ON dbo.v_R_System.ResourceID = dbo.v_GS_OPERATING_SYSTEM.ResourceID
    WHERE     (arp.DisplayName0 LIKE '%Microsoft Office%edition%' OR
                          arp.DisplayName0 LIKE '%Microsoft Office Standard 2007%' OR
                          arp.DisplayName0 LIKE '%Microsoft Office Enterprise 2007%' OR
                          arp.DisplayName0 LIKE '%Microsoft Office Professional%2007%' OR
                          arp.DisplayName0 LIKE '%Microsoft Office Standard 2010%' OR
                          arp.DisplayName0 LIKE '%Microsoft Office Enterprise 2010%' OR
                          arp.DisplayName0 LIKE '%Microsoft Office Professional%2010%' OR
                          arp.DisplayName0 LIKE 'Microsoft Office 2000%' OR
                          arp.DisplayName0 LIKE 'Microsoft Office XP%') AND (arp.DisplayName0 NOT LIKE '%update%') AND
                          (arp.DisplayName0 NOT LIKE '%Microsoft Office XP Web Components') AND (dbo.v_R_System.Operating_System_Name_and0 NOT LIKE '%server%')
    AND
                          (arp.InstallDate0 NOT LIKE 'NULL')
    ORDER BY dbo.v_R_System.Name0, arp.DisplayName0, arp.Version0
    Full details:http://social.technet.microsoft.com/Forums/systemcenter/en-US/7baeb348-fb63-4115-8d76-2c884d18f708/sql-query-to-check-ms-office-service-pack-level?forum=configmgrreporting
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How do i find the version for my garage band software?

    How do i find the version of my Garage Band software?

    Select it in the Finder and choose Get Info from the File menu, or open it and choose About GarageBand from the GarageBand menu.
    (118047)

  • How to find out version of Jakarta-ORO in Weblogic.jar

    Our environment is Weblogic 6.1 SP3 on Win2k professional with JDK 1.3.1_03 (build
    1.3.1_03-b03). We use Protomatter Syslog in our application and it uses Jakarta
    ORO classes for regexp parsing. Since Weblogic jar already has the classes we
    do not have a separate jar for ORO in our classpath.
    We have seen ArrayIndexOutOfBounds exceptions in ORO code and the bug is listed
    as solved in version 2.0.7 & later versions. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17707
    I appreciate someone letting me know how to find the version of ORO in Weblogic
    6.1 SP3. I could try placing the Jakarta jar before Weblogic jar on my classpath,
    but I would like to figure out the problem instead of trial and error.
    Thanks,
    Nitin
    [ArrayIndexOutOfBounds.txt]

    I don't find it with a quick scan of the src610 code line, you might have to
    open a support case, unless you can give me a class name for some more
    hints.
    mbg
    "Nitin Shenoy" <[email protected]> wrote in message
    news:[email protected]..
    >
    Our environment is Weblogic 6.1 SP3 on Win2k professional with JDK1.3.1_03 (build
    1.3.1_03-b03). We use Protomatter Syslog in our application and it usesJakarta
    ORO classes for regexp parsing. Since Weblogic jar already has the classeswe
    do not have a separate jar for ORO in our classpath.
    We have seen ArrayIndexOutOfBounds exceptions in ORO code and the bug islisted
    as solved in version 2.0.7 & later versions.http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17707
    >
    I appreciate someone letting me know how to find the version of ORO inWeblogic
    6.1 SP3. I could try placing the Jakarta jar before Weblogic jar on myclasspath,
    but I would like to figure out the problem instead of trial and error.
    Thanks,
    Nitin

  • What is the best way to find what version of PDF Reader from Adobe is installed on a windows OS?

    Hi,
    I am developing a .Net App in which i want to find which version of PDF Reader from Adobe is installed on an Windows OS.
    It can be any of the software
    Adobe Reader
    Adobe Acrobat X Pro
    or any other.
    How to find out?

    The best way would be to find and query the AcroRd32.exe executable. The file version information is stored in the executable itself.
    There are lots of places in the registry that you could also potentially access relevant information.
    For example the uninstall string:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    Contains a string that you could use to search for the application version.
    How you would do this in .NET I'm not sure but you would use some kind of text search command to search for the relevant text and then use "if exists" condition.

  • I am using a Palm Pilot still for several purposes, and the desktop version can run om my Mac OS X 10.6.8, but I cannot find a version that runs on OS X Mavericks, which prevents me from upgrading as my PalmPilot is storage for vital info.

    I am using a Palm Pilot still for several purposes, and the desktop version can run om my Mac OS X 10.6.8, but I cannot find a version thjat runs on OS X Mavericks, which prevents me from upgrading as my PalmPilot is storage for vital info. Any solution?

    Thank for for your suggestions. Unfortunately they are of little help. I am running on Snow Leopard and the PalmDesktop works fine. However, I do not want to quit my PalmTungsten unit as it is my backup for all my important access information. If it cannot run on Mavericks and no other solution is at hand, I simply will not update my OS X, but work on my Snow Leopard as it is.
    I do not know how on earth I can migrate the information from my Palm into another system, and then quit the PalmPilot. If you have any intelligent solutions to this I would appreciate an input. A manual copy and paste solution is not acceptable. I may however run it on Windows via Parallel Desktop, but it is a lousy solution, and demonstrates (again) the weakness of Apple's OS and lack of compatibility. I am not impressed by the OS X performance.
    Thank your for your attention.

  • How to find the version of oem

    How to find the version of the installed oem?
    I have /home/oracle/10.1.0/oem
    But I wanted to know the the last digit as well
    thanks

    BTW - For both DB Control and Grid Control, you can also use also find the version using the url (assuming your EM is already working)
    http://servername:port/em/console/aboutApplication
    From the displayed page, you can also click on the License url to go to the Oracle Enterprise Manager 10g License Information.

  • Where do I find what version of iTunes I have on my iPad?

    Where do I find what version of iTunes I have on my iPad?

    If you have the current version of iOS (i.e. 5.1.1, Settings > General > About > Version) then iTunes is up-to-date - you can only update the built-in apps via iOS updates, so if you have the current version of iOS then all your built-in apps are up-to-date.

  • How do I find what version of Java I have on my iMac?

    How do I find what version of Java I have on my iMac (OSX 10.9.1)?

    If you installed the Oracle Java runtime, there's a preference pane named Java in System Preferences.

  • How do I find what version of firmware is running on my iPhone 4?

    How do I find what version of firmware is running on my iPhone 4?

    Is the actual firmware shown next to Version?
    I can see a Modem Firmware but not the phones actual firmware! Unless of course Version is the veer ware version!

  • HT1338 For whatever reason, I can't use (mac) mail on G5 with Charter.  Would like to try Thunderbird (TB) -now using Firefox 3.6.28.  But can't navigate through Mozilla to find older versions  of TB.  Other alternatives

    For whatever reason, I can't use (mac) mail 3.6 on my mac G5 with Charter ISP.   I would like to try Thunderbird (TB) - I'm now using Firefox 3.6.28.  But I can't navigate through Mozilla to find older versions  of TB.  Can you suggest a URL for down loading older versions of TB, or, other alternative email programs?

    I have recently moved from Thunderbird to SeaMonkey - much better and up to date with the latest Mozilla code.
    See my SeaMonkey page at: http://links.zero.eu.org/seamonkey/
    For PPC - download the latest SeaMonkey-ppc from:
    https://code.google.com/p/seamonkey-ppc/downloads/list
    For Intel - download normal SeaMonkey from:
    http://www.seamonkey-project.org/releases/
    Old versions of Thunderbird can be found here:
    ftp://archive.mozilla.org/pub/mozilla.org/thunderbird/releases/
    The latest Thunderbird for PPC is 3.1.20.

  • Can't find a version of iMovie that will open

    I created an iMovie, didn't pay any attention to the iMovie version, tried upgrading to iMovie 6 but my computer's processor wasn't fast enough for iLife 6. So I went back and tried to open the old file in iMovie 3, but now it says my monitor doesn't have enough resolution, even though it's that same monitor. I thought maybe I had made the movie in 2, but it requires Classic, which I haven't ever had.
    Any ideas on how to find out which version of iMovie my files are in? Also any ideas of how to make iLife 6 work on my system?

    Hi over achiever - to find the version of imovie, drag the project icon over TextEdit.
    Note that once your project has been converted by iMovie 6 it cannot be played/edited on a previous version.
    Here are the specs required for iLife 6:
    Macintosh computer with a PowerPC G4, PowerPC G5, or Intel Core processor.
    733 MHz or faster for iDVD.
    High definition video requires 1 GHz G4 or faster and 512 MB of RAM.
    Macintosh computer with a PowerPC G3 (400 MHz or faster), G4, or G5 processor.
    600 MHz G3 or faster required for GarageBand.
    G4 or G5 required for GarageBand software instruments and advanced photo editing in iPhoto 5.
    733 MHz G4 or faster required for iDVD.
    1 GHz G4 or faster required to use HD features of iMovie HD
    Macintosh computer with a PowerPC G3, G4 or G5 processor.
    600 MHz G3 or faster required for GarageBand.
    G4 or faster required for GarageBand software instruments.
    733 MHz G4 or faster required for iDVD.
    Mac OS X 10.3.9
    Mac OS X 10.4.3 or later (Mac OS X 10.4.4 recommended). Note: If you have Mac OS X 10.4 - 10.4.2 you must update to 10.4.3 or later before installing iLife '06. Click here to learn how to update your software.
    Mac OS X 10.4.4 required for iMovie HD themes, iPhoto photocasts, and iChat recording in GarageBand.
    Mac OS X v10.3.4 or later.
    Mac OS X v10.3.6 or later required to use HD features of iMovie HD.
    Mac OS X v10.3.6 or later required to work with RAW photos (iPhoto 5).
    Mac OS X 10.2.6 or later.
    Mac OS X 10.2.8 or later recommended.
    256 MB of RAM required (512 MB recommended).
    High definition video requires 1 GHz G4 or faster and 512 MB of RAM.
    256 MB of RAM (512 MB recommended).
    512 MB RAM required to use HD features of iMovie HD.
    256 MB of RAM required.
    QuickTime 7.0.4 (included) QuickTime 6.5.2 (included) QuickTime 6.4 or later (QuickTime 6.5 included).
    1024 x 768 display resolution 1024 x 768 display resolution 1024 x 768 display resolution
    DVD drive required for installation.
    Burning DVDs requires an Apple SuperDrive or compatible third-party DVD burner.

Maybe you are looking for