Any thoughts??
----
I have an Oracle JDBC connection I'd like to use, but not sure if I can
or how I would do it using SquirrelSQL.
My jdbc connection info is (we're using ABATIS):
driver=oracle.jdbc.driver.OracleDriver
url=jdbc:oracle:thin:@hostname.here.com:port:dbname
username=username
password=encryptedpasswordstring
alg=PBEWithSHA256And256bitAES-CBC-BC
(Obviously I took out any sensitive info).
I tried just using the encryptedpasswordstring as it when i connected to
my alias, but got invalid username/pw errors. I suspect it's because
it's expecting the unencrypted pw.
How would I go about setting this connection up?
|