i need a way to notify an java app when new row added in table to do some jobs and run a query.
i tried to use qcn but it gives error that my db isnt support it and i dont think it is what i needed.
i dont want write a program that periodicly (i dont know if its a correct word! :D ) run the query.
the query should be run when a new row added. i googled and i searched ask tom it but no luck. the database is oracle and i want to write app in java. tnx in advance.