2.2.17 Ensure 'SQL92_SECURITY' Is Set to 'TRUE'

Information

The default value FALSE of the parameter sql92_security is secure out-of-the-box. Several security guides recommend the unsecure setting TRUE. This unsecure setting TRUE allows users which need only UPDATE/DELETE privileges to select data directly instead of guessing it.

Solution

To remediate this setting execute the following SQL statement. ALTER SYSTEM SET SQL92_SECURITY = TRUE SCOPE = SPFILE;

See Also

https://workbench.cisecurity.org/files/601