Skip to content

Instantly share code, notes, and snippets.

@Kuassim
Last active August 30, 2019 22:02
Show Gist options
  • Save Kuassim/fe8dda738faccbba8be4b9a73cdce357 to your computer and use it in GitHub Desktop.
Save Kuassim/fe8dda738faccbba8be4b9a73cdce357 to your computer and use it in GitHub Desktop.
export url=jdbc:oracle:thin:@java_tpurgent_tls?TNS_ADMIN=/home/opc/credentials
export foo=/home/opc/credentials
java -Doracle.ons.walletfile=$foo/cwallet.sso \
-Doracle.ons.walletpassword= ... \
-cp ./lib/ojdbc10.jar:./lib/ucp.jar:./lib/ons.jar:$foo/oraclepki.jar:$foo/osdt_cert.jar:$foo/osdt_core.jar:. UCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment