1.

Can You Explain The Process Of Data Migration From Oracle To Greenplum?

Answer»

There are many ways. Simplest STEPS are Unload data into csv FILES, create tables in greenplum DATABASE corresponding to Oracle, Create external table, start gpfdist POINTING to external table location, Load data into greenplum. You can also use gpload utility. Gpload creates external table at RUNTIME.

There are many ways. Simplest steps are Unload data into csv files, create tables in greenplum database corresponding to Oracle, Create external table, start gpfdist pointing to external table location, Load data into greenplum. You can also use gpload utility. Gpload creates external table at runtime.



Discussion

No Comment Found