Common Content for Data Engineering
- Common Content for Data Engineering 10.2.2 Service Pack 1
- 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.
|
Oracle
| dbname .world (same as TNSNAMES entry)
| oracle.world
|