SQL Developer Concepts and Usage |
Oracle SQL Developer (formerly code-named Project Raptor) is a graphical version of SQL*Plus that gives database developers a convenient way to perform basic tasks. You can browse, create, edit, and delete (drop) database objects; run SQL statements and scripts; edit and debug PL/SQL code; manipulate and export data; and view and create reports.
You can connect to any target Oracle database schema using standard Oracle database authentication. Once connected, you can perform operations on objects in the database.
See the Related Topics to learn about key features of SQL Developer.
|
Tip: You can download the online help as a single PDF file from:http://www.oracle.com/technology/products/database/sql_developer/pdf/online_help.pdf |
Related Topics
Running and Debugging Functions and Procedures
Using Snippets to Insert Code Fragments