When a Firefox update disables a critical plugin (in my case Elastic Fox) then I have to delete the update and reinstall the prior version. Is there a way to know if an update will disable a plugin BEFORE I install the Firefox update?

This happens between major and even minor Firefox changes.

I don't have database access on weekends (look at it as a template)
suppose you
create table help_iot
(bucket number,
id1    varchar2(20),
constraint help_iot_pk primary key (bucket,id1)
organization index;not very sure about the create table syntax above.
declare
  maximal_bucket number := 10000; -- will update few hundred rows at a time if you must update few million rows
  the_sysdate date := sysdate;
begin
  truncate table help_iot;
  insert into help_iot
  select ntile(maximal_bucket) over (order by id1) bucket,id1
    from test_tab
   where id2 = '336015000385349';
  for i in 1 .. maximal_bucket
  loop
    select id1,id2,last_modified
      from test_tab
     where id2 = '336015000385349'
       and id1 in (select id1
                     from help_iot
                    where bucket = i
       for update of last_modified;
    update test_tab
       set last_modified = the_sysdate
     where id2 = '336015000385349'
       and id1 in (select id1
                     from help_iot
                    where bucket = i
    commit;
    dbms_lock.sleep(15);
  end loop;
end;Regards
Etbin
introduced the_sysdate if last_modified must be the same for all updated rows
Edited by: Etbin on 29.11.2009 16:48

Similar Messages

Maybe you are looking for

  • HP Officejet 7680 print issue alignment/ black ink problem

    My printer is playing up again - this time it keeps trying to align, and fails (according to the readout on the screen) . The black ink is also not working at all (trying new cartridge).  I suspect the two issues are connected? When I tried to print

  • Hard To Read, Low Contrast Fonts

    I have a problem: my system is showing me hard to read, low contrast fonts. Here's a screenshot to prove it: As you can see, the fonts are quite greyish instead of black. I tried the freetype2-lcd method as described in the wiki "Fonts" article. Stil

  • Photosmart D5400 not printing

    Every so often, like now, when I go to print a document, I get the following infuriating error message: ""Your file could not be printed due to an error on HP Photosmart D5400 series on Ne01"" It usually happens with an Excel file, and if I copy and

  • General Ledger - System Integrity and Control Check

    Our SAP Business One system receives input from various sources on a daily basis. Therefore we would like to establish a business process to ensure balancing of the books and monitoring of suspense accounts. How do we develop reports to check the fol

  • FRM-92101 when calling forms.

    Hello Everybody!! I'm trying to call a form from another using: web.show_document('http://tierra.cantv.net:7778/forms90/f90servlet?config=webutil&form=ADJUNTAR_ARCHIVO&id_caso=' || :id_caso); inside a push button. My first form (the caller) run fine,