Forum Discussion

max1965's avatar
max1965
Contributor
13 years ago

problem with jdbc access to oracle DB

I have the following problem with a jdbc access to oracle database; I am using the following groovy script: import groovy.sql.Sql; import oracle.jdbc.driver.OracleDriver; import java.security.Mes...