Recent content by andrisi

  1. A

    TOracleEvent with multiple alert names

    TOracleEvent does not seem to work when I set the ObjectType to Alert and list more than one alert name in the Objectnames property, like: param_alert;work_ch_alert It works (fires events if I specif
  2. A

    receiving events or DBMS_OUTPUT

    Thanks a lot. I'll try that.
  3. A

    receiving events or DBMS_OUTPUT

    Is there a way for a passively waiting client appliaction to receive some kind of notification that is triggered in the databas using a trigger, stored procedure, dbms_output.put_line, or anything suitable. A want to avoid 100-200 client apps connectiig to one database coninously polling for...
Back
Top