How to register a program to swtich RAC nodes if it fails?
I have several legacy programs (bash scripts, python, c, and Java programs) that are critical, but temperamental. They are designed so that only one instance of each program can run at a time (actually, they lack the design to be run in parallel). This also means on only one node at a time because they manipulate data files on a shared system. They currently run on 1 node of a multi-node RAC system. I would like to register the programs so that they will be launched on a different node if they die or are killed. I’m sure I can