nerdexam
Oracle

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…

Developing Serverless Applications (Functions)

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)
  • A
    3% (1)
  • B
    79% (27)
  • C
    6% (2)
  • D
    12% (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

#fn CLI#debug flags#function invocation#troubleshooting

Community Discussion

No community discussion yet for this question.

Full 1Z0-1084-20 Practice