two RDBMS = two sessionFactories 2009/5/26 Aaron Alexander <[email protected]>
> > I am working on some code that needs to publish (replicate) data > across multiple servers. I will retrieve information from a SQL > Server database. I then need to publish the information to multiple > Oracle databases. The data structure in Oracle is different than in > SQL Server but the data structure is the same across the Oracle > databases. What I'm trying to figure out is how I should manage > acquiring the sessions for each environment. Should I have one > session factory for SQL Server and one for each Oracle environments or > should I just have one for the SQL Server database and one that I can > use for all of the Oracle environments? > > > -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
