SHOW ENCRYPT ON
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
SHOW ENCRYPT ON
The SHOW ENCRYPT statement provides
encryption policy information on the primary database. It can be
used only by security administrators or DBAs.
Syntax
|
When run, the statement returns a result set with eight columns:
- Database object type (
AREA,TABLE,INDEX,LOB) - Database object name
- Object's 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
Notes
- 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 onSHOW ENCRYPTshow encryption information only for Type II area database objects.