Create ATP Connection in JDeveloper v12.2.1.4
1. Before creating ATP connection in JDeveloper, keep below data ready
a. DB Username: XXX
b. Db Password: YYY
c. Extract Wallet file location: C:\xx\ATP_DB
d. Create network/admin path inside the extracted Cloud Wallet folder and move tnsnames.ora file into it
e. KeyStore/Truststore Password: Usually same as Wallet password
f. Open TnsNames.ora inside the extracted Cloud Wallet zip file and get the Hostname(xxpaasdb_tp)
2. Open Database > New
3. Enter below given default values
a. Connection Name: <Custom Connection Name>
b. Username: <DB Username>
c. Password: <DB Password>
d. Custom JDBC Url: jdbc:oracle:thin:@<Hostname>
4. Open JDBC Parameters and enter below details
| Property | Value |
|---|---|
| javax.net.ssl.keyStore | C:\xx\ATP_DB\Walletdb\keystore.jks |
| javax.net.ssl.keyStorePassword | |
| javax.net.ssl.keyStoreType | JKS |
| javax.net.ssl.trustStore | C:\xx\ATP_DB\Walletdb\truststore.jks |
| javax.net.ssl.trustStorePassword | |
| javax.net.ssl.trustStoreType | JKS |
| oracle.jdbc.fanEnabled | false |
| oracle.net.ssl_server_dn_match | true |
| oracle.net.ssl_version | 1.2 |
| oracle.net.tns_admin | C:\xx\ATP_DB\Walletdb\network\admin |
5. Click on ok and Test the Connection, you should see a success message
Comments
Post a Comment