Re: Can oracle notify an application
From: Thomas Kellerer <YQDHXVLMUBXG_at_spammotel.com>
Date: Thu, 22 Jan 2009 14:47:12 +0100
Message-ID: <6trbn0Fc1v1oU1_at_mid.individual.net>
ahanjura_at_gmail.com, 22.01.2009 06:30:
> Can Oracle notify a running application (Unix) about a change in some
> table data? something that the application can trap and take an action
> on?
The JDBC driver allows for a "Change Notification" I don't know how this could be used by a non-JDBC Application though
Date: Thu, 22 Jan 2009 14:47:12 +0100
Message-ID: <6trbn0Fc1v1oU1_at_mid.individual.net>
ahanjura_at_gmail.com, 22.01.2009 06:30:
> Can Oracle notify a running application (Unix) about a change in some
> table data? something that the application can trap and take an action
> on?
The JDBC driver allows for a "Change Notification" I don't know how this could be used by a non-JDBC Application though
http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/dbmgmnt.htm#CHDEJECF
Thomas Received on Thu Jan 22 2009 - 07:47:12 CST