568数据 568数据


Oracle 视图 DBA_TSDP_POLICY_FEATURE 官方解释,作用,如何使用详细说明

网络编程 Oracle 视图 DBA_TSDP_POLICY_FEATURE 官方解释,作用,如何使用详细说明 10-18

本站中文解释

Oracle视图DBA_TSDP_POLICY_FEATURE用于显示数据库安全性策略的功能信息,包括名称、描述、状态和控制选项。用户可以使用该视图来查看系统可用的安全策略功能,以了解可以使用何种安全策略和控制。通常,用户可以根据名称和描述选择出一组数据库安全功能,然后将其进行配置以适应特定的安全要求。

官方英文解释

DBA_TSDP_POLICY_FEATURE shows the Transparent Sensitive Data Protection policy security feature mapping for all the TSDP policies in the database.

At this time, only Oracle Data Redaction is supported.

ColumnDatatypeNULLDescription

POLICY_NAME

VARCHAR2(128)

The name of the Transparent Sensitive Data Protection policy

SECURITY_FEATURE

VARCHAR2(12)

The Oracle security feature with which the Transparent Sensitive Data Protection policy is associated

See Also:

Oracle Database Security
Guide
for more information about using Transparent Sensitive Data Protection


编辑:568数据

标签:功能,用户可以,视图,安全策略,名称