ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Utility enabling the addition, deletion and maintenance of certificates in the database.
This package uses subprograms to add and delete X.509 certificates which are used for blockchain table signature verification by the current user.
A typical use case is to attach a digital signature to a row in a blockchain table and be able to verify the digital signature later.
A certificate used to sign one or more rows in blockchain tables and which has since expired should remain in the database until all those rows have been deleted from the blockchain tables.
dbms_user_certs.add_certificate_repl(
x509_cert IN BLOB,
cert_id IN RAW,
cert_guid IN VARCHAR2,
username IN VARCHAR2);
PRAGMA SUPPLEMENTAL_LOG_DATA(add_certificate_repl, NONE);