Common Content for Data Integration
- Common Content for Data Integration 10.5.4
- All Products
Database
| Connect String Syntax
| Example
|
---|---|---|
IBM DB2
| dbname
| mydatabase
|
Microsoft SQL Server
| servername @dbname
| sqlserver@mydatabase
If you do not specify the connect string in the syntax specified, you must specify the ODBC entry specified for the data source.
To connect to the Azure Microsoft SQL Server database, you must specify the ODBC entry specified for the data source.
|
Oracle
| dbname .world (same as TNSNAMES entry)
| oracle.world
|