DBA Data[Home] [Help]

SYS.DBMS_CLUSTDB SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 15

      SELECT null INTO g_null FROM obj$ o, user$ u
         WHERE o.owner#=u.user# AND u.name = 'PUBLIC'
               AND o.name='GV$GES_STATISTICS';
Line: 19

      SELECT value INTO option_val FROM v$option
         WHERE parameter = 'Real Application Clusters';
Line: 25

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