Informatica Data Quality 
			
			- Informatica Data Quality 10.5.4
 - All Products
 
           
      	
            
	
      Property 
						    | Description 
						    | 
|---|---|
Database User Name 
						    | Database user account to use to connect to the Data Preparation repository. 
						    | 
Database User Password 
						    | Password for the Data Preparation repository database user account. 
						    | 
Connection String 
						    | JDBC connection string to connect to the database. Format the string as follows: 
						   jdbc:informatica:oracle://<database host name>:<port>;ServiceName=<service name>  
						 | 
Secure JDBC Parameters 
						    | List of secure database parameters to connect to the database. Format the parameters as follows: 
						   EncryptionMethod=SSL;HostNameInCertificate=<secure database host name>;ValidateServerCertificate=true  
						 | 
Property 
						    | Description 
						    | 
|---|---|
Database User Name 
						    | Database user account to use to connect to the database. 
						    | 
Database User Password 
						    | Password for the Data Preparation repository database user account. 
						    | 
Database Host Name 
						    | Host name of the machine that hosts the database. 
						    | 
Database Port Number 
						    | Port number for the database. 
						    | 
Schema Name 
						    | Schema or database name of the Data Preparation repository database. 
						    | 
Connection String 
						    | Connection string to connect to the database. 
						   To connect to a non-secure database, format the string as follows: 
						   jdbc:mysql://<database host name>:<port>  
						  The connection string is optional if you connect to a non-secure database. 
						   To connect to an SSL-enabled database, format the string as follows: 
						   verifyServerCertificate=true&useSSL=true&requireSSL=true  
						 | 
Secure JDBC Parameters 
						    | String containing the path and file name for the database truststore file, and the truststore password. Format the string as follows: 
						   trustCertificateKeyStoreUrl=file://<truststore path/truststore file name>&trustCertificatekeyStorePassword=<truststore password>  
						 |