Table of Contents |
---|
...
- All alphabetic characters: a-z and A-Z
- All numeric characters: 0-9
- The following special characters are supported: ~#$%*()-_+[]{}.?
Using any other unsupported characters (including spaces) will such as spaces or @ & / : < > " ' ` | ^ ! = , \ will cause:
- Errors during packagingErrors when packaging scripts in the sql_direct, ddl_direct, and sqlplus folders, or from folders that have packageMethod=direct and packageMethod=ddl_direct. Errors when deploying any scripts that were packaged from the sql_direct, ddl_direct, and sqlplus folders, or from folders that have packageMethod=direct and packageMethod=ddl_direct.
- Errors when packaging scripts in the data_dml folder or from folders that have packageMethod=data_dml. Errors when deploying any scripts that were packaged from the data_dml folder or from folders that have packageMethod=data_dml.
- Errors deploying "Execute with SQLPlus", "Execute with SQLCMD", "Execute with CLPPLus", or "Execute with psql" change set types.
Suggested Roles for Datical User Accounts
...
Project settings determine whether database credentials are stored in the project or resolved dynamically through environment variables or a user prompt. We strongly recommend using runtime credentials because it is more secure than stored credentials.
See Database Credential Management.
...