How do I initialize the database correctly? #182
-
Hi! Thanks so much for offering this repo and Docker image. Sorry, but I'm new to Oracle and I don't understand how to initialize the database correctly. I know the documentation says startup scripts in environment:
ORACLE_PASSWORD: chinook
ORACLE_DATABASE: chinook
APP_USER: chinook
APP_USER_PASSWORD: chinook Afterward, I connect to the database with JDBC and this url: Should I connect to a different database, or as a different user? Sorry, I'm really confused here. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @dventimihasura, Thanks a lot for using these images! By default, all scripts are run against the instance itself ( What you are probably missing in your startup scripts is connecting to the
|
Beta Was this translation helpful? Give feedback.
Hey @dventimihasura,
Thanks a lot for using these images!
By default, all scripts are run against the instance itself (
XE
database) so that users have the option of modifying database parameters, creating new pluggable databases, etc.What you are probably missing in your startup scripts is connecting to the
chinook
user in thechinook
database first, can that be?