From the course: Learning Oracle Database 19c
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
SQL Developer GUI - Oracle Database Tutorial
From the course: Learning Oracle Database 19c
SQL Developer GUI
- [Instructor] Let's install and configure Oracle SQL Developer. SQL Developer is the primary tool you'll use for querying and updating the database, creating reports and developing applications. I'm going to log in as the Oracle user and start the setup. Although SQL CL is already installed along with Oracle Database, SQL Developer is not. And I'll also install the latest Java package. Let's review the Linux RPM files I downloaded for SQL Developer. I'll use the ls command and look at the directory where all the installer files are. There's the Java package, it starts with jdk and there's the SQL Developer package that we're going to install. I'll switch to the root session to install both of those packages. I'll use the rpm command, with --install. First, I'll install the Java JDK which only takes a few moments. Next, is the SQL Developer package. I'll use command recall and I'll use a wildcard to install the SQL Developer package. After a couple of minutes, the installations will…