Have created a simple rule name JavaBatch which has two attributes :
A,b both are number

Below are the rules created in excel
|
[p1] bb
|
|
[50] 50
|
[p2 > 10] aa > 10
|
|
[uncertain] uncertain
|
otherwise
|
Have located the javaBatch.zip folder in D:\OPA\V44805-01\examples\rulebases\compiled
below is the config.xml file
<configuration>
<options>
<base>global</base>
<rulebase>../../rulebases/compiled/JavaBatch.zip</rulebase>
<database>
<url>jdbc:oracle:thin:AppDB/AppDB@172.19.8.159:1521:OIM</url>
<driver>oracle.jdbc.OracleDriver</driver>
<driversrc>.\lib\ojdbc5.jar</driversrc>
</database>
<output type="db" />
</options>
<mappings>
\<mapping entity="global" table="TestB" primary-key="A">
\<attribute name="A" field="A" />
\<attribute name="b" field="B" output="true"/>
\</mapping>
\</mappings>
</configuration>
database table are:

and also placed config.xml file in D:\OPA\V44805-01\examples\determinations-batch\AA
run the batch command in D:\OPA\V44805-01\examples\determinations-batch\AA as below

is there any kind of configuration setting -Please suggest me to solve issue .