Lorsque nous ajoutons un résultat de procédure stockée dans les entités, cela ajoute du code relatif aux champs de sortie dans le fichier de configuration.
<implicitRefCursor>
<storedProcedure schema="AHSEN" name="GETEMPIDS">
<refCursor name="P_CURSOR">
<bindInfo mode="Output" />
<metadata columnOrdinal="0" columnName="EMPNO" providerType="Int16" allowDBNull="false" nativeDataType="Number" />
<metadata columnOrdinal="1" columnName="ENAME" providerType="Varchar2" allowDBNull="true" nativeDataType="Varchar2" />
<metadata columnOrdinal="2" columnName="JOB" providerType="Varchar2" allowDBNull="true" nativeDataType="Varchar2" />
<metadata columnOrdinal="3" columnName="MGR" providerType="Int16" allowDBNull="true" nativeDataType="Number" />
<metadata columnOrdinal="4" columnName="HIREDATE" providerType="Date" allowDBNull="true" nativeDataType="Date" />
<metadata columnOrdinal="5" columnName="SAL" providerType="Single" allowDBNull="true" nativeDataType="Number" />
<metadata columnOrdinal="6" columnName="COMM" providerType="Single" allowDBNull="true" nativeDataType="Number" />
<metadata columnOrdinal="7" columnName="DEPTNO" providerType="Int16" allowDBNull="true" nativeDataType="Number" />
</refCursor>
</storedProcedure>
</implicitRefCursor>
Mon problème a été résolu lorsque j'ai copié ce code et l'ai collé dans le fichier de configuration de mon site Web.