FUN_BC_CONNECTIONS

This table stores blockchain connection information.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FUN_BC_CONNECTIONS_PK

CONNECTION_ID

Columns

Name Datatype Length Precision Not-null Comments
CONNECTION_ID NUMBER 18 Yes Identifier of the connection and it is the primary key.
CONNECTION_NAME VARCHAR2 200 Yes Name of the connection and it should be unique for each application
CONNECTION_DESCRIPTION VARCHAR2 500 The description of the connection.
CONNECTION_TYPE_ID NUMBER 18 Yes Identifier of the connection type.
ENDPOINT_URL VARCHAR2 500 Yes The endpoint url of the connection.
ALTERNATIVE_ENDPOINT_URL VARCHAR2 500 The alternative endpoint url of the connection.
USER_NAME VARCHAR2 64 The user name to trigger the blockchain service.
USER_KEY VARCHAR2 200 The key of the user name, the user's password which is encrypted and stored in weblogic sever can be decrypted with this key.
IDENTITY_SERVICE_URL VARCHAR2 500 The REST server portion of the Oracle Identity Cloud Service Instance URL.
CLIENT_ID VARCHAR2 200 The client ID of the application in Oracle Blockchain service. The client ID can be copied from the console of Oracle Blockchain service and will be used to fetch access token.
CLIENT_SECRET VARCHAR2 200 The client secret of the application in Oracle Blockchain service.The client secret can be copied from the console of Oracle Blockchain service and will be used to fetch access token.
PRIMARY_AUDIENCE_URL VARCHAR2 500 The primary audience URL of the application in Oracle Blockchain service.
ALLOWED_SCOPE_CODE VARCHAR2 30 The 1PaaS permission scope of the application in Oracle Blockchain service.
ACCESS_TOKEN VARCHAR2 20 The access token fetched from Oracle Identity Cloud Service will be used during triggering blockchain service.
REFRESH_TOKEN VARCHAR2 500 This refresh token fetched from Oracle Identity Cloud Service will be used to refresh the access token.
ACTIVE_FLAG VARCHAR2 1 Yes Indicates whether the connection is used in the related application.
CHANNEL_NAME VARCHAR2 200 Channel name configured in blockchain network.
CHAINCODE_NAME VARCHAR2 200 Chaincode name deployed under the channel.
CHAINCODE_VERSION VARCHAR2 30 Chaincode version of the deployed chaincode.
APPLICATION_ID NUMBER 18 Yes Unique application identification number.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE21 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE22 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE23 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE24 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE25 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE26 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE27 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE28 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE29 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE30 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
FUN_BC_CONNECTIONS fun_bc_connection_types CONNECTION_TYPE_ID
FUN_BC_CONNECTIONS fun_bc_applications APPLICATION_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_BC_CONNECTIONS_U1 Unique Default CONNECTION_ID