| how to set V$session to eclipselink [message #535584] |
Mon, 24 May 2010 13:50 |
enrique Messages: 4 Registered: May 2010 |
Junior Member |
|
|
hello everybody i am using eclipselink with oracle and i need to set the property v$session which jdbc4 has, it allows you to set an identification name to the application for auditing purposes but i had no lucky i have been trying through entitiyManager with the following lines :
emProperties.put("v$session.program","Customers");
factory=Persistence.createEntityManagerFactory("clientes",emProperties);
em=factory.createEntityManager(emProperties);
em.persist(customer);
does anybody know how to do it or any idea....
thanks.-
|
|
|
Powered by
FUDForum. Page generated in 0.01955 seconds