Salut tout le monde :)
j'aimerais se connecter avec le privilège sysdba via un projet java, comment?
j'ai mis la chaine de connexion comme ceci:
ici sur sid, je précise sur quel schéma je me connecte.Code:
1
2 String url="jdbc:oracle:thin:"+host+":"+port+":"+sid; Connection con=DriverManager.getConnection(url,user,pwd);
merci