1Z0-1084-20 · Question #14
You encounter an unexpected error when invoking the Oracle Function named "myfunction" in application "myapp". Which can you use to get more information on the error?
The correct answer is B. DEBOG=l fn invoke myapp myfunction. Troubleshooting Oracle Functions If you encounter an unexpected error when using an Fn Project CLI command, you can find out more about the problem by starting the command with the string DEBUG=1 and running the command again. For example: $ DEBUG=1 fn invoke helloworld-app…
Question
You encounter an unexpected error when invoking the Oracle Function named "myfunction" in application "myapp". Which can you use to get more information on the error?
Options
- Afn --debug invoke myapp myfunction
- BDEBOG=l fn invoke myapp myfunction
- Cfn --verbose invoke myapp myfunction
- DCall Oracle support with your error message
How the community answered
(34 responses)- A3% (1)
- B79% (27)
- C6% (2)
- D12% (4)
Explanation
Troubleshooting Oracle Functions If you encounter an unexpected error when using an Fn Project CLI command, you can find out more about the problem by starting the command with the string DEBUG=1 and running the command again. For example: $ DEBUG=1 fn invoke helloworld-app helloworld-func Note that DEBUG=1 must appear before the command, and that DEBUG must be in upper case.
Topics
Community Discussion
No community discussion yet for this question.