Starting 18c,
pga_aggregate_limit setting has also been made dependent on PROCESSES
initialization parameter. You might face ORA-00093 during startup of instance
if value of pga_aggregate_limit is below the required value. For my 19c instance
I faced same issue as follows.
SQL> startup nomount ORA-00093: pga_aggregate_limit must be between 45000M and 100000G ORA-01078: failure in processing system parameters SQL> |