Here I am describing JDBC Data Sources and Connection Pooling using a few slides that I borrowed from Oracle Weblogic 12c BootCamp.
1. What's JDBC Data Source?
2. Scope of Data Source: system or application. All JDBC configurations must conform to the new weblogic-jdbc.xsd schema. IDE can validate the JDBC modules based on the schema.
3. What’s a Connection Pooling?
4. How Connection Pooling works?
5. Benefits of Connection Pooling?
6. How Data Source Connection Pooling is used?
7. Connection Pooling Configuration
8. Connection Pooling Hints
1. What's JDBC Data Source?
2. Scope of Data Source: system or application. All JDBC configurations must conform to the new weblogic-jdbc.xsd schema. IDE can validate the JDBC modules based on the schema.
3. What’s a Connection Pooling?
4. How Connection Pooling works?
5. Benefits of Connection Pooling?
6. How Data Source Connection Pooling is used?
7. Connection Pooling Configuration
8. Connection Pooling Hints
Comments