Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Custom query conditions in db adapter

2694603Aug 15 2014 — edited Feb 26 2020

Hello,

How to execute custom query in bpel db adapter?

For example :

1. select * from employee where status = 'N' and address is not null

2. select * from empoyee where substatus = 'Y' and phone is null

after where keyword - query part is dynamic, parameter combinations and count is unlimited ( depends on business logic ). It is not possible to implement each condition parameter as parameter in db adapter configuration.

Db adatper query has to be something like  : select * from employee where #condition# , but #condtion# need to be interpretated as condition not string with quotes..

best Regards,

Uldis

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 17 2014
Added on Aug 15 2014
2 comments
1,150 views