Hi Arun,
Try copy the Oracle driver in the directory {jbpm-installer}/db/driver, and set exactly the same name in the {jbpm-installer}/build.properties.
# Wilman
# define the jar file to conecction bd
driver.connection=oraclexxxxxx.jar
# define name file DataSource
file.datasource=jbpmDS-ds.xml
Wilman