2.116 ALL_CERTIFICATES
ALL_CERTIFICATES displays the certificates accessible to the current user which are used for signature verification for blockchain tables.
               
Related Views
- DBA_CERTIFICATESdisplays all certificates in the database which are used for signature verification for blockchain tables.
- 
                        USER_CERTIFICATESdisplays the certificates added by the current user which are used for signature verification for blockchain tables. This view does not display theUSER_NAMEcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | ID for the certificate | 
| 
 | 
 | 
 | User who added the certificate | 
| 
 | 
 | 
 | Uniquely identifies the entity that owns the certificate | 
| 
 | 
 | 
 | Contents of the certificate | 
Note:
This view is available starting with Oracle Database 19c, Release Update 19.10.
See Also: