PROUTIL EPOLICY VIEW qualifier
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
PROUTIL EPOLICY VIEW qualifier
Views the encryption policies for the specified database object, or the autostart or key store status.
Syntax
|
Parameters
- db-name
- Name of the database.
- area area-name
- Specifies to view the policies of the area-name area. You must specify a Type I area to view; you cannot view policies for a Type II area. Leave the parameter blank to view a summary of all Type I areas that have encryption specified.
- index index-name
- Specifies to view the policies of the index-name index. Leave the parameter blank to view a summary of all indexes that have encryption specified.
- lob lob-name
- Specifies to view the policies of the lob-name lob. Leave the parameter blank to view a summary of all lobs that have encryption specified.
- table table-name
- Specifies to view the policies of the table-name table. Leave the parameter blank to view a summary of all tables that have encryption specified.
- keystore
- Specifies to view the key store settings.
- autostart
- Specifies to view the current autostart settings.
- dbpolicy
- Specifies to view the database master key's security policy.
- all
- Specifies to view all information displayed by the
area,index,lob,table, anddbpolicyparameters. It also displays any AI and BI encryption policies. -
-useriduserid-passwordpassword - Specifies the userid and password of an authenticated Database Administrator.
When you specify a database object (area, index, table, lob) EPOLICY VIEW reports on the encryption policy status of the object, including the current and previous policies (if it exists).
When you specify the key store, EPOLICY VIEW reports on the state of the key store, including: key store version, key store creation date, key store update date, account status, and information about the database master key.
When you specify autostart, EPOLICY VIEW reports on the current autostart setting.
EPOLICY VIEW requires Database Administrator and key store administrator privileges.
An example of EPOLICY VIEW output for various parameters follows:
|