driver = oracle.jdbc.driver.OracleDriver
url = jdbc:oracle:thin:@127.0.0.1:1521:ORCL
user = scott
passwd = tiger

 

+ Recent posts