-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to create three or n databases, you can pass an array in the string variable of ORACLE_DATABASE #26
Comments
Hey @habolanos, Thanks a lot for using these images! This is a very interesting idea! Currently The only other way to currently do it would be to use a custom setup script and create them manually. |
Signed-off-by: gvenzl <gerald.venzl@gmail.com>
This is now implemented. Thanks again for the great suggestion, @habolanos! |
* Restructure upload scripts Signed-off-by: gvenzl <gerald.venzl@gmail.com> * Fix for #23: timezone file missing Signed-off-by: gvenzl <gerald.venzl@gmail.com> * Add Ruby on Rails ActiveRecord user (#24) Signed-off-by: gvenzl <gerald.venzl@gmail.com> * Disable Unified Auditing Signed-off-by: gvenzl <gerald.venzl@gmail.com> * Add clarification for Oracle DB Free port (bug #25) Signed-off-by: gvenzl <gerald.venzl@gmail.com> * Enable multiple PDB creation (ER #26) Signed-off-by: gvenzl <gerald.venzl@gmail.com> --------- Signed-off-by: gvenzl <gerald.venzl@gmail.com>
Hi Gerald, thanks so much for your working on this req Again, thanks so much! |
Oh wow, thanks a lot for telling me, @habolanos! I feel very honored that my images make it all the way into university classrooms! I'd be happy to record a little thank you video for your students, if you like and think that they would appreciate it. Also, just in case you are looking for some sample data to work with, feel free to check out my https://github.com/gvenzl/sample-data repository. Thanks, |
Hey @habolanos, I watched the video a long time ago but somehow I've failed to answer and thank you here! Thanks for the nice video, and again for using these images in your classroom! |
Is it possible to create three or n databases, can an array be passed in the ORACLE_DATABASE string variable?
How could you create more databases in a single Docker container?
My idea is set ORACLE_DATABASE=ORCL1, ORCL2, ORCL3....ORCLn and upgrade routine to know how read this array when make db
The text was updated successfully, but these errors were encountered: