ExecuteNativeQuery PLSQL
706596May 27 2010 — edited Apr 15 2011Hello,
I have a problem when I execute a plsql function/procedure as nativeQuery with JPA API. It always return an error that told me that the syntaxe of my query is wrong!
It's very strange because when we use the JDBC directly it works fine.
Please give me a refernce/Url of a document that contain details of the execute native Query.