Stored procedures in Java
Relational databases
Article REF: H3860 V1
Stored procedures in Java
Relational databases

Authors : Geneviève PUJOLLE, Franck RAVAT, Olivier TESTE

Publication date: August 10, 2009, Review date: December 19, 2015 | Lire en français

Logo Techniques de l'Ingenieur You do not have access to this resource.
Request your free trial access! Free trial

Already subscribed?

5. Stored procedures in Java

Beyond the host language approach, whereby an external program accesses the data and processing stored within a database, DBMSs extend their own mechanisms by exploiting programming languages. This makes it possible to develop processes not only in the DBMS proprietary language (PL/SQL with Oracle), but also in a programming language such as Java. For example, Oracle's DBMS offers the possibility of developing its processing with Java in a variety of ways:

  • Java internal stored procedures correspond to a Java method that is compiled and interpreted within the DBMS by an internal Java infrastructure (compiler and virtual machine);

  • external stored procedures in Java also correspond to a Java method, but which remains stored outside the DBMS (source code and bytecode).

A Java...

You do not have access to this resource.
Logo Techniques de l'Ingenieur

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource. Click here to request your free trial access!

Already subscribed?


Ongoing reading
Stored procedures in Java

Article included in this offer

"Software technologies and System architectures"

( 227 articles )

Complete knowledge base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

View offer details