Cecilm 0 Newbie Poster

I need to read simple tables from a stream.

The tables are created as:
CREATE TABLE ny1.allinsured1 (
pol_no numer(120,
...
)
/

I see the tables are streaming from source db to
destination db BUT I cannot seem to access the
tables from an OCI streams interface. How can I read
a simple table from a stream?

It appears the only "mode" of OCIAQDeq() is
in object mode. This appears to prohibit
reading "regular" relational tables unless they are
wrapped in an object. Is this true?

It appears that all the OCI Streams interfaces work only
with objects - is this correct?