JDBC driver patch for JDBC driver 8.1.7 on NT to connect 9i db

The patch number 1725012 related to JDBC driver patch for 8.1.7
for use with JDK 1.2.x/1.1.x to connect to a oracle 9i database
now shows patch support for six items but the NT operating
system is missing in the list. Do we need to wait for the NT
support patch release..? or any other work around to address
this bug in the mean time for testing in NT OS.
The JDBC error thrown is
ORA-00600: internal error code, arguments: [ttcgcshnd-1],[0]...

You must include "classes12.zip" instead of "classes111.zip".
Since "classes111.zip" is required only for Java 1
and "classes12.zip" is required for Java 2 which means from J2SE 1.2 on forward.
In adition you might need to inlcude "nls_charset12.zip" as well. Try it first without and if it is not working include it as well.
The required files can you get from the OTN.
This should help
Roger

Similar Messages

  • What is the driver type for  jdbc:microsoft:sqlserver ?

    Hai
    I am using the DB connection using the following statement.
    jdbc:microsoft:sqlserver://dbservername:1433;databasename=dbname; user=username;password=pwd
    Totally We have 4 types of JDBC driver.
    The jdbc:microsoft:sqlserver comes under which type of JDBC driver, Can any one please help me....

    How can I differentiate the drivers in my code?Why?
    Can I get some examples from any of the site?http://developers.sun.com/product/jdbc/drivers

  • How do you install the JDBC-OCI patch for a Windows NT4 IFS Installation?

    I am about to install IFS on a Windows NT4 Server. I dont understand the instructions for installing the JDBC-OCI patch.
    How do you install the JDBC-OCI drivers?
    Do I install them after installing Oracle 8.1.6? and before installing IFS?
    Is it necessary to install them?
    I would be grateful for as much help as possible, I have never done anything like this before.
    [email protected]

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jaikishan Tada, Oracle Support:
    Before installing iFS, you need to install
    Oracle8i Client (with Administrator option).
    This installs JDBC-OCI driver and other
    common Oracle components such as Net8,
    OEM ....
    The JDBC-OCI driver patch is available from
    technet to download. Go to the url - http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm
    and download Oracle8i 8.1.6.0.1 JDBC Drivers for use with JDK 1.1.x.
    Apply the patch and carry out iFS installation/configuration.
    Go through the iFS installation guide.
    Good Luck,<HR></BLOCKQUOTE>
    null

  • Jena Driver Patch for Oracle 11.1.0.6 is missing

    I can no longer find the Jena Driver server-side patch for Oracle 11.1.0.6. I downloaded this a month ago from OTN but the link seems to have been removed. The installation guide is still available on the Jena Adaptor documentation page but I cannot locate the actual patch: jenadrv_patch111rdf.zip. Any idea what's going on?

    We are working on putting Oracle Jena Adaptor software on Metalink. After that, those links will be re-enabled on OTN.

  • No suitable driver found for jdbc:mysql

    Running :
    Windows XP ver 5.1 on x86
    Java 1.6.0_03
    VM Java HotSpot Client VM 1.6.003-b05
    Java jdk1.6.0\jre
    MySQL ver 14.12 Distrib 5.0.45 for Win32 (ia32)
    NetBeans IDE 5.5.1 (Build 200704122300)
    Classpath set to:
    E:\Programfiler\Java\jre1.6.0_03\lib\ext\QTJava.zip;E:\Programfiler\MySQL\mysql-connector-java-5.1.5\mysql-connector-java-5.1.5-bin.jar
    MySQL (Connector/J driver)
    Can connect to database at Runtime folder in Netbeans IDE.
    Can see all tables and read them but when I run following code:
    try {
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    } catch (Exception e) {
    System.err.println(e.toString());
    I get following result;
    run:
    java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    java.sql.SQLException:
         ://localhost:3306/test
    at java.sql.DriverManager.getConnection(DriverManager.java:602)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at viewtable01.Main.main(Main.java:43)
    BUILD SUCCESSFUL (total time: 0 seconds)
    PLEASE HELP, I'M GOING NUTS

    I'M GOING NUTSI'm already there...
    Try this at a new command prompt (start~run: cmd)
    $ dir E:\Programfiler\MySQL\mysql-connector-java-5.1.5\mysql-connector-java-5.1.5-bin.jarDoes it exist?
    If not then fix your classpath.
    If so then start~run: notepad ConnectorTest.java
    import java.sql.Connection;
    import java.sql.DriverManager;
    public class ConnectorTest {
      public static void main (String[] args) {
        Connection conn = null;
        try {
          String userName = args[0];
          String password = args[1];
          String url = "jdbc:mysql://localhost/test";
          Class.forName("com.mysql.jdbc.Driver").newInstance ();
          conn = DriverManager.getConnection(url, userName, password);
          System.out.println ("OK");
        } catch (Exception e) {
          e.printStackTrace();
        } finally {
          if(conn != null)try{conn.close();}catch(Exception eaten){}
    javac -cp E:\Programfiler\MySQL\mysql-connector-java-5.1.5\mysql-connector-java-5.1.5-bin.jar ConnectorTest.java
    java -cp E:\Programfiler\MySQL\mysql-connector-java-5.1.5\mysql-connector-java-5.1.5-bin.jar ConnectorTest ${username} ${password}When you've got it working at the command line then you can work out how to specify the libraries in netbeans... it's not hard, and it's very well covered in the netbeans help.
    You do know that netbeans doesn't use the system classpath don't you... because the classpath really needs to be specified on a project by project basis, mainly to allow you deal with libraries which depend on particular versions of other libraries. Ant's dependancy on xalan and xerces is a notable example.
    IMHO (in my humble opinion) newbies are better of working at the command prompt whilst learning the java language. A modern IDE is a complex beasty in it's own right, which tends to distract your main focus, learning java. I'm not alone in this opinion. Take it or leave it.
    Cheers, Keith.
    Edited by: corlettk on Nov 10, 2007 11:53 PM

  • Hard drive sleep for selective drives?

    Thanks the the community here I earlier this week we solved a problem with my Time Machine back ups-- seems as though I had the Energy Saver Preference set to spin down the drives.  Once I unchecked that the TM is working great.
    However, In my MBP I've got an SSD as the boot and main drive, but I also have a regular HD (in the optical bay)  That HD just has itunes and some movies on it, little used stuff.  So... is there a way (a utility or something) to have the internal HD spin down (since it is not used much), but have my external drive that I use for TM set to not spin down?
    Thanks

    AFAIK, the
    pmset disksleep
    command only really applies to the startup disk. What power management rules your other drives follow depends very much on their firmware. Some drives will ignore pmset commands (if they're not the startup drive) and others may be manipulated through the vendors firmware.
    The best thing you can do is contact the manufacturer or supplier of your HD and ask them for details.
    More information here about power management in OS X.

  • Drive cover for optical drive slot on X300?

    does such a part exist?
    my OD is dead it seems, but I really have no use for it.  I install everything from USB.
    Anyways, I was thinking of just removing it (to lessen weight even more), but would prefer to have some sort of cover or plastic insert.
    Thanks for any help!
    EDIT.  NM, found it, its called a Travel Cover.

    Yes, the last CRT iMac was in 2001. The first machines with built-in greater than 127 GB support were released in June 2002, as this article explains:
    http://docs.info.apple.com/article.html?artnum=86178
    So all CRT iMacs have that limiation.
    http://support.apple.com/specs/imac/
    The 8 GB limit is explained here:
    http://docs.info.apple.com/article.html?artnum=106235

  • Best way to apply patches to alsa-driver?

    Hi!
    There's been some patches for the E-MU 0404 USB and similar sound cards posted here at the Ubuntu forums. I've tried them before by simply downloading alsa-lib and alsa-driver sources, applying the patches and compiling, and they seem to solve my issues with the 0404 USB card nicely. However, now I'd like to apply them in a more elegant and maintainable way.
    I don't think it will be very hard with the patches for alsa-lib; since alsa-lib is a separate package I can get the PKGBUILD and add the patches. But the patch for alsa-driver seems a little bit trickier. If I understand things correctly, alsa-driver is a part of the kernel in Arch so I'm not really sure which way to go about this. I guess the alternatives are either adding them to the kernel PKGBUILD or making a new PKGBUILD for alsa-driver. If I choose the second alternative I'm also curious about what will happen when I upgrade the kernel through pacman. Anyway, I'd appreciate some input on how to do this right. Thank you!

    Patch the kernel. More specifically, make your own custom kernel package - kerne26-dptkby, or whatever - and apply  the patches in it. You can then install it alongside the stock kernel26 package.

  • Sata cable position for new drive

    Hello,
    I will be installing a new drive in my G3 (I am aware this is a G4 forum however this should be relevent to G4's too) . It is a SATA drive and I am not sure where to position the SATA cable. I know how to connect the ends however the cable I am ordering will either be 12 inches or 18 inches and it will have a 90 degree bend on the drive connector which I have heard is a convenient feature to connect to the drive. How do I bundle the excess SATA cable length? Should I zap-strap it with plastic zap straps and suspend it above the drive somehow or is it OK to just leave the SATA cable sitting on top of the drive? I am concerned about the heat. The drive will probably be a Hitachi T7K250 250 GIG SATA drive.
    Thanks,
    Mike

    Hello Allan,
    Thanks for your comments. I will be buying a FirmTek SeriTek/1S2 SATA controller card ($69.95)
    It has 2 Internal SATA Ports. Available at:
    http://www.firmtek.com/seritek/seritek-1s2/
    Seems like an excellent method to be able to use SATA as well as address one of the limitations of the g3 which is the fact a g3 can't recognize large hard drives. Also, this SeriTek/1S2 card works in both OS 9 and OS X. Its well known for this versatile feature of being able to work on both OS 9 and OS X.
    Looking forward to installing it.Just concerned about how to bundle the cable and how best to fit it in. I am also not sure if I should position my new second big SATA drive (Hitachi T7K250) 250 GIG next to the original 12 GIG or space it away a bit in the next drive bay over.
    There are lower drive bays for hard drives: back: where the original 12 GIG is nearest the fan. Middle and front (farthest from the fan). I will have to choose either the middle position or the front. Not sure which is best or if it even matters.
    Hope everyone is enjoying a nice weekend!
    Thank you Allan,
    Mike

  • Does update connection proxy store patches for other servers

    I have following set-up ( all running sol 10 )
    Server A : E250 , has connection to internet. runs update connection proxy and update manager.
    update manager uses update connection proxy on the same server to get sun patches. This server is registered on SUN web site.
    Server B: V440 NO connection to internet , runs update manager which connects to update connection proxy on SERVER A.
    Suppose a patch becomes available for a Sun Driver that I have installed on SERVER B but NOT on SERVER A .
    Will the update connection proxy running in SERVER A download the patch for that driver and pass it to SERVER B update manager to be applied ? Altough SERVER A does not need that patch ?
    I would expect the answer to this to be YES , otherwise I do not see any value of running update connection proxy !!
    Is anyone able to answer this ??
    Thanks

    Yes - The primary purpose of the Sun Update Connection Proxy is to provide patches to machines (like Server B) which cannot directly reach the internet.
    In a nutshell, you should see no difference in the behaviour of Update Manager on Server B when pointing it directly at Sun, and pointing it at a Sun Update Connection Proxy that in turn points to Sun.
    What will happen is:
    Server B: will run analysis against the full patch set, and decide which patches are applicable to Server B. It will recommend any patch that meets the appropriate criteria for Server B. If a patch is recommended, you can select it for installation, and Server B will then request the patch from Server A, if Server A doesn't happen to have this patch already, it will in turn "proxy" this download from Sun, cache the patch and return it to Server B.
    Hope this helps,
    -ethan

  • Connecting to SQL Server 2000 with MS SQL Server Driver for JDBC

    Hi,
    I am brand new to JDBC . I have installed JDBC driver (for JDBC 2.0) from the Microsoft site and made relevant changes to the class path variable to include the driver paths, as suggested in the driver help documnnts. I have written a simple java code to register. But i get "class NotFound" error.
    here's my code. What am I doing wrong? Thnaks for the help....
    class Test {
         public Test() throws Exception {
              // Get Connection
         //     Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
         DriverManager.registerDriver (new com.microsoft.jdbc.sqlserver.SQLServerDriver());
              Connection conn = DriverManager.getConnection("jdbc:microsoft:sqlserver://SQL1:1433",myuser,mypwd);
              if (conn != null) {
                   System.out.println();
                   System.out.println("Successful Connection");
                   System.out.println();
                   // Meta Data
                   DatabaseMetaData meta = conn.getMetaData();
                   System.out.println("\n Driver Information");
                   System.out.println("Driver Name: " + meta.getDriverName());
                   System.out.println("Driver Version: " + meta.getDriverVersion());
                   System.out.println("\n Database Information");
                   System.out.println("Database Name: " + meta.getDatabaseProductName());
                   System.out.println("Database Version: " + meta.getDatabaseProductVersion());
         } //Test
         public static void main(String [] args) throws Exception {
              Test test = new Test();
    }

    Hi MoD,
    This is the exact command I used for compiling
    C:\>javac -classpath "c:\java;c:\Program Files\Microsoft SQL Server 2000 Driver
    for JDBC\lib\mssqlserver.jar;c:\Program Files\Microsoft SQL Server 2000 Driver f
    or JDBC\lib\msbase.jar;c:\Program Files\Microsoft SQL Server 2000 Driver for JDB
    C\lib\msutil.jar" c:\java\Test.java
    To Execute I used
    C:\>java -classpath "c:\java;c:\Program Files\Microsoft SQL Server 2000 Driver
    for JDBC\lib\mssqlserver.jar;c:\Program Files\Microsoft SQL Server 2000 Driver f
    or JDBC\lib\msbase.jar;c:\Program Files\Microsoft SQL Server 2000 Driver for JDB
    C\lib\msutil.jar" c:\java\Test
    In fact it kept thrwing up the Class Not Found error for the above commands.
    But as U suggested I removed the classpath and executed both javac and java commands without classpath clause , and guess what it worked for the line
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
    (i.e., it dint throw any exception like before). So can I assume that driver is successfully registered?
    I tried using Jcreator for compile and run. But I got the same error msg as the commands given above with calsspath caluse. Is there a way around for this to make it work from an external editing tool like Jcreator apart from removing the classpath option from the JDKTool optional setting(doing this did not help for me)
    Also one last favor: How do I connect with the trusted connection option? (i.e. it should use already logged in windows authentification login)
    Thanks for all U'r help. I appreciate it very much.
    Suma

  • Error Code Definition for JDBC Thin driver

    Would like to know where I can find the definition of error codes
    for JDBC thin driver to Oracle 7 database. Right now, when I have
    database errors, I get SQL execption with CODE=XXXXXX. Need to
    know the definition of the error codes in order to decide whether
    the application shall retry or quit or do something else. Thank
    you in advance.
    null

    Hi,
    thin client session Language is controlled by java Locale.
    Based on testing code, ORA- messages are localized after the connection is successfully established. ORA- messages returned in the middle of connecting are in instance language.
    So, as far as I can say, you need to catch exceptions from DriverManager.getConnection(url, info); and translate them on your own.
    Once the connection is successfully returned, ORA- message language is defined by java Locale.
    Tests were performed on Oracle 10gR2 (both thin driver and DB).

  • Problem of loading the MS SQL Server 2000 driver for JDBC

    Thanks for your reply.
    I have already tried to give the full class path of .jar files to the System and User Variables but received the same error. I am doing BCA and developing my very first Project on Java.
    Please, tell me one thing. When I had installed MS SQL Server 2000 at my system first time then the 3 JAR files were present in the lib folder and all my codings of connectivity were working properly. Then due to some reasons, I had to format C drive and installed the MS SQL Server 2000 again then in the lib folder the 3 JAR files were not there. How it has happened? Then, I installed the downloaded driver of MS SQL Server 2000 for JDBC 1.4 then the JAR files were installed in the related downloaded driver folder. I manually copied them to the lib folder of MS SQL Server and gave that path to the Classpath of System and User Variables, but it didn't work.
    I am not understanding the reason that The Software which worked previously is not working correctly in second time of installing.
    I am using command line to develop my stand-alone project. Please help me.

    Don't bother with the System CLASSPATH, more often than not, it is not even used.
    When running from an IDE, set the project's library preferences.
    When running from a web container/application server configure the applications libraries in the server/container, see it's documentation.
    When running an applet, configure the [ codebase and/or archive |http://java.sun.com/docs/books/tutorial/deployment/applet/html.html] tags properly.
    When running from the command line with the [ "-cp" |http://java.sun.com/javase/6/docs/technotes/tools/solaris/java.html] option, the System CLASSPATH is ignored.
    When running from the command line with the "-jar" option, both the System CLASSPATH path and the "-cp" option are ignored, configure the [manifest file|http://java.sun.com/docs/books/tutorial/deployment/jar/downman.html] properly.
    When running any other way, the System CLASSPATH might be used.

  • Problem of loading the MS SQL Server 2000 Driver for JDBC 1.4.1

    Thanks for your reply.
    I have already tried to give the full class path of .jar files to the System and User Variables but received the same error. I am doing BCA and developing my very first Project on Java.
    Please, tell me one thing. When I had installed MS SQL Server 2000 at my system first time then the 3 JAR files were present in the lib folder and all my codings of connectivity were working properly. Then due to some reasons, I had to format C drive and installed the MS SQL Server 2000 again then in the lib folder the 3 JAR files were not there. How it has happened? Then, I installed the downloaded driver of MS SQL Server 2000 for JDBC 1.4 then the JAR files were installed in the related downloaded driver folder. I manually copied them to the lib folder of MS SQL Server and gave that path to the Classpath of System and User Variables, but it didn't work.
    I am not understanding the reason that The Software which worked previously is not working correctly in second time of installing.
    I am using command line to develop my stand-alone project. Please help me.

    Don't bother with the System CLASSPATH, more often than not, it is not even used.
    When running from an IDE, set the project's library preferences.
    When running from a web container/application server configure the applications libraries in the server/container, see it's documentation.
    When running an applet, configure the [ codebase and/or archive |http://java.sun.com/docs/books/tutorial/deployment/applet/html.html] tags properly.
    When running from the command line with the [ "-cp" |http://java.sun.com/javase/6/docs/technotes/tools/solaris/java.html] option, the System CLASSPATH is ignored.
    When running from the command line with the "-jar" option, both the System CLASSPATH path and the "-cp" option are ignored, configure the [manifest file|http://java.sun.com/docs/books/tutorial/deployment/jar/downman.html] properly.
    When running any other way, the System CLASSPATH might be used.

  • SQL Server 2000 Driver for JDBC - Error establishing sockets

    Hi there
    I am using Microsoft SQL Server 2000 Driver for JDBC to connect to SQL Sever 2000. It is just a test application to see if it would connect to the datacase successfully. But I got the following errors. I already set up the classpath and installed all SQL Server 2000 Driver for JDBC sp 3. Dont know why it still failed...can anyone help me out of this? Thanks.
    When i am using simple JDBC-ODBC bridge Driver it's working fine.
    For this Server Pack3 , i have checked every thing like--
    TCP / IP Poart is Enable.
    I am working in client machine, my MSSQLServer 2000 Placed in server Machine.
    when i am giving Telnet ServerIP 1433 it's giving following response.
    connecting to ServerIP ....... could not open connection to the host , on port 1433:connection Failed
    My Sample Code is :--
    String user="sa";
    String password="imcindia";
    Connection con1 = null;
    CallableStatement cstmt = null;
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance();
    con1=DriverManager.getConnection("jdbc:microsoft:sqlserver://ServerName:1433;DatabaseName=dmo1o2d",user,password);
    Statement st=con1.createStatement();
    st.execute("use dm0102d");
    st.execute("setuser 'dm01012'");
    cstmt = con1.prepareCall("{?=Call dms_ex_create_folder('ABC','18753','NB21','u')}");
    cstmt.execute();
    Here are Error Code :
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.
         at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
         at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
         at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
         at com.microsoft.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown Source)
         at com.microsoft.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
         at com.microsoft.jdbc.base.BaseConnection.getNewImplConnection(Unknown Source)
         at com.microsoft.jdbc.base.BaseConnection.open(Unknown Source)
         at com.microsoft.jdbc.base.BaseDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Connection refused: connect
         at java.sql.DriverManager.getConnection(Unknown Source)
         at TestConnection1.main(TestConnection1.java:24)
    one can help me to over come this problm,
    Thanks in advance.
    venkat

    hey i also have this problem i have been looking for solution for this problem for along time i tried every possible solution i tried every service pack for the SQL but it didn't connect to the port!!!
    it's a network problem ur java code is correct dont worry about it.
    finally i had to install MySQL and it's work fine now but if u insist on usning SQL u have to use the JDBC-ODBC Bridge it will work by :
    first add data source database , follow these steps
    1- go to Administrative tools
    2-Data Sources(ODBC)
    3-System DNS tab and add then choose SQL SERVER the last option then finish
    4-write the name; Note: this name is the one that u will write in ur URL for example if u write Hello the URL will be "jdbc:odbc:Hello"
    5- choose the server, its recommended to write "." or (local)
    6-change the database to its an important step to choose the database that u want to use, choose northwind if u want to use it
    finish
    second
    adding this code:
    import java.sql.*;
    class JdbcTest1 { 
    public static void main (String[] args) { 
    try { 
    // Step 1: Load the JDBC driver.
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    // Step 2: Establish the connection to the database.
    String url = "jdbc:odbc:Hello";
    Connection conn = DriverManager.getConnection(url,"user1","password");
    } catch (Exception e) { 
    System.err.println("Got an exception! ");
    System.err.println(e.getMessage());
    it will work without any problems

Maybe you are looking for

  • Forms Server configuring problem

    Hi, I've installed Oracle Forms Server 6i on Windows platform and installed Apache 2.2. The virtuals folders are configured correctly in Apache and file permission settings are all done correctly. All the environment variables appears to be okay in r

  • BI 7.0 and ECC 6 IDES

    We have connected the BI 7.0 and in the source system defined a new  ECC IDES system as the source and replicated . But when the Extraction is done , no IDOCS are generated to the IDES ECC system no errors. By the way the ECC 6 IDES has BI content ac

  • Special RAID 1 with offsite backup?

    In order to ditch tape backups, here's what we're trying to accomplish but am a bit confused on how to do it most easily: I want to set up drives 1 and 2 for onsite data redundancy, and use drive 3 with a pair of harddrive trays for offsite backup. (

  • Troubles for ordering a recovery media online

    Dear moderator I didnt succeed in ordering a recovery media online because of the step 2. In such step is requested by the system to fill the blank field with the last 4 characters. In fact, that's a little strange, because my Toshiba Lap Top's Model

  • Can't format my simpletech external hard drive

    i have plugged my simpletech simpledrivePS into the usb, and opened the disk utility in order to format the drive to mac instead of PC, but it wont let me erase the device and therefore format it. simpledrive shows up in the erase selection window bu