Passwords may use only the supported special characters.
Supported
~ # $ % * ( ) - _ + [ ] { } . ?
Info |
---|
Oracle Only: All special characters are allowed in password if the password is contained within double quotes. This allows Oracle users to use a vault tool to auto-generate passwords that have any character included. |
Unsupported
@ & / : < > " ' ` | ^ ! = , \ <spaces>
Explanation:
Datical deploys some changes using database-specific tools such as "sqlplus" for Oracle, "edbplus" for Enterprise DB, "psql" for PostgreSQL, "sqlcmd" for SQL Server, and "clpplus" for DB2. Datical deploys other change types using a JDBC connection.
...