Oracle REST Data Services and Docker

TL;DR1) check out https://github.com/krisrice/docker-ords-sqlcl-apex2) Download ORDS , SQLcl; optionally APEX3) Build w/DB connection detailsdocker build -t krisrice/ords:3.0.10 --build-arg DBHOST=192.168.3.119 --build-arg DBSERVICE=orcl --build-arg DBPORT=1521 --build-arg DBPASSWD=oracle .4)... [Read More]

DB Auditing and ORDS

There seems to be some confusion around how ORDS works with it's connection pooling yet running the REST call as the specified schema.The connection poolConsider... [Read More]

SQLcl custom Input prompt and validations

Another quick twitter inspired blog post inspired by the SQLcl account itself.Asked and answered: Do you support the ACCEPT command? YES. pic.twitter.com/NchmQ6Eegs— SQLcl (@oraclesqlcl) November... [Read More]
Tags: sqlcl