DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: java.sql.SQLException: Protocol violation

  1. #1
    Join Date
    Jun 2002
    Posts
    62
    Hi,

    While trying to get a connection in JDBC I am getting the error: java.sql.SQLException: Protocol violation.

    I don't have any problem with JDBC connection with another Oracle instance on the same machine.

    I am using using Servlets in iPlanet web server. The code was working earlier but somehow it is not working now. I suspect it may be something to do with the Oracle db.

    Anyone knows why I am getting the Protocol violation error and how it can be resolved?
    Regards,
    Jack

  2. #2
    Join Date
    Dec 2001
    Location
    Brazil
    Posts
    282


    How is your JDBC connection implemented? Do you use ODBC or Oracle thin or oci JDBC?


    F.


  3. #3
    Join Date
    Jun 2002
    Posts
    62
    Oracle thin client
    Regards,
    Jack

  4. #4
    Join Date
    Jun 2002
    Posts
    62
    Guys,

    I managed to solve the problem (with Oracle metalink help). When I use Oracle9i JDBC driver, there is no problem. But my db is Oracle8.1.7. JDBC drivers are backward compatible.
    Regards,
    Jack

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width