• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

java.sql.SQLException: Protocol violation

 
Ranch Hand
Posts: 425
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I was just wondering if anybody has faced this problem in past when i am trying to get the connection

Also I am trying to connect to Oracle 9i from JSDK 1.4.2_08_b3 and including proper classes12.zip in the classpath



let me know if u have any suggestions.

Cheers,
Rahul
 
Rahul Juneja
Ranch Hand
Posts: 425
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Guys !

I got the solution myself... the problem was my DB connecting password was showing an error ORA-28002: the password will expire within 25 day.

As soon as i reset the password its working fine now.

Cheers,
Rahul
 
author & internet detective
Posts: 42173
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rahul,
Thanks for posting the solution for others who come across this thread in the future!
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:Rahul,
Thanks for posting the solution for others who come across this thread in the future!



Hello Rahul!

It just came across the same problem. Our Oracle Version is 11gR2 and I was getting the same Password expiry problem on Oracle. The DBs were locked, once we reset the password and un-lock the DB, problem got resolved!

Thank a lot !
 
A tiny monkey bit me and I got tiny ads:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic