HI,
I need to compile my invalid object using JPA.
In My EJB i have a method that does that:
| | Query query = em.createNativeQuery("execute dbms_utility.compile_schema('CGBDEV8', false)"); |
| | int irslt = query.executeUpdate(); |
But the executeUpdate is failing.
Can you provide me with a solution on how it can be done.
Thank you in advance
Emile