# HG changeset patch # User Oleksandr Gavenko # Date 1350940365 -10800 # Node ID 8f86324134d6188a565867d484d2dd279ea052a4 # Parent 95cf60256d5a50a0ad34b96d8cbcb5d0833a93d7 Oracle database development environment. diff -r 95cf60256d5a -r 8f86324134d6 oracle.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/oracle.rst Tue Oct 23 00:12:45 2012 +0300 @@ -0,0 +1,29 @@ +.. -*- coding: utf-8; -*- +.. include:: HEADER.rst + +================== + Oracle database. +================== +.. contents:: + +Oracle database development environment. +======================================== + + http://en.wikipedia.org/wiki/Oracle_SQL_Developer + Integrated development environment (IDE) for working with + SQL/PLSql in Oracle databases. + http://en.wikipedia.org/wiki/SQL*Plus + An Oracle database client that can run SQL and PL/SQL commands + and display their results. + http://en.wikipedia.org/wiki/Oracle_Forms + Is a software product for creating screens that interact with an + Oracle database. It has an IDE including an object navigator, + property sheet and code editor that uses PL/SQL. + http://en.wikipedia.org/wiki/Oracle_JDeveloper + JDeveloper is a freeware IDE supplied by Oracle Corporation. It + offers features for development in Java, XML, SQL and PL/SQL, + HTML, JavaScript, BPEL and PHP. + http://en.wikipedia.org/wiki/Oracle_Reports + Oracle Reports is a tool for developing reports against data + stored in an Oracle database. +