oracle-enhanced
oracle-enhanced copied to clipboard
Allow overriding system user on db create.
#2257
Change to allow the a user to specify a different system user. I went with only allowing via an environment variable, as adding a new $stdin might quality as a breaking change.
Looks consistent with SYSTEM password.
Please rebase from the master branch to address RSpec failures.
#2257
Change to allow the a user to specify a different system user. I went with only allowing via an environment variable, as adding a new $stdin might quality as a breaking change.
@yahonda @ioev What can be done to get this pr merged? It would be really helpful to be able to set the user. Thanks!