[Home] [Help]
[Dependency Information]
Object Name: | WF_DIG_CERTS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
digital certificates table
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SYS_IL0000241109C00001$$ | LOB | UNIQUE |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CERT | CLOB | (4000) | Yes | certificate data |
CERT_ID | NUMBER | Yes | certificate ID | |
CERT_TYPE | VARCHAR2 | (30) | Yes | type of certificate |
PARENT_CERT_ID | NUMBER | pointer to parent certificate | ||
OWNER_ID | VARCHAR2 | (320) | id of entity associated | |
OWNER_DOMAIN | VARCHAR2 | (20) | type of entity associated with certificate | |
VALID | VARCHAR2 | (1) | Yes | valid flag |
SOT_FLAG | VARCHAR2 | (1) | Yes | source of truth flag |
INTERMEDIATE_FLAG | VARCHAR2 | (1) | Yes | intermediate flag |
FINGERPRINT | VARCHAR2 | (64) | fingerprint of certificate | |
EXPIRE | DATE | expire date | ||
SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment | |
SUBJECTDN | VARCHAR2 | (1024) | The subject name of the certificate |
Cut, paste (and edit) the following text to query this object:
SELECT CERT
, CERT_ID
, CERT_TYPE
, PARENT_CERT_ID
, OWNER_ID
, OWNER_DOMAIN
, VALID
, SOT_FLAG
, INTERMEDIATE_FLAG
, FINGERPRINT
, EXPIRE
, SECURITY_GROUP_ID
, SUBJECTDN
FROM APPLSYS.WF_DIG_CERTS;
APPLSYS.WF_DIG_CERTS does not reference any database object
APPLSYS.WF_DIG_CERTS is referenced by following:
|
|
|