send an 80MB document by consuming a WS
We are trying to send an 80MB document by consuming a WS from DB (Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production) and presents us with the following message:
ORA-00604 ERROR occurred at recursive SQL level 1
ORA-00039 ERROR during periodic action
ORA-04036 PGA memory used by instance exceeds PGA_AGGREGATE_LMIT
According to the ORACLE documentation (https://oracle-base.com/articles/12c/pga_aggregate_limit_12cR1) it should be change a parameter in the DB, my question is: can you increase this parameter only for one user?
--------------------------------------------------------------------------------------------------------------
Estamos intentando enviar un documento de 80 MB al consumir un WS desde la DB (Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production) y nos presenta el siguiente mensaje: