Posts

Showing posts from January, 2022

Create ATP Connection in JDeveloper v12.2.1.4

Image
 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 Passwo...

Create an ATP DataSource in Weblogic Server

Image
1. Place the ATP Wallet File and Extract the same a. File location : C:\Xx\Xxx\Xxx\Xxx\ATP_DB\ATPdb 2.     Get below details to be used for creating a DataSource Connection a.     Open TnsNames.ora inside the extracted zip file and get the Hostname(Xxpaasdb_tp) b.     DB UserName : XXX c.     DB Password : YYY 3.     Log in to WebLogic Console and Navigate to Services>DataSource > New > Generic DataSource   4.     Give Connection name and a JNDI name via which to access the DataSource                  Name : paasdbXXX                JNDI Name : jdbc/paasdbXXX 5.     Click on Next, keep default selection 6.     Enter dummy data in Connection properties (as we will be correcting the same in Next screen) 7.     C...