Can Toad do ETL projects on a data warehouse?
Toad is a PL/SQL Development tool first and offers some DBA Administration features. It isnt designed with ETL and data warehousing in mind. There is a SQL Loader Wizard that you can access in Toad by going to Database | Import | SQL*Loader Wizard. You can use that to load data but beyond that, you might reach the limit of what the tool can do.
ETL stands for extract, transform and load when working with a data warehouse.