Use the Data Source Connector Example

To assist developers who are unfamiliar with the configuration of a working data source connector deployment, a sample has been included in the Oracle Policy Automation packages for both Java and .NET

  1. Copy the directory containing the supplied example “examples/data-source-connector” from the Oracle Policy Automation package to another location prior to running this example.
  2. Open a command prompt or console window and make “bin” the active working directory.
  3. Depending on the platform you are using, execute the following command:

    For Java:
    run ../conf/configuration.xml

    For .NET:
    DataSourceConnector ../conf/conflguration.xml

  4. The data source connector will execute the specified configuration, loading the input data from the “data” directory and generating the results in the “output” directory. Various status messages will be displayed while this processing occurs. The processing is completed when the elapsed time is reported.
  5. Switch to the “output” directory and view the resulting CSV files.