Property | Description |
---|---|
User name | Database user name. |
Password | Password for the user name. |
Pass-through Security Enabled | When enabled, the Data Integration Service connects to an Oracle database with the client user credentials instead of the credentials from a connection object. By default, this option is not selected. |
Metadata Access Connect String | Connection string to import physical data objects. Use the following connection string: jdbc:informatica:oracle://<host>:1521;SID=<sid> |
Advanced JDBC Security Options | Secure JDBC parameters for the JDBC connection string. |
Data Access Connect String | Connection string to preview data and run mappings. Enter dbname.world from the TNSNAMES entry. |
Code Page | Database code page. |
Environment SQL | Optional. Enter SQL commands to set the database environment when you connect to the database. The Data Integration Service executes the connection environment SQL each time it connects to the database. |
Transaction SQL | Optional. Enter SQL commands to set the database environment when you connect to the database. The Data Integration Service executes the transaction environment SQL at the beginning of each transaction. |
Enable Parallel Mode | Optional. Enables parallel processing when loading data into a table in bulk mode. Default is disabled. |
SQL identifier character | The type of character used to identify special characters and reserved SQL keywords, such as WHERE. The Data Integration Service places the selected character around special characters and reserved SQL keywords. The Data Integration Service also uses this character for the Support mixed-case identifiers property. |
Support mixed-case identifiers | When enabled, the Data Integration Service places identifier characters around table, view, schema, synonym, and column names when generating and executing SQL against these objects in the connection. Use if the objects have mixed-case or lowercase names. By default, this option is selected. |