equal
deleted
inserted
replaced
|
1 .. -*- coding: utf-8; -*- |
|
2 .. include:: HEADER.rst |
|
3 |
|
4 ================== |
|
5 Oracle database. |
|
6 ================== |
|
7 .. contents:: |
|
8 |
|
9 Oracle database development environment. |
|
10 ======================================== |
|
11 |
|
12 http://en.wikipedia.org/wiki/Oracle_SQL_Developer |
|
13 Integrated development environment (IDE) for working with |
|
14 SQL/PLSql in Oracle databases. |
|
15 http://en.wikipedia.org/wiki/SQL*Plus |
|
16 An Oracle database client that can run SQL and PL/SQL commands |
|
17 and display their results. |
|
18 http://en.wikipedia.org/wiki/Oracle_Forms |
|
19 Is a software product for creating screens that interact with an |
|
20 Oracle database. It has an IDE including an object navigator, |
|
21 property sheet and code editor that uses PL/SQL. |
|
22 http://en.wikipedia.org/wiki/Oracle_JDeveloper |
|
23 JDeveloper is a freeware IDE supplied by Oracle Corporation. It |
|
24 offers features for development in Java, XML, SQL and PL/SQL, |
|
25 HTML, JavaScript, BPEL and PHP. |
|
26 http://en.wikipedia.org/wiki/Oracle_Reports |
|
27 Oracle Reports is a tool for developing reports against data |
|
28 stored in an Oracle database. |
|
29 |