You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, spaces and special characters in the password cause database creation to fail. This is documented in the README.md file in bold text, and also noted in the .env and Vagrantfile files.
The special character restrictions and the "Password cannot be null" error message are part of the database creation assistant (DBCA) code, which this project has no control over. The restrictions may or may not be intentional. As far as I know, the list of invalid characters isn't documented, so accurately validating a user-supplied password before passing it to the oracle-free-23ai script isn't feasible.
Describe the issue
This causes an inifite loop.
It would be better if the password was checked early in the installation, so you do not have to wait to discover this.
Environment (please complete the following information):
Additional information
I get this in the infinite loop:
It is clearly wrong. Removing the '+' seems to solve it.
The text was updated successfully, but these errors were encountered: