View encryption policy with the SHOW ENCRYPT statement
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The SHOW ENCRYPT statement provides encryption policy information on the
primary database. It can be used only by security administrators or DBAs. It uses the
following syntax:
|
When run, the statement returns a result set with eight columns:
- Database object type (
AREA,TABLE,INDEX,LOB) - Database object name
- Objects table name (blank for area)
- Database object name (blank for area)
- Database object identification
- Object policy state (
CURRENTorPREVIOUS) - Object policy cipher name
- Object policy version number
Only active policies are returned by the statement. The only option which shows Type I area
encryption information is the SQL statement SHOW ENCRYPTION ON ALL. Other
options on SHOW ENCRYPT show encryption information only for Type II area
database objects.