Hi,
We have a requirement to insert data to a table in one schema from a table which is in other schema in ODI.
We are able to do this by creating interfaces and mappings. But, we are now looking to do it using SQL instead of ODI interfaces.
Is it possible to achieve this using SQL statements as we have source and target data sources defined in ODI.
should be like 'Insert into src.table select * from tar.table'
Thanks..