Oracle Cloud Platform Data Integration 2020 Specialist — Question 15
You are developing a polyglot serverless application using Oracle Functions.
Which language cannot be used to write your function code? (Choose the best answer.)
Answer options
- A. PL/SQL
- B. Python
- C. Node.js
- D. Go
- E. Java
Correct answer: A
Explanation
PL/SQL is a procedural language specifically designed for Oracle databases and is not supported for writing function code in Oracle Functions. In contrast, Python, Node.js, Go, and Java are all supported languages that can be used to develop serverless functions within the Oracle Functions environment.