Difference between revisions of "Configuration file"
From Toolsverse Knowledge Base
								
												
				 (Created page with "== Heading text == ETL Framework configuration file  ETL configuration file tells ETL framework what connections to use and what ETL scenarios to run. It is located under APP_...")  | 
				 (→Heading text)  | 
				||
| Line 11: | Line 11: | ||
Properties  | Properties  | ||
This section includes Java system properties which can be used by ETL Framework.  | This section includes Java system properties which can be used by ETL Framework.  | ||
| + | |||
Example:  | Example:  | ||
| + | <syntaxhighlight lang="xml">  | ||
<properties>  | <properties>  | ||
    <log.step>777</log.step>  |     <log.step>777</log.step>  | ||
| Line 17: | Line 19: | ||
    <oracle.oraclehome>c:/oracle</oracle.oraclehome>  |     <oracle.oraclehome>c:/oracle</oracle.oraclehome>  | ||
</properties>  | </properties>  | ||
| + | </syntaxhighlight>  | ||
List of default properties:  | List of default properties:  | ||
Revision as of 13:49, 31 July 2014
Heading text
ETL Framework configuration file
ETL configuration file tells ETL framework what connections to use and what ETL scenarios to run. It is located under APP_HOME/config.
For example: c:/etl/config/etl_config.xml.
File contains the following elements:
Heading text
Properties This section includes Java system properties which can be used by ETL Framework.
Example:
<properties> <log.step>777</log.step> <cache>com.toolsverse.cache.MemoryCache</cache> <oracle.oraclehome>c:/oracle</oracle.oraclehome> </properties>
List of default properties: