Visual Studio Addin Support for Oracle Development Released

Oracle has released tools for Visual Studio .NET 2003 to provide integrated support for creating .NET applications that access Oracle databases. Features include an Oracle Explorer for visually browsing Oracle database schemas, drag-and-drop support for building DataAdapters and DataSets, and a PL/SQL Editor with context sensitive help.

  • Oracle Explorer – Browse and alter the Oracle schema via a tree control
  • Designers and Wizards– e.g. Table Designer - makes database tasks easy
  • Automatic Code Generation – Drag and drop to create working code.
  • PL/SQL Editor – Edit stored procedures and functions in an integrated Visual Studio .NET environment
  • Stored Procedure Testing – Run stored procedures and functions
  • Oracle Data Window – View and edit your Oracle data
    SQL Query Window – Execute any ad-hoc SQL statement or script
  • Integrated Help System - SQL, PL/SQL and Error Reference Manuals
The Oracle Explorer window not only allows browsing of existing Oracle objects but will also allow the developer to create tables using a table designer directly from within Visual Studio.

The PL/SQL Editor window includes syntax highlighting, intellisense, and error reporting via the Tasks pane. Also available is a Oracle Data Window for editing data within tables from within Visual Studio.

The tools are available free to members of Oracle's Technology Network.

开发基于Oracle数据的应用现在可方便多了。
原文地址:https://www.cnblogs.com/jeet/p/175456.html