232
Views
2
Comments
Solved
[Oracle connector] Step by Step Sample Oracle Connector
Question
oracle-db-png
Web icon
Forge asset by Francisco Menezes

Is there a step by step sample that works for calling Oracle Stored Procedure with one input parameter?

I try without parameter and it succeeds, but with one parameter i got error.. wrong number or type....

tq

2019-11-08 16-23-42
César Mateus Conceição
Solution

indra budiantho wrote:

Is there a step by step sample that works for calling Oracle Stored Procedure with one input parameter?

I try without parameter and it succeeds, but with one parameter i got error.. wrong number or type....

tq


Indra,

You know to use oracle conector.

input parameter must have use Record DataType

output parameter must have use Record List Datatype

ok?




2020-03-24 00-01-07
Nuno Gonçalo Pereira

Hi guys, i'm trying to use this component, and i've got this error:



I'm Running this code:






My external database function:
Could you help me, please?

Best Regards,

Nuno Pereira


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.