Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PGA Memory Use

Eric K.Oct 26 2021

Hallo,
My environment is Oracle 12.2 on windows 10.
My database has been running properly for over a year but suddenly, its having performance problems because of running out of memory. I have read in some articles that running;

alter system set pga_aggregate_limit = 0; 

will reset the pga to pre-12c levels. I have done this and it doesn't seem to help. I cant even run a simple procedure or even a simple function that selects a single record. They all end up with
ORA-04030: out of process memory when trying to allocate 8216 bytes (PLS PGA hp,PL/SQL STACK)
I have tried to debug this issue for the last three days but nothing seems to work. I have run out of ideas on how to resolve this issue.
Any help is appreciated.
Eric.

This post has been answered by Mohamed Houri on Oct 26 2021
Jump to Answer

Comments

APEX4EBS
Answer

Check : apex_web_service.g_status_code
This will give you the status code. Use the number to help determine the issue.

Marked as Answer by MehabubRSheikh · Nov 12 2020
MehabubRSheikh

Thanks for the guidance. I was getting return status 400 and I could figure out the mistake. I corrected it and now it is working as expected.
Thanks for your help.

Mehabub

1 - 2

Post Details

Added on Oct 26 2021
5 comments
762 views