From the course: Learning Oracle Database 12c

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Query and development tools

Query and development tools

- [Instructor] Oracle has a tool to fit every job. No need to use a screwdriver as a chisel or a sledgehammer as a fly swatter. I'll be presenting a high level introduction of the capabilities of four of Oracle's free database tools, SQL Plus, Oracle SQL Developer, Oracle Data Modeler, which we've looked at in other videos, and SQL Command Line SQLcl. Starting with the oldest, but still useful command line tool SQL Plus. You'll need to use it a least for your initial database installation and it'll always be there. Oracle SQL Developer gives you the end to end DBA and development platform and Oracle Data Modeler integrates nicely. Last, but not least, and the newest edition to the Oracle tool set is SQL Command Line SQLcl, which gives you a blend of SQL Plus and SQL Developer. Let's take a look at each of these tools in a Linux environment. First, I'm going to check to see what database instances are available on this…

Contents