When i go like this:
[code]
System.out.print ("creating connection...");
conn = DriverManager.getConnection (url, "root", "code");
System.out.println (" done");
[/code]
i only get the "creating connection..." part. Then nothing happens. Kind of like if the database hungs (which i'm certain it does not).
Since i'm pretty new to the DB-idea i'm very sure that it's something trivial i have missed. Is somebody bright enough to see what that could be?
Any other info from me that would help you help me? Just ask!
Kind Regards
Konrad
----------------------------
(+46/0) 708-70 73 92
[email protected]http://konrads.webbsida.com
Comments
[red]
java.sql.SQLException: ORA-01017: invalid username/password; logon denied
[/red]
I have created a "local role" with the same name and password as i enter in the "getConnection (...)" so i guess i have missed something else. What could that be?
Kind Regards
Konrad
----------------------------
(+46/0) 708-70 73 92
[email protected]
http://konrads.webbsida.com