i have a code to access a table called album in oracle 8
its connection code is like
Code:
conn=DriverManager.getConnection("jdbc:oracle:thin","system","manager");
what is wrong here