How to Use the Oracle SQL Developer Tool - Creating a SQL Query (
Page 4 of 4 )
Selecting from the EMPLOYEES table
Type in Select * from EMPLOYEES in the area with the title Enter SQL Statement. Since there is only one database you may not need choose a database. The active database should be in a drop-down just above the SQL statement window on its right. Then click on the bright green arrow button (pointing to the right). This executes the statement and you can see the results in the bottom window as shown.
You can make changes to the statement and look at the results as shown.
After verifying the results you may look at SQL Output, or use Explain to provide the execute plan for the SQL statement. The Autotrace tab produces the trace information for the statement. DBMS Output produces the DBMS_Output package information. OWA Oracle Web Agent [MOD_PLSQL] is an Apache (Web Server) extension module that enables you to create dynamic web pages from PL/SQL packages and stored procedures.
Summary
Oracle SQL Developer is a convenient standalone user tool for working with Oracle and other databases. This tutorial has only described the bare essentials for using this tool. For connection to other databases the connection information has to be correct. While connecting to the Access 2003 Northwind database an exception was thrown (No Read Access to System tables) although they were verified to have access to the Admin. They appear to be MS Access ODBC driver related for the version used.