Databrid is a browsing, retrieval and manipulation tool designed for the
novice to the expert user. Databrid works on an Oracle Database (versions 8 and above
although not all functionality in the Browser is available for the lower
versions). The core functionality of Databrid revolves around the tabbed
areas within the Databrid application. The four main tabs in the main screen of
Databrid are: SQL Editor, Browser, File and Jobs.
SQL Editor
----------
The SQL Editor tab allows you to write and run SQL and PLSQL. The tab provides the
ability to use one of more syntax highlighting editors with automatic case adjustment
for keywords. Provided with each editor is a table for displaying SQL query results
and a text output area to display DBMS_Output output. Jobs can be run in the background
allowing for the execution of multiple statements at any g...