hi,
I have problem with connecting my application with the database. Im using oracle and i populated the database using user account. However when i run the application i got this error:
ORA-01017: invalid username/password; logon denied
Exception: null
ORA-01017: invalid username/password; logon denied
Exception: null
Im not sure where exactly the problem but i tried alot with this code line:
DriverManager.setURL("jdbc:oracle:thin:epd/123@localhost:1521/XE");
con = DriverManager.getConnection("epd","123");
Thanx
|