Common Content for Data Engineering 
			
			- Common Content for Data Engineering 10.5.9
- All Products
 
           
      	
            
	
      |  Environment Variable 
				   | Value 
				   | 
|---|---|
| ORACLE_HOME 
					  | < Client InstallDatabasePath> | 
| PATH 
					  | < DatabasePath>/bin and USER_INSTALL_DIR/server/bin:$PATH | 
| LD_LIBRARY_PATH 
					  | $Oracle_HOME/liband USER_INSTALL_DIR/server/bin:$LD_LIBRARY_PATH | 
| TNS_ADMIN 
					  | Set to the location of the tnsnames.ora file: 
						 $ORACLE_HOME/network/admin | 
| INFA_TRUSTSTORE 
					  | For default SSL domain, add to: USER_INSTALL_DIR/services/shared/security 
					  For custom SSL domain, set INFA_TRUSTSTORE and INFA_TRUSTSTORE_PASSWORD 
					  | 
|  Environment Variable 
				   | Value 
				   | 
|---|---|
| DB2DIR 
					  | < database path> | 
| DB2INSTANCE 
					  | < DB2InstanceName> | 
| PATH 
					  | < database path>/bin | 
|  Environment Variable 
				   | Value 
				   | 
|---|---|
| SYBASE15 
					  | << database path>/sybase <version>> | 
| SYBASE_ASE 
					  | ${SYBASE15}/ASE- <version> | 
| SYBASE_OCS 
					  | ${SYBASE15}/OCS- <version> | 
| PATH 
					  | ${SYBASE_ASE}/bin:${SYBASE_OCS}/bin:$PATH 
					  | 
|  Environment Variable 
				   | Value 
				   | 
|---|---|
| PGSERVICEFILE 
					  | Set to the location of the pg_service.conf file: 
						 <pg_service.conf file directory>/pg_service.conf | 
| PGHOME 
					  | /usr/pgsql -10 | 
| PATH 
					  | $PGHOME:${PATH} 
						 | 
| LD_LIBRARY_PATH 
					  | $PGHOME/lib:${LD_LIBRARY_PATH} | 
| INFA_TRUSTSTORE 
					  | For default SSL domain, add to: <InstallationDirectory>/services/shared/security 
					  For custom SSL domain, set INFA_TRUSTSTORE and INFA_TRUSTSTORE_PASSWORD 
					  | 
| POSTGRES_ODBC 
				   | Set the value to 1 for the PostgreSQL ODBC connection. You can set it for all the repositories in the domain or for any PostgreSQL repository that uses an ODBC connection. 
					  
				   | 
|  Environment Variable 
				   | Value 
				   | 
|---|---|
| ODBCHOME 
					  | USER_INSTALL_DIR/ODBC7.1 | 
| ODBCINI 
					  | $ODBCHOME/odbc.ini | 
| ODBCINST 
					  | $ODBCHOME/odbcinst.ini | 
| PATH 
					  | /opt/mssql-tools/bin:$PATH$PATH USER_INSTALL_DIR/ODBC7.1:$PATH USER_INSTALL_DIR/server/bin:$PATH | 
| LD_LIBRARY_PATH 
					  | $ODBCHOME/lib | 
| INFA_TRUSTSTORE 
					  | USER_INSTALL_DIR/server/bin:$LD_LIBRARY_PATH For default SSL domain, add to: USER_INSTALL_DIR/services/shared/security 
					  For custom SSL domain, set INFA_TRUSTSTORE and INFA_TRUSTSTORE_PASSWORD 
					  |