Connection Setup Considerations
When you establish database connections, take these considerations into account.
Guided Connection Setup
Guided connections do not require native syntax. The passwords are processed to match the standards of the database connection type that is being established. Enter passwords in normally.
SQL Server
SQL Server passwords do not support the use of 3 consecutive pipes.
Oracle
Oracle passwords do not support the use of double-quotes.
Manual Connection Setup
Manual connections require native syntax. Because these connections are entered without selecting a database type, Alteryx cannot manage the formatting of the string. Enter passwords in with native syntax. For more information on the syntax required by a specific database type, read the sections below.
SQL Server
- Enclose the string in curly brackets.
- Escape any right curly bracket with a double right curly bracket.
For additional requirements, visit SQL Server Database Password Requirements.
Oracle
- Enclose the string in double-quotes.
- Do not use a double quote within the string.
For additional requirements, visit Oracle Database Password Requirements.