<< Click to Display Table of Contents >> Navigation: Connectors > Oracle > Connection Parameters |
Connection String |
The connection string JDBC will use to connect to the DB, of the following form: jdbc:oracle:thin:@<hostname>:<port>:<sid> e.g.: jdbc:oracle:thin:@172.16.10.212:1521:orcl
|
Username |
Username for the user through which DTS will connect to the DB. |
Password |
Password for the user. |
Schemas |
The names of the schemas DTS should access, separated by commas. |
Schemas are optional
If the Schemas field is left empty, DTS will only access the given user's own schema.