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!

Database Adapter is always inserting null to table

630354Feb 5 2010 — edited Feb 27 2020
I have cretaed a simple BPEL process to read data from a file and insert data into a table through PL/SQL API.

For calling PL/SQL API, I used Database adapter.

This process has a file adapter to read file, a recieve activity to get data from file adapter, a database adapter to call PL/SQL API to insert data, an invoke activity to call database adapter and a transfor activity to transform a data between recieve and invoke activity.

I can see the data in ivoke message.

The process succeeds but it always inserts null to the database table.

I have also tried using Oracle Applications Adapter but no luck. If I use direct insert into table without API, then it works fine.

Any help is appreciated.

Thanks
Ranajit
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 8 2010
Added on Feb 5 2010
11 comments
1,850 views