•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Oracle section within the Web Development category of DaniWeb, a massive community of 427,191 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,235 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Oracle advertiser: Programming Forums
Views: 679 | Replies: 0
![]() |
•
•
Join Date: Dec 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
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?
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?
![]() |
•
•
•
•
•
•
•
•
DaniWeb Oracle Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Previous Thread: select statement in a procedure
- Next Thread: I am working on an ASP.net 2.0 application written in C#, pulling data from an Oracle


Linear Mode