Call oracle function with return #4344
Unanswered
fabiojsantosdev
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to get the return when executing this Oracle PL/SQL block, but the result is empty. When I execute this block in sqldeveloper I can print the return on the screen.
import Database from "@IOC:Adonis/Lucid/Database";
export default async function HandleSendMsgRca(nummpedrca: any) {
}
Beta Was this translation helpful? Give feedback.
All reactions