Oracle Cloud Infrastructure 2022 Architect Professional — Question 33
What are two characteristics of Oracle SQLcl (SQL Developer Command Line)? (Choose two.)
Answer options
- A. Available in the OCI Cloud Shell by default
- B. Creates isolated development environments
- C. Tracks database schema changes
- D. Ability to execute SQL batch files
Correct answer: A, D
Explanation
The correct options A and D highlight that Oracle SQLcl is readily available in the OCI Cloud Shell and has the capability to execute SQL batch files. Options B and C are incorrect because SQLcl does not inherently create isolated development environments nor does it track schema changes.