Information
The setting SHADOW_CORE_DUMP determines whether SGA is included in the core dump for foreground(client) processes.
The non-default value of full presents a security concern due to the potential for inclusion of sensitive data in the dump file, even when TDE-tablespace is in use.
Solution
To remediate this recommendation, execute the following SQL statement.
ALTER SYSTEM SET SHADOW_CORE_DUMP='partial' SCOPE=BOTH;
Or
ALTER SYSTEM SET SHADOW_CORE_DUMP='none' SCOPE=BOTH;