2.3.2 Ensure 'SHADOW_CORE_DUMP' Is Not Set To 'Full'

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

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;

See Also

https://workbench.cisecurity.org/benchmarks/16474