2.2 Checking the MEMORY_TARGET of the Target Database
Oracle Application Express requires the system global area (SGA) and program global area (PGA) to be at least 300 MB.
Databases typically use automatic memory management, where the memory can be controlled by the server parameter MEMORY_TARGET
. If your database does not use automatic memory management, consult the Oracle Database Administrator's Guide to find out how to configure manual memory parameters (for example, SGA_TARGET
, PGA_AGGREGATE_TARGET
, SHARED_POOL_SIZE
) instead, for a similar result.
To check the MEMORY_TARGET
of the target database:
See Also:
Parent topic: Oracle Application Express Installation Requirements