Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 

A lot of factors can affect the performance of an upgrade, like the table contents, DB size, tp and R3trans versions and so on.

The first check is to make sure that the latest versions of tp and R3trans are in use.

There are some phases like PARCONV_UPG, XPRAS_UPG and SHADOW_IMPORT that are phases of high database usage.

These phases perform different actions on the DB so it is important to rule out slow DB accesses to the DB initially.

On the other side, the reason could also be that many very big tables were handled, and therefore the tunning should be more focused on the applications analysis, archiving and other DB-realted tasks.

Make sure to check the following SAP notes, which deal with Oracle peformance:

   Regarding SAP software performance, these are the notes that can be checked in order to pinpoint and solve most of such issues:

Some other points to consider related to upgrade peformance issues:

  1. If the location of the datafiles (upgrade directory) is a local directory or a mounted remote directory. For a remote directory the connection speed to it is important;
  2. Even if the upgrade directory is local, network layer is used and thus network configuration is important. A typical difference between production and test systems can be that production is often high availability and thus can use e.g. virtual hostnames or other methods. Maybe the network setup is then different to non-production systems;
  3. Also hardware issues, e.g. if the database or the upgrade directory are on fast disks and if caches are used are important;
  4. If the database is on the host where SAPup and R3trans run or on a different host might influence the speed but even a local database access uses network layer and thus network configuration for the database host is also an issue.

If you have any other doubt make sure to check the SCN community of Software Logistics (http://scn.sap.com/community/it-management/alm/software-logistics/).

9 Comments