Wednesday, January 18, 2012

Inconsistent Catalog View while executing a Oracle Stored Procedure from Java

This error is usually observed when a custom object that is either missing or its grants is missing is being used as a parameter in the stored procedure being called from Java.
To avoid this make sure your custom object is created and the user which is executing the procedure using the type has grants on it.

2 comments: