Longops is a great way to monitor things that take some time to do work. There's an easy example of using longops on oracle-base here....
[Read More]
Putting SQL in the corner with Javascript in SQLCL
Here's a pretty small javascript file that allows for running sql in the background of your current sqlcl session. This is a trivial example of...
[Read More]
Tuning SQL with Javascript in SQLCL
In case anyone missed it, #sqlcl has the ability to run javascript. This opens a lot of options. Here's a simple example that shows how...
[Read More]
Carbonated SQLCL - aka SODA support
Oracle Database 12.1.0.2 introduced JSON support. This is supported in REST Data Services already and now in the latest SQLCL. This means ORDS...
[Read More]
SQLCL - Blob loading ALL the files
The github repo for all the things the DB Tools team does will be posted here https://github.com/oracle/Oracle_DB_Tools This will include sqlcl , sqldev, modeler, ords...
[Read More]