Oracle to Vertica integration tool

Moderator: NorbertKrupa

Post Reply
adrian.oprea
Intermediate
Intermediate
Posts: 163
Joined: Tue Jun 19, 2012 2:44 pm
Location: Rio de Janeiro
Contact:

Oracle to Vertica integration tool

Post by adrian.oprea » Tue Jul 31, 2012 8:46 pm

Hy everybody ,
I have seen there are ways to implement Mysql to Vertica integration thrw Tungsten Replication Tool.
I there away to do this with Oracle -> Vertica ?
I any has any ideas or any exp please share !!
trying so hard !!!

adrian.oprea
Intermediate
Intermediate
Posts: 163
Joined: Tue Jun 19, 2012 2:44 pm
Location: Rio de Janeiro
Contact:

Re: Oracle to Vertica integration tool

Post by adrian.oprea » Thu Aug 09, 2012 6:00 pm

:) I see that is nobody who knows anything about this !!
- so i was thinking this last days how can i use the log miner from oracle in parsing the redo log / or arch logs from oracle into flat file script that will automaticlly update Vertica !!
- So what do you guys think ?
Is not going to be real time transactions due to the vertica bad update performance !! but is going to work !!
Any ideas how i can improve this ?
THX
trying so hard !!!

User avatar
JimKnicely
Site Admin
Site Admin
Posts: 1825
Joined: Sat Jan 21, 2012 4:58 am
Contact:

Re: Oracle to Vertica integration tool

Post by JimKnicely » Thu Aug 09, 2012 6:39 pm

Hi Adrian,

Mining the log is pain :)

Have you heard of "Heterogeneous Connectivity" from Oracle? Check out the docs here:

http://www.oracle.com/pls/db111/gateways

I wonder if the "Gateway for ODBC for ODBC User's Guide" is for you?

Just curious, what kind of data do you plan on moving into Vertica? How many tables are involved? If you have some sort of transaction date on the table rows could you write a small SQL*Plus script to extract all data every so often with a transaction date greater than the last date you moved data into Vertica into a flat file formatted for a Vertica COPY command and then use COPY LOCAL to load that data into Vertica?

Thanks!
Jim Knicely

Image

Note: I work for Vertica. My views, opinions, and thoughts expressed here do not represent those of my employer.

adrian.oprea
Intermediate
Intermediate
Posts: 163
Joined: Tue Jun 19, 2012 2:44 pm
Location: Rio de Janeiro
Contact:

Re: Oracle to Vertica integration tool

Post by adrian.oprea » Thu Aug 09, 2012 7:27 pm

Ok that is nice way !
Is vertica working on something like this ?
trying so hard !!!

Post Reply

Return to “Vertica Database Development”