Skip to content
Advertisement

Tag: connection

Mysql problem ,cant resolve it, cant somebody help, i using java

Yoo coderrs, have problem connect and write table to my online free database. Problem is hereUnable to create requested service and Unable to make JDBC Connection 1class package sk.hibernate; 2.class persistence.xml POM Answer I just accessed your database with the following URL: (I masked the credentials). So you missed the prefix “jdbc:” You should quickly change your username and password

Unable to establish JDBC connection to Oracle DBMS in Eclipse

I’m using Oracle 18c Express edition and trying to connect to the same using the below code. And upon execution, there’s an exception: I am unable to figure out what’s wrong with the URL. Kindly help resolve this issue. TIA. Answer According to Oracle’s documentation the URL should be: Where user and password can be provided as connection properties: You

Advertisement