Informatica Data Quality
- Informatica Data Quality 10.5.6
- All Products
Property
| Description
|
---|---|
Name
| Name of the Greenplum relational connection.
|
ID
| String that the Data Integration Service uses to identify the connection. The ID is not case sensitive. It must be 255 characters or fewer and must be unique in the domain. You cannot change this property after you create the connection. Default value is the connection name.
|
Description
| Description of the connection. The description cannot exceed 765 characters.
|
Location
| Domain on which you want to create the connection.
|
Type
| Type of connection.
|
Property
| Description
|
---|---|
User Name
| User name with permissions to access the Greenplum database.
|
Password
| Password to connect to the Greenplum database.
|
Driver Name
| The name of the Greenplum JDBC driver.
For example:
com.pivotal.jdbc.GreenplumDriver
For more information about the driver, see the Greenplum documentation.
|
Connection String
| Use the following connection URL:
jdbc:pivotal:greenplum://<hostname>:<port>;DatabaseName=<database_name>
For more information about the connection URL, see the Greenplum documentation.
|
Property
| Description
|
---|---|
Host Name
| Host name or IP address of the Greenplum server.
|
Port Number
| Greenplum server port number. If you enter 0, the gpload utility reads from the environment variable $PGPORT. Default is 5432.
|
Database Name
| Name of the database.
|
Enable SSL
| Select this option to establish secure communication between the gpload utility and the Greenplum server over SSL.
|
Certificate Path
| Path where the SSL certificates for the Greenplum server are stored.
For information about the files that need to be present in the certificates path, see the gpload documentation.
|