25
Views
2
Comments
[Oracle Connector - P11] When Output is a cursos and other types. How could I use it?
oracle-connector-p11
Web icon
Forge asset by Eduardo Oliveira
Application Type
Traditional Web

Hello,

When I use more than one type in output parameter, such like this:

(

SEARCHSTRING IN VARCHAR2 ,

OUTCURSOR IN OUT SYS_REFCURSOR

RETURNCODE OUT NUMBER
MESSAGE OU VARCHAR2

) AS...

What is correct set for Oracle Connector? 



2025-01-12 10-53-58
MatheusLima

Hello.


In all my testes, I dont found any way to do a IN\OUT parameter works with this extension, the solution for me was alter the procedure to use a IN and OUT parameter differents

2025-01-12 10-53-58
MatheusLima

if it helps you, please mar as "solved"

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