Oracle SQL Developer

Introduction

In computing, Oracle SQL Developer is an integrated development environment (IDE) for working with SQL in Oracle databases. Oracle Corporation provides this product free; it uses the Java Development Kit.

Usage

Compute Systems Invocation Version(s)
Red Hat Linux (64-bit) % /util/bin/sqldeveloper

or

% sh /util/sqldeveloper/sqldeveloper.sh
4.1.1.19.59 (default)

Notes

  1. CSE database students: follow the instructions on the Academic Oracle Service (AOS) page.
  2. The first time you run sqldeveloper, it will ask you this Java configuration question. The answer is below.
    
    Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /home/groupname/username/.sqldeveloper/4.1.0/product.conf
    /util/java/latest
    
    

People

  1. Aidong Zhang, instructor.

References

  1. http://en.wikipedia.org/wiki/Oracle_SQL_Developer
  2. http://www.oracle.com/technetwork/developer-tools/sql-developer/overview...
  3. http://wings.buffalo.edu/computing/documentation/unix/oracle.html