A while ago we needed to stress a system by using the APEX Brookstrut demo application. The obvious choice for this was Jmeter. How to...
[Read More]
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]
How to add an NCSA style Access Log to ORDS Standalone
What ORDS Standalone is ORDS Standalone webserver which is Eclipse Jetty, https://eclipse.org/jetty/ . For the standalone, ORDS sends output to STDOUT, it runs on the...
[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]