Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was asked to move 10 tables from Mysql database to Oracle.
I found this tTransferDatabase component and have it installed, but want to know more before I could use it to move tables between databases.
BTW, I am on Talend Open Studio 7.1.1
Anyone has used it?
Thanks,
TM
@Moe you're right, you don't need to set the tables schemas but you also can't set which tables you want to transfer.
This component transfer whole database (all tables)
Source schema and destine schema are for seting databases schemas (i.e. dbo in MS SQL) not tables schemas.
Why do you want to use this component instead of standard tDBinput and tDBoutput components?
Well, maybe I shouldn't.
I am waiting for the PC support to install Mysql Workbench on my computer. Before that, I can't see these sources tables and it seems impossible for me to use tMysqlinput and tOracleoutput to accomplish the task -
I guess I will have to define the schema in both source and target.
I was curious about the tTransferDatabase component -- it doesn't ask for schema, so it will do the job without me giving any column information?
@Moe you're right, you don't need to set the tables schemas but you also can't set which tables you want to transfer.
This component transfer whole database (all tables)
Source schema and destine schema are for seting databases schemas (i.e. dbo in MS SQL) not tables schemas.