martindsouza / docker-oracle-ords

ORDS Docker Image
MIT License
33 stars 25 forks source link

ORDS setup with generated hash password (SYS DBA) #23

Open ziamak47 opened 4 years ago

ziamak47 commented 4 years ago

Downloaded your 'docker-oracle-ords' to play with and it works seamlessly, however, if I try this with an encrypted password, it keeps failing.

Password was generated using the password_hash( ’sha512’ ) function in ansible. I copied and pasted it into your configure_ords.sh script for the SYS User password but it keeps bombing out. ords_parameter.properties contains the correct generated hash value for SYS user.

Further debugging, leads me to believe that it might well be the second prompt (password) given for the SYS user that causes the issue and reports ‘invalid/username’ password.

Not sure if you get the same error but please do let me know if you have any other tip or advice to get this working.

ziamak47 commented 4 years ago

Any update on this one?