SQLcl

  • Oracle SQLcl Part 2

    Using SQLcl DDL command to fetch DDL for Database Objects.…. In part one of my post about SQLcl I voiced my opinion that SQLcl is a powerful command-line tool that brings a wide range of capabilities to both DBA’s and Developers. This second part dives into one of those capabilities that will be appreciated by…

  • Oracle SQLcl Part 1

    Supercharging Data Movement with SQLcl’s LOAD and UNLOAD….. As many of you SQLcl users probably already know, it is a very powerful command line tool putting very useful and time-saving tools right at your fingertips. It has many advantages over SQL*Plus. It is built on Java, which gives it capabilities SQL*Plus could never have. With SQLcl,…