/oracle-blockchain

Example of a basic blockchain within the Oracle Database

Primary LanguagePLSQLMIT LicenseMIT

Blockchain with Oracle and APEX

Read more about it in this blog post

Installation

  1. table
@src/01_blockchain_table.sql
  1. sequence
@src/02_blockchain_sequence.sql
  1. trigger
@src/03_blockchain_trigger.sql
  1. package
grant execute on sys.dbms_crypto to blockchain_schema;
@src/blockchain_pkg.pks
@src/blockchain_pkg.pkb

OR

just import apex/f115_blockchain_demo.sql into your APEX workspace. This will install all database objects into your parsing schema.

License

MIT License