Your procedure is created in a different scheme.
Problem
ALTER SESSION SET CURRENT_SCHEMA = FII_DBO
immediately after connecting.
I remember that the provider has some errors when calling stored procedures.
Set CommandTextto
BEGIN FII_DBO.CLEAR_UNIT_TEST_PRODUCT(); END;
and CommandTypeupText
You can also try changing the case of the stored procedure name, for example:
fii_dbo.clear_unit_test_product
I remember that business also matters.
source
share