Hikari connection pool with Oracle Proxy user

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024
  • This video explains about oracle proxy user and illustrates demo with code on how to achieve this using Hikari CP. This will help used using java and Hikari CP to create connection pool with proxy user.
    The code is available on Github URL: github.com/man...

ความคิดเห็น • 2

  • @securethebag1613
    @securethebag1613 9 หลายเดือนก่อน +1

    is it possible to use hikari with an in memory database like h2 just to test the pooling?

    • @managerialsolution631
      @managerialsolution631  3 หลายเดือนก่อน

      H2 doesn't have a built-in connection pool. However, you can achieve connection pooling with H2 using popular connection pool that works well with H2.
      - HikariCP is lightweight and high-performance connection pool that works well with H2.
      - Apache Commons DBCP is another widely used option that provides connection pooling functionality