Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java Object Recognition

Status
Not open for further replies.

amolso

Programmer
Sep 8, 2000
71
0
0
IN
How can I write a trigger or function which will notify
a java object about a particular event on a database table.
First of all is it possible to refer any java object through SQL

Amol New to dba world, so please ......
 
OK, the way we do this is with DBMS_ALERT on the DBMS which is fired whenever you need to send a message to a Java client which has registered an interest in it. Alternatively you can poll the database but the DBMS_ALERT method is much cleaner.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top