| Projects on Google Code | Results 1 - 10 of 40 |
PL/SQL SOAP messaging
==Description==
With this package you can call salesforce processes, queries from oracle pl/sql package.
==Feature list==
* create oracle table on the fly.
* create unique indexes and prmary keys
* generic sql from salesforce
* http communication compression
* ...
plsql,
oracle,
soap,
salesforce,
xml,
sql,
http,
utl_http,
plsql,
xmltype,
OracleWarehouseBuilder,
owb,
OracleExpress,
OracleApplicationServer,
salesforce.com
= PLUTO ==
As in-database languages become increasingly powerful, programmers are beginning to create more and more code that runs within database management systems. Included in this mix is one of the most popular database management systems in use today, Oracle, along with its proprietary prog...
==About==
!Log4Ora is an enterprise class logging framework for Oracle PL/SQL applications. !Log4Ora is designed specifically for Oracle 11g. Key features in Oracle 11g are utilized to make !Log4Ora very efficient, versatile, and scalable.
==Key Features==
* Easy to use logging API. Exampl...
Framework to test and mock pl/sql on Java.
a plsql utility for easily determining table sizes. The data returned includes table data size, index size, and lob size. Each value is returned individually, and also summed to provide a total table size. Figured are reported in MB and GB.
To run, first create the types and then the package. ...
=Introduction=
Many businesses rely on PL/SQL for their day-to-day operation. The fact that it is relatively old and does not mean that you cannot apply Extreme Programming(XP) practices to PL/SQL development. A few years ago, Steven Feuerstein developed utPLSQL, a unit testing framework for PL/SQL...
=== PL/SQL Editor module for !NetBeans IDE [Version_History (Version History)] ===
This project will add support for editing [http://www.oracle.com Oracle] [http://en.wikipedia.org/wiki/PL/SQL PL/SQL] objects right inside the [http://www.netbeans.org NetBeans IDE], including syntax highlighting, co...
This plugin can be used to make JavaClasses from PL/SQL statements created by PLSQL Developer.
Basically: you add maven-plugin-plsqlgen:plsqlgen goal into your POM, and compile generated java sources into your project.
Ant task also provided.
{{{
<target name="plsqlgen">
<taskdef name="plsq...
==Overview of the Opb project==
The goal of the object-procedural-bridge (*Opb*) project is to ease the pain of developing Java applications that communicate with an Oracle database via PL/SQL.
This is achieved, we hope, by providing:
* A library of Java code to help when working with PL/SQ...