Skip to content

Latest commit

 

History

History
executable file
·
39 lines (26 loc) · 855 Bytes

README.md

File metadata and controls

executable file
·
39 lines (26 loc) · 855 Bytes

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