Link to home
Start Free TrialLog in
Avatar of JulianGarcia
JulianGarcia

asked on

SQLException Thin Driver Code 17433

I'vae been trying to connect to my oracle 8i personal database using DriverManager.getConnection("jdbc:oracle:thin:@127.0.0.1:1523:orcl"), but it catches a SQL Exception with error code 17433. Anybody knows what it means... plz help me! I'm in a hurry.
Avatar of Bigfam5
Bigfam5

The error is  "invalid arguments in call"

Shouldn't you have the user and password

DriverManager.getConnection("jdbc:oracle:thin:@127.0.0.1:1523:orcl", "myuser","mypassword")
Avatar of JulianGarcia

ASKER

Ok I did it, but now getting SQLException Code Error 17002, anybody knows what it means, or, better, where could I find the Oracle specific Error Code List. Ta. Plz , I'm in a hurry
Nice page but IOException, why? any ideas...plz help...I'm in a hurry (thanks bigFam5 i'll give you the points)
ASKER CERTIFIED SOLUTION
Avatar of Bigfam5
Bigfam5

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial