Create an ATP DataSource in Weblogic Server

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.    Click Next, Enter correct data as shown below



        URL = jdbc:oracle:thin:@<hostname>

        Database User Name = XXX

        Database Password = YYY

        Properties : 

        oracle.net.tns_admin= C:\Xx\Xxx\Xxx\Xxx\ATP_DB\ATPdb

        user=<DB Username>

        javax.net.ssl.keyStore= C:\Xx\Xxx\Xxx\Xxx\ATP_DB\ATPdb \keystore.jks

        javax.net.ssl.trustStore= C:\Xx\Xxx\Xxx\Xxx\ATP_DB\ATPdb \truststore.jks

        oracle.net.ssl_server_dn_match=true

 

8.              8.  Test Configuration to see if it’s a Success

 

 

9.              9.  Click on Finish to create a DataSource

Comments

Popular posts from this blog

Mavenize an Oracle ADF Application

Creating Column Filter on a VBCS Table using ListDataProvider(LDP)

Using Custom Colors in Sunburst Chart