I am facing the same issue - SQLException while trying to call stored procedure
---------------------------------------------------
Product : Oracle Portal 10g
Issue Summary : A piece of code in our portal fails
intermittently to fetch data by executing a stored procedure.
ERROR: SQLException
sqlE.getMessage() - ORA-02067: transaction or savepoint rollback required
sqlE.getSQLState() = 42000
sqlE.getErrorCode() - 2067
sqlE.getCause() - NULL
CODE DETAILS : This
java method accepts a username as parameter to fetch user specific data (a menu) by executing the stored procedure.
JDBC connection is created against a datasource setup on portal.