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!

File Adapter

661614Sep 24 2008 — edited Oct 3 2008
Hi ,

I have to write a BPEL process where user provide an EIn as input .
That BPEL process read a txt file ( where EIN and Name field exist ) through File Adapter .

Now the BPEl process check the user provide EIN with File content .

If the user provide EIN match with File content EIN then the Name of regading EIN will display as output , otherwise
it will show " No Data Exist " .

Please help me regarding this as early as possible .

Comments

BluShadow
Maybe a quick search on the internet has the answer...

http://dba.ipbhost.com/index.php?showtopic=8736
21205
Answer
It's probably a problem with your tool. Assuming you're on Oracle 11gR1, run the script in SQL*Plus and it will work.
Marked as Answer by 663394 · Sep 27 2020
SomeoneElse
The CONTINUE statement is a new feature of 11g.

You didn't tell us what version you are using.
663394
Thanks I actaully stumbled on that site after posting the question.Any way as 'someone else' pointed continue is not supported in my version (10 g). Thanks a lot everyone for your time.
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 31 2008
Added on Sep 24 2008
10 comments
685 views