SQLcl Error #10
-
Beta Was this translation helpful? Give feedback.
Answered by
phartenfeller
Mar 31, 2025
Replies: 1 comment 2 replies
-
Hi @orachard, A prerequisite for this project to work is a working SQLcl. I think the error message already tells the problem; you need to install Java 11 on your system. Best, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the pre-requisites need to be on the host OS.
As this is a developer-focused setup, I expect (or recommend 😄) most devs already have it installed. SQLcl is used in the bash scripts to connect to the DB and run many of the actions, like creating users and workspaces, backing up apps and schemas, clearing schemas, storing connections, etc.
Only the database and ORDS are containerized.