Search results

  1. S

    Migration from 10.2B to 11.3

    Hi Guys, I was wondering if any of you could help me out. I have been tasked with finding out key benefits relating to doing an upgrade from 10.2B to 11.3 so that we can persuade some of our clients to upgrade to 11.3 as we need to justify them laying out the cash. Cheers Stuart
  2. S

    Question regarding nested for each

    I have a piece of code for each table1 where table1.company = 1 and table1.deleted = false and table1.cancelled = false and table1.broken = false no-lock: end. Which takes around 5 seconds to run, however when I change it to: for each table1 where table1.company = 1...
Back
Top