Sample response file for uninstalling SF Oracle RAC

The following sample response file uninstalls SF Oracle RAC from nodes, sys1 and sys2.

our %CFG;

$CFG{opt}{uninstall}=1;
$CFG{prod}="SFRAC601";
$CFG{systems}=[ qw(sys1 sys2) ];

1;