Skip to content
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

oracle_db: domain issue #159

Open
hatakashi opened this issue Jan 7, 2021 · 0 comments
Open

oracle_db: domain issue #159

hatakashi opened this issue Jan 7, 2021 · 0 comments

Comments

@hatakashi
Copy link

Missing comma in oracle_db breaks initparams when using the domain option.

if domain is not None: initparam += 'db_domain=%s' % domain

should be

if domain is not None: initparam += 'db_domain=%s,' % domain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant