Posted: Tue Aug 11, 2009 5:38 am Post subject: Dual data source
Partisan
Joined: 19 Aug 2002 Posts: 305 Location: Green Mountains of Vermont
I have been asked to investigate the possibility of using a dual data source (Oracle) to provide a back-up data source in the event that the primary is not functional due to an outage. Essentially this would be to interpet db return codes and determine if the alternate path should be used. I'm wondering if anyone has any ideas on this for an approach? Currently the primary datasource is defined as a property of the bar file with db actions done in a compute node.
Posted: Tue Aug 11, 2009 6:51 am Post subject: Re: Dual data source
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
smeunier wrote:
I have been asked to investigate the possibility of using a dual data source (Oracle) to provide a back-up data source in the event that the primary is not functional due to an outage.
Use a software solution (HACMP or similar) to protect your Oracle db; easier and TCO will be lower.
Failing that, you could capture the exception code on error and use Try/Catch & Filter nodes to redirect the message.
FWIW faced with this scenario I've either a) used HACMP as above or b) held the messages on a backout queue.
There are undoubtably a large number of other possible solutions, many of which could be better. _________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum