Help Center> Database and Application Migration UGO> FAQs> Evaluation Project> What Should I Do If "ErrorCode=4036" Is Displayed During Evaluation Project Creation?
Updated on 2023-07-25 GMT+08:00

What Should I Do If "ErrorCode=4036" Is Displayed During Evaluation Project Creation?

Symptom

When an evaluation project is being created, Project Status becomes Stopped. After you move the mouse to Stopped, the error message "ErrorCode=4036" is displayed.
Figure 1 Error message

Causes

The value of pga_aggregate_limit is inappropriate and there is an error pga-memory-used-by-the-instance-exceeds-pga-aggregate-limit in the database.

Solution

  1. Log in to the source Oracle database as the oracle user.
  2. Run the following command to query the value of pga_aggregate_limit.

    show parameter pga_aggregate_limit;

  3. Run the following command to change the value of pga_aggregate_limit.

    alter system set pga_aggregate_limit = 0;

  4. Log in to the UGO console, locate the desired project, and click Resume in the Operation column.

Evaluation Project FAQs

more