Skip to content

How to connect to the containerized DB #11

Answered by phartenfeller
orachard asked this question in Q&A
Discussion options

You must be logged in to vote

If all the scripts ran without errros you can use SQLcl: sql -name local-23ai-{schema_name}. Like sql -name local-23ai-sys for sys. The connections are also available from the VS Code SQLdev extension (you might need to click refresh).

Note that this only works for schemas created with the create user command.

If you need something else to connect: username/pw@localhost:1521/FREEPDB1. Passwords are stored in the .env.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@orachard
Comment options

Answer selected by orachard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants