calling an external java program from a trigger

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • chandan

    calling an external java program from a trigger

    Is it possible to call an external java program from a trigger in
    oracle 8i.
    I know that you can call a stored procedure in java from a trigger but
    i want to know is it possible to call an external java program
  • Lothar

    #2
    Re: calling an external java program from a trigger

    Hi Chandan,

    read Chapter 10 "Calling External Procedures" in
    Oracle Application Developper“s Guide - Fundamentals

    and also Chapter 8 "PL/SQL Subprograms" Subchapter
    "Calling External Subprograms" in Oracle PL/SQL User“s Guide and Reference.

    Hope that helps, Lothar

    Comment

    Working...