Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Developer's Tools

Re: Oracle Developer's Tools

From: Jim Miles <jmiles_at_technosolutions.com>
Date: 1996/12/06
Message-ID: <589nfn$dhl@news.pacifier.com>#1/1

Hi Marc,

You can download SQL Navigator from http://www.technosolutions.com

It provides an integrated development environment for Stored procedures with advanced features like
* Precise highlighting of compilation errors (No more counting lines   and column numbers)
* "Drag and Drop coding"
  (Drag and Drop PL/SQL syntax, Column names, Db object names,    SQL Functions..In fact just about anything.)

* Fully customizable COLOR syntax hilighting and printing.
* Programmable keyboard (PL/SQL syntax is preprogrammed into the keyboard)
* Support for "Set serveroutput On" for debugging 
  (Many shortcuts for debugging)
* Block Indent/UnIndent, Block Comment/UnComment, Parenthesis balancing etc. * Check In/Check Out

Other features include
* Color coded Graphical Explain PLan
* Ad hoc query module with spreadsheet data output,   (Data export also supported)

* Data can be edited on the fly! (Create/Edit test data!)
* A handy SQL Catalog to save frequently used SQL statements. 
* SQL script processor
* A multitude of Visual object editors for database objects 
  like Table,Trigger, Index etc.

Numerous screen shots and feature list of SQL Navigator is available at TechnoSolutions Web site http://www.technosolutions.com. You can also download a trial copy.

Current version of SQL Navigator is 16bit and is certified to work on Win95/NT, the 32bit version is scheduled for release in Jan'97.

For more information call 360-260-0710

Regards
Jim
>Folks
>
>we're using Oracle as RDBMS (on Unix machines) and Borland Delphi as
>our front-end tool. However, we do have to do quite an amount of
>coding on the server side, too, so we're looking for a powerful, yet
>easy to use and reliable Oracle AppDev tool.
>
>Requirements:
>- runs on Windows or NT
>- allows visual representation and manipulation of database objects
>(tables, index, constraints, stored procedures, triggers etc.)
>- helpful as a documentation tool as well (e.g. to print out a
>"catalog" of the objects in a given schema)
>
>Any hints and ideas?
>
>What is especially frustrating is the development and debugging of
>PL/SQL code. Are there any nice tool that allow coding, and also
>DEBUGGING, of PL/SQL code locally, before putting it on the server??
>
>Greetings from Switzerland,
>Marc
Received on Fri Dec 06 1996 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US