currently I'm really stuck into a problem and I not able to finde a nice way to realize that.
I need a suggestion to replicate from oracle db (some tables) to a TimesTen. A connection is only possible from Oracle DB to Timesten.
I tried the following possibilities and I think they won't work, because at no time I can realize a connection from TimesTen to Oracle Database.
- Active/Passive with Subscribers (On the subscriber will be done a clone, so this connection is not possible) And overall, active passive is oversized.
- TT replication with subscribers over replication sheme: could be possible. From what I saw there will be a connection initiated from master to subscriber. But, I don't know how to get the data from oracle db into TT without using Cache groups. So this possibility it out too, because from what I got that is not possible.
Has anyone a suggestion. I will be very thankful for any idea.