Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Table change notifications using OCI

Table change notifications using OCI

From: Cristian Petculescu [MS] <cristp_at_microsoft.com>
Date: Mon, 28 Jan 2002 09:14:34 -0800
Message-ID: <3c5586fa$1@news.microsoft.com>


Hi all,

How would I get "table change notifications" (i.e. when rows are added/deleted/changed or the metadata of the table is changed) if I write an OCI program?

For example, in SQL server one can specify that s/he wants to listen for such notifications on certain tables. This call returns an OLEDB rowset from which the client app reads (one row for every change when changes happen).

What is the equivalent in OCI? Is it possible to receive such notifications?

--
Thanks a lot,
C
Received on Mon Jan 28 2002 - 11:14:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US