I am calling a stored procedure from an OracleDataSet. The stored procedure returns a cursor. When it is called from an OracleDataSet it is taking 2 minutes or more. When I run the same call from a PL/SQL Developer test window it takes 1.2 seconds.
My test app is a form, an OracleSession, and an OracleDataSet.
Any idea why this would be happening.
My test app is a form, an OracleSession, and an OracleDataSet.
Any idea why this would be happening.