Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Patch 6678700 : Rel 11i to 12.1.1 Upgrade : Script ocmupgcf.sql performance issue

edited Feb 12, 2013 12:49AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered ✓
(Thread created by Oracle Support on behalf of Customer)
Hi there

We are in the process of test-applying the upgrade from Rel 11i to 12.1.1 (Patch #6678700)
but are finding that script 'ocmupgcf.sql' is taking a long time.

The script basically consists of two update statements, each of which is taking 1.5 hours
to complete :

      UPDATE ar_cmgt_cf_dtls
      SET case_folder_detail_id = ar_cmgt_cf_dtls_s.nextval
      WHERE case_folder_detail_id IS NULL;

      COMMIT;

      UPDATE ar_cmgt_cf_dtls
      SET     sequence_number = 1
      where  sequence_number IS NULL;

      COMMIT;

We can see that both columns are new and therefore empty on every row in the table.
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center