2.100 DBFIPS_140
DBFIPS_140 enables Transparent Data Encryption (TDE) and DBMS_CRYPTO PL/SQL package program units to run in a mode compliant to the Federal Information Processing Standard (subsequently known as "FIPS mode").
               
| Property | Description | 
|---|---|
| Parameter type | Boolean | 
| Default value | 
 | 
| Modifiable | No | 
| Modifiable in a PDB | No | 
| Range of values | 
 | 
| Basic | No | 
| Oracle RAC | All instances must use the same value. | 
Values:
- 
                        
                        TRUESet this parameter to TRUEto use TDE andDBMS_CRYPTOin FIPS mode. This means that only FIPS-compliant algorithms may be used.This method of configuring FIPS mode is considered a legacy configuration, but it is still supported. Oracle recommends that you instead use the consolidated FIPS_140parameter in thefips.orafile. See Oracle Database Security Guide for more information.
- 
                        
                        FALSEWhen this parameter is set to FALSE, all algorithms (FIPS-compliant or not) may be used. This is the default.
See Also:
Oracle Database Security
                                        Guide for a table that describes the
                    effect of setting the value of DBFIPS_140 to
                        TRUE or FALSE on different platforms