Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Data Adaptor - Sample Code (DerbyDataAdaptor)

Hello,
I'm trying to create a data adaptor to access information from a database using the following guide : Data Adaptor - Sample Code (DerbyDataAdaptor)
This link provides references to various code samples, in the following location: examples/interview-engine/data-adaptor
I'm unable to find this location anywhere!!
I've already tried looking in file:///C:/Program%20Files%20%28x86%29/Oracle/Policy%20Modeling/examples/.
The document Data Adaptor - Sample Code (DerbyDataAdaptor) mentions:
To view the source code for the DerbyDataAdaptor sample, refer to examples/interview-engine/data-adaptor in the Java runtime zip file.
I don't know where this Java runtime zip file is.
Please help?!'
Much thanks.
Best Answer
-
The example rulebase projects are in the OPM download. However, the examples for technical topics (like this) are in the runtime downloads.
On the OPA Downloads page (http://www.oracle.com/technetwork/apps-tech/policy-automation/downloads/index.html) have a look in 'Oracle Policy Automation runtime components for Java'.
Cheers,
Jasmine
Answers
-
The example rulebase projects are in the OPM download. However, the examples for technical topics (like this) are in the runtime downloads.
On the OPA Downloads page (http://www.oracle.com/technetwork/apps-tech/policy-automation/downloads/index.html) have a look in 'Oracle Policy Automation runtime components for Java'.
Cheers,
Jasmine
-
Hi Jasmine,
Thanks for the reply. I found the example code in the zip file.
I use OPM and have created several projects with it. However, this is the first time I downloaded the OPA Runtime Components for Java.
Could you explain to me what it is used for primarily?
Thanks a lot!
-
Oracle Policy Modeling is designed to be used by functional users who are not programmers, e.g. business analysts, policy analysts, subject matter experts. Therefore the examples which come with OPM (i.e. example rule projects) are examples for functional folks.
Anything requiring customisation and code is for the technical folks. The technical examples are in the runtime components downloads as they aren't relevant to business users.
-
Hi Jasmine,
Thank you for the prompt reply.
I was able to successfully implement this plugin and I've also understood the differences between the OPM & it's runtime components for Java.Wouldn't have been possible without your help!
Best regards,
Sneha