How to send data to StreamBase via an Oracle trigger

How to send data to StreamBase via an Oracle trigger

book

Article ID: KB0076103

calendar_today

Updated On:

Products Versions
TIBCO Streaming -

Description

How do I send data to StreamBase via an Oracle trigger?

Resolution

Use the Oracle embedded Java API to write a StreamBase client that sends the data to a StreamBase server.

Oracle 10g supports embedded java. Refer to this link on Oracle's web site for usage details.

Once the stored procedure is created, it can be called from the trigger.

Issue/Introduction

How to send data to StreamBase via an Oracle trigger