Skip to main content
Version: 2.3.0

Running the Application

Command Line Arguments
FlagDescriptionRequiredDefault
-cPath to the configuration fileYes
-sServer running the PoF Oracle databaseYeslocalhost
-pThe port number of the server running the PoF Oracle databaseYes1521
-iOracle database instance holding the PoF databaseYesnms
-dAllows to network model to be written to a specific dates fileNo
-fForces an overwrite if an existing extract database exists.Nofalse
--detailed-stats-logUsed to show detailed messages for each warning collected in the summary outputNo

To run the tool, execute the following command at a terminal.

java -Xmx<heap size> -Xms<heap size> -jar <path to load-aggregator-jar> -c <path to config file> -s <PoF Oracle server> -i <PoF Oracle instance>

where:

  • heap size is the desired size of the heap. E.g. 16g
Heap Size Estimation

PoF system with 2.5 million components requires around 10GB

The LV Mapping data requires around 2GB

Together with the process overhead, the recommended heap size is 16GB