DBA Data[Home] [Help]

SYS.DBMS_CLUSTDB dependencies on REGISTRY$

Line 25: update registry$ set status = 9 where cid='RAC';

21: -- check if RAC option has been linked in
22: IF option_val = 'TRUE' THEN
23: dbms_registry.valid('RAC');
24: ELSE
25: update registry$ set status = 9 where cid='RAC';
26: commit;
27: END IF;
28: EXCEPTION
29: WHEN NO_DATA_FOUND THEN