The document provides instructions for creating three different data sources in WebLogic:
1. A XA data source named ClarifyDataSourceXA to connect to an Oracle database.
2. A non-XA data source named ClarifyDataSourceNonXA that also connects to an Oracle database and supports global transactions.
3. A non-XA data source named MasterAdmin for an Oracle database.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
45 views14 pages
10.239.233.35:8005/console: Services
The document provides instructions for creating three different data sources in WebLogic:
1. A XA data source named ClarifyDataSourceXA to connect to an Oracle database.
2. A non-XA data source named ClarifyDataSourceNonXA that also connects to an Oracle database and supports global transactions.
3. A non-XA data source named MasterAdmin for an Oracle database.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 14
1.
Creating Connection Pool
1. Open the eBonding-Cluster WebLogic console by visiting the
address: http://10.239.233.35:8005/console 2. Give the admin username and password and submit the page to login. 3. On successful login, expand the services link by clicking on Services from the LHS frame. Creation of XA Data Source: 1. Login to weblogic console. 2. Select Services/JDBC/Data Sources 3. Click Lock & Edit. 4. Click New 5. Enter Name as ClarifyDataSourceXA 6. Enter JNDI Name as jndi/clarifyxa 7. Select Database Type as Oracle 8. Select Database Driver as "Oracle's Driver (This XA) Version 9.0.1, 9.2.0,10 9. Click Next 10. Click Next 11. Enter the database Name,Host Name, Port, Database username as sa, and sa's password for password. 12. Click Next 13. Click Test Configuration. 14. Clcik Next 15. Select AdminServer and click on finish 16. Click Activate Changes. Creation of Non-XA Data Source: 1. Login to weblogic console. 2. Select Services/JDBC/Data Sources 3. Click Lock & Edit. 4. Click New 5. Enter Name as ClarifyDataSourceNonXA 6. Enter JNDI Name as jndi/clarifynonxa 7. Select Database Type as Oracle 8. Select Database Driver as "Oracle's Driver (This) Version 9.0.1, 9.2.0,10 9. Click Next 10. Select "Support Global Transaction" and "Emulate Two-Phase Commit" 11. Click Next 12. Enter the database Name,Host Name, Port, Database username as sa, and sa's password for password. 13. Click Next 14. Click Test Configuration. 15. Clcik Next 16. Select AdminServer and click on finish 17. Click Activate Changes.
Creation of Non-XA Data Source:
1. Login to weblogic console. 2. Select Services/JDBC/Data Sources 3. Click Lock & Edit. 4. Click New 5. Enter Name as MasterAdmin 6. Enter JNDI Name as MasterAdmin 7. Select Database Type as Oracle 8. Select Database Driver as "Oracle's Driver (This) Version 9.0.1, 9.2.0,10 9. Click Next 10. Select "Support Global Transaction" and "Emulate Two-Phase Commit" 11. Click Next 12. Enter the database Name,Host Name, Port, Database username as sa, and sa's password for password. 13. Click Next 14. Click Test Configuration. 15. Clcik Next 16. Select AdminServer and click on finish 17. Click Activate Changes.