Capturing multiple tables in a steam
I ran the demo setup for , "Single-Database Capture and Apply Example" ( http://download.oracle.com/docs/cd/B28359_01/server.111/b28321/capappdemo.htm#BCGBIEDJ )
Everything works fine. I now want to capture changes to another table in the HR schema, using the same DML handler.
I am uncertain of what to use for the stream name in the following (and related calls). I want the captures for the new table, "job_History" to go to the same queue. Do I use the same stream name, or do you have to create a new stream for each table capture? Thanks.
BEGIN
DBMS_STREAMS_ADM.ADD_TABLE_RULES(
Everything works fine. I now want to capture changes to another table in the HR schema, using the same DML handler.
I am uncertain of what to use for the stream name in the following (and related calls). I want the captures for the new table, "job_History" to go to the same queue. Do I use the same stream name, or do you have to create a new stream for each table capture? Thanks.
BEGIN
DBMS_STREAMS_ADM.ADD_TABLE_RULES(
0