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.
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.