Hello ALL, MY SCENARIO: To select data from the one database(source) and insert into another database(target) using ELT components.Help me out. Thanks in advance. Thanks&Regards -------------------- Syed
I would like to correct this. ELT use only SQL for its work. Your data must be accessible within the same database connection. For Oracle you can have access to external data with a database link. Other database vendors have probably other similar methods to do this. The same server is not enough because you can run more than one database instance on the same server.