<<Back to DB Administration Main Page ORA-00093: pga_aggregate_limit must be between 10240M and 100000G SQL> startup ORA-00093: pga_aggregate_limit must be between 10240M and 100000G ORA-01078: failure in processing system parameters SQL> Disconnected Cause: pga_aggregate_limit is less than double of pga_aggregate_target. Starting from oracle 18c pga_aggregate_limit must be twice or more than twice than pga_aggregate_target Solution: set pga_aggregate_limit twice or more the value of pga_aggregate_target. example SQL> show parameter pga NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ pga_aggregate_limit ...
A Blog to share interesting Database Facts and Experience.