From the course: Oracle Database 19c: Basic SQL

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

SQLcl

SQLcl

From the course: Oracle Database 19c: Basic SQL

Start my 1-month free trial

SQLcl

- [Instructor] The original SQL Plus command line tool has been around for decades. But now a new command line tool, Oracle SQLcl is available and is automatically included with a server side installation of Oracle Database 19c. Of course, you can install just SQLcl on your client machines such as a PC or laptop. I'll give a brief overview of the advantages of SQLcl, its requirements and the features you can't live without if you don't have access to a GUI environment for Oracle's SQL Developer. Or you need to script a batch job that SQLcl will run for you, in any of your favorite scheduler applications. Here are the requirements for SQLcl, you need to be running Java version eight or higher, either the Java Runtime Environment, JRE, or it will also work if you have the Java Developer Kit installed, JDK. It's trivial to install, put it anywhere on your local disk drive, and for convenience, you can put the location in your path variable, but that's not required. If you have installed…

Contents