You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the oracle-xe images the default database name is XEPDB1.
When using the oracle-free images the default database name should be FREEPDB1.
At the moment XEPDB1 is always assumed which means oracle-free images can't be used with default values. One must configure a random database name for the correct value to be picked up.
Add an option to define the default database name, opting for XEPDB1 or FREEPDB1 if none selected. A test on the image name could be applied to determine which default database name should be chosen, that is, if it matches/contains gvenzl/oci-oracle-free then FREEPDB1 is chosen, otherwise default to XEPDB1.
Thanks for raising the issue, @aalmiray. There is a current conversation going on with @gvenzl about the support for Oracle Free. I think this issue falls there
Module
Oracle-XE
Proposal
When using the
oracle-xe
images the default database name isXEPDB1
.When using the
oracle-free
images the default database name should beFREEPDB1
.At the moment
XEPDB1
is always assumed which meansoracle-free
images can't be used with default values. One must configure a random database name for the correct value to be picked up.Add an option to define the default database name, opting for
XEPDB1
orFREEPDB1
if none selected. A test on the image name could be applied to determine which default database name should be chosen, that is, if it matches/containsgvenzl/oci-oracle-free
thenFREEPDB1
is chosen, otherwise default toXEPDB1
.Follow up to spring-projects/spring-data-relational#1528
The text was updated successfully, but these errors were encountered: