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_user with password_hash #139

Open
sathishbbala opened this issue Mar 4, 2020 · 1 comment
Open

oracle_user with password_hash #139

sathishbbala opened this issue Mar 4, 2020 · 1 comment

Comments

@sathishbbala
Copy link

Has anyone used oracle_user module with password_hash against a > 12c database? I get a SQL error
ORA-00972: identifier is too long sql

Line number 163 must have single quotes instead of double quotes. That worked for me.
if authentication_type == 'password':
if (schema_password_hash):
sql = 'create user %s identified by values '%s' ' % (schema, schema_password_hash)
else:

@Rendanic
Copy link
Contributor

Rendanic commented Oct 6, 2021

Solved with #158

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

2 participants