MarcGueury / oci-starter

Oracle Cloud Infrastructure - OCI Starter
https://www.ocistarter.com
Other
3 stars 5 forks source link

SQL*PLus hangs indefinitely if the password is wrong. Asking a second time for the username #64

Open MarcGueury opened 1 year ago

MarcGueury commented 1 year ago

[opc@starter-bastion]$ sqlplus -S admin/xxx@db @db_init.sql ERROR: ORA-01017: invalid username/password; logon denied

MarcGueury commented 1 year ago

Ideally, it should return an error that return an error to the calling script. That return an error to the deploy_bastion.sh That stops the build and show the error to the user. (Mostly in TEST_SUITE mode, CI/CD mode)