0

I need to include new properties in JDBC ConnectionPool. On Payara Server 5, I can do it when accessing the menu Domain/Resources/JDBC/JDBC Connection Pools (below my configuration image in Payara Server 5)

enter image description here

How do I do this on the Weblogic Server 11?

I entered a setting "environment" in field "Parameters".

Would the configuration of additional parameters be like this?

How do I capture the environment information in java? Oracle's documentation is confusing about this.

enter image description here

2 Answers2

0

Login to Weblogic Console. Navigate to DataSources. You can create a new one or modify an existing one. Refer to Oracle Documentation. That will help you.

Naveen Hiremath
  • 351
  • 1
  • 8
  • I left an image of the configuration I made above. Is this configuration correct? – Gustavo de Freitas Jan 22 '20 at 13:05
  • that's correct when configuring a Thin-style Service Name: duplicated https://stackoverflow.com/questions/4832056/java-jdbc-how-to-connect-to-oracle-using-service-name-instead-of-sid – devwebcl Jan 22 '20 at 19:52
0

Check out the blog for getting the JDBC connection working.

Nirmala
  • 1,278
  • 1
  • 10
  • 11