Can DW ETL user be setup without QUOTA UNLIMITED on the Oracle tablespaces?
One answer
https://jazz.net/wiki/bin/view/Main/MoreControlOverTheOracleDataWarehouseSetup has more information on how the Oracle dB is setup for data warehouse.
If the dB policy does not allows 'QUOTA UNLIMITED' then it can be skipped and the commands would look like
ALTER USER <etl db user> QUOTA <size> ON VNF_32K; l
If the dB policy does not allows 'QUOTA UNLIMITED' then it can be skipped and the commands would look like
ALTER USER <etl db user> QUOTA <size> ON VNF_32K; l