Database Memory & 4030/4031 (MOSC)

MOSC Banner

11.2.0.4 on Linux: ORA-4030 when working with large PL/SQL-Collections

edited Aug 2, 2016 2:20PM in Database Memory & 4030/4031 (MOSC) 4 commentsAnswered ✓

Hi all,

we work with Oracle 11.2.0.4 on RH-Linux  and on Windows.

Some of our PL/SQL Code uses big collections to transform data.

This Example shows the problem we have:

- 1 DB on RHEL, 1 on Windows

- on both DBs pga_aggregate_target=8G and sga_target=40G

- while running demo-code i monitor process-memory with

SELECT

  p.PROGRAM || ' [' || P.USERNAME || '] [' || (SELECT s.sid || '-' || s.serial# || '-' || nvl(s.username, 'N/A') FROM v$session s WHERE s.PADDR=p.ADDR) || ']' AS PROCESS,

  P.PGA_USED_MEM,

  P.PGA_ALLOC_MEM,

  P.PGA_FREEABLE_MEM,

  P.PGA_MAX_MEM

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