This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
SQLDaily
sqldaily.bsky.social
did:plc:blmnab373idbogizdn742doc
Create blockchain tables in Oracle Database with
CREATE BLOCKCHAIN TABLE ... ( ... )
NO DROP UNTIL n DAYS IDLE
NO DELETE UNTIL n DAYS AFTER INSERT
HASHING USING SHA2_512 VERSION "v1"
These
Allow INSERT
Disallow UPDATE
Disallow DELETE/DROP until you wait N days as defined
2025-09-25T11:02:14.853Z