cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy to jdbc

Former Member
0 Kudos

Hello,

If I need to post same message of proxy to multiple databases. Is it possible within one interface ?

different tables exist on different databases.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193386
Active Contributor
0 Kudos

Shure

You just need made the interfaces for each table and use in the mapping, multiple mappings in the second folder.

prateek
Active Contributor
0 Kudos

Yes it is possible. At the receiver side, you may have multiple "Statement" tags each with different tablename.

Regards,

Prateek

Former Member
0 Kudos

I researched on forums, and came across interesting thing: proxy could send all data to a stored procedure and stored procedure could handle to push data to multiple database/tables. This way any schemea changes on tables does not need to have a ripple effect on PI.

is my understanding correct?

I understand a stored procedure wil need to be developed in this case.

Are there any blogs which show a proxy to jdb /stored procdure scenario?

Thanks

prateek
Active Contributor
0 Kudos

Yes, the understanding is correct. Using one stored procedure is an option for you. Ask your database team if they are ready to develop the SP. There won't be any direct blog. Instead search separate blogs about SP and client proxy.

Regards,

Prateek

Former Member
0 Kudos

Hi,

i tried looking for a insert into stored procedure blog , i see posts but no blog as such...