AskTom's print_table - SQLCL version
There was an idea logged over on community.oracle.com to add AskTom style print_table to sqlcl. Here's how easy it is now that there's scripting in sqlcl. This is a simple js file that loops over the...
View ArticleSQLCL - 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 , and who knows what other things...
View ArticleCarbonated 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 can serve up the access to client applications and...
View ArticleTuning 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 to using javascript. Open a new Database Connection Collect...
View ArticlePutting 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 a sql script that has a sleep in it to simulate...
View Article