Article | REF: H3860 V1

Relational databases

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

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

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

Already subscribed? Log in!

Automatically translated using artificial intelligence technology (Note that only the original version is binding) > find out more.

    A  |  A

    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.

    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? Log in!


    The Ultimate Scientific and Technical Reference

    A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
    + More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
    From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

    This article is included in

    Software technologies and System architectures

    This offer includes:

    Knowledge Base

    Updated and enriched with articles validated by our scientific committees

    Services

    A set of exclusive tools to complement the resources

    Practical Path

    Operational and didactic, to guarantee the acquisition of transversal skills

    Doc & Quiz

    Interactive articles with quizzes, for constructive reading

    Subscribe now!

    Ongoing reading
    Stored procedures in Java
    Outline