Hibernate 4.3.5 ignores v$session.program configuration property
问题 I previously used hibernate 3.2 and boneCP but I just upgraded to hibernate 4.3.5 and the Hikari connection pool to connect my java application to my oracle database. I set v$session.program to the program name I want and add it to the hibernate configuration. I've created my own hibernate configuration class that extends the Configuration class provided by hibernate. public class MyConfiguration extends Configuration { private static final long serialVersionUID = 1L; public MyConfiguration()