Search notes:

SQL Developer installation directory: sqldeveloper/bin/sdcli

sdcli seems to stand for SQL Developer Command Line Interface.

Available features

./sdcli help lists the following features:
cart Database Cart Batch Tasks
dba Basic Batch DBA Tasks
format Format Task Apparently, this is meant to format the text of SQL Statements
migration Database Migration Tasks
reports Basic Batch Reporting Tasks
unittest Unit Testing Batch Tasks
utility Utility Import Task

format

Format an SQL statement:
sdcli format input=$home/all-figures.sql output=$home/all-figures-formatted.sql

Index