Tables vs Views using a DB-Adapter
I'm creating a SOA App where the BPEL process creates an XML file from a DB View. I keep getting the error: "JCA Binding Failed ORA-24777: use of non-migratable database link not allowed".
I only get this error when working with DB Views, but my specs say to use Views. Do you think I should change the View into a Table?
Thank you.
Darryl