简体   繁体   中英

How to connect to Oracle ADW instance using dbeaver

I need to connect to an ADW instance provisioned in my OCI space. The documentation to connect shows me how to connect using wallet credentials, but using sql developer. I am able to connect using SQL developer. But i like dbeaver and I would like to connect to the ADW instance using dbeaver. Please show me how i can do this?

  • download oracle drivers with pki
  • Try also to unpack the wallet.zip. Make the directory of the same name as your wallet and in the same directory as the wallet and put the files from the wallet archive there. I am not sure is this step important but I read somewhere it can help
  • create a new oracle connection in DBeaver. Choose "Edit driver settings"
  • in "Libraries" tab, remove everything and add the downloaded drivers
  • for a "Connection type" choose "Custom"
  • in "JDBC URL template" enter something like jdbc:oracle:thin:@connection_from_tnsnames?TNS_ADMIN=c:\\\\location_of_wallet_CVANEDEV

Here is some info about oracle wallet connections: JDBC Thin Connections with a Wallet (mTLS)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM