-1

I am looking into replicating in real time data from Oracle to Vertica database.
So far i can not find anything that is able to do this !!!
But i have foung Tungsten replicator that seems to work well in Mysql to Vertica (havent test it yet).
My Question is :
Is there any tools or ways of doing this (oracle => vertica)??? And if so how would updates would be handled ?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Up_One
  • 5,213
  • 3
  • 33
  • 65

2 Answers2

0

WisdomForce - acquired by Informatica - does data replication between oracle and vertica. http://www.wisdomforce.com/.

Sharon
  • 61
  • 1
  • Is true !! it seems they do !! but they are closed as a steel box !!I can not get any info !! – Up_One Aug 07 '12 at 16:07
0

Look at Tungsten Replicator. It replicates from MySQL/Oracle to Vertica and is fully open source (GPL V2). You can find the Tungsten Replicator project at code.google.com. (Disclaimer: I work for Continuent and wrote a good chunk of the replicator code.)

R Hodges
  • 326
  • 1
  • 2