What are the available security options in oracle database 12c security features?
meda Changed status to publish 16/07/2022
To meet fundamental data security requirements (CIA), there are various industry security solutions such as Encryption & decryption, Check summing, strong authentication, Administration(SSO and grouping privileges),PKI and firewalls.
Here below are some of the oracle enterprise edition security options(solutions):
- Advanced security option: Enables data encryption of tablespace and column of a table through transparent data encryption(TDE).Besides that Advanced security option(ASO) also provides strong authentication services to the database and supports Public key infrastructure (PKI),RADIUS, Kerberos, Token & smart cards, Biometrics and so on authentication techniques.
- Label security option: Oracle label security(OLS) controls access to rows of a database table. It is a row level security where labels are assigned to rows of data and users can access the row of data based on the label authentications granted to them.
- Database vault option: Oracle database vault is also an option of oracle database enterprise edition to implement an enterprise security requirements.
- Audit vault
Ezana Answered question 04/04/2022