resizing SGA_TARGET or any other auto-tuned components in Oracle DB 12.1 hungs up
I tried to increase sga_target and/or large_pool_size in our 12.1 database as SYS and SYSTEM, but somehow it is stuck in inserting to the audit table and the only message in the trace file is:
AUTO SGA: togle stuck 10000
*** 2021-08-10 13:53:50.471
AUTO SGA: togle stuck 20000
*** 2021-08-10 13:55:41.012
AUTO SGA: togle stuck 30000
*** 2021-08-10 13:57:31.331
AUTO SGA: togle stuck 40000
*** 2021-08-10 13:59:22.174
AUTO SGA: togle stuck 50000
*** 2021-08-10 14:01:13.760
AUTO SGA: togle stuck 60000
parameters:
audit_sys_operations = FALSE
audit_syslog_level = null
audit_trail = NONE
sga_max = 10G
sga_target = 8G
I cannot find anything related to my issue. Could someone please enlighten me.