Mysterious ASO.
Summary
Mysterious ASO.Content
I have a ASO cube in which I load data via a rule file. When I execute the rule file through EAS the job finishes in an hour and takes 3 gb of space. When I execute it via MAXL through a Job Scheduler it takes up close to 100 gb of space and up to upto one and half hour. Any tips would be greatly appreciated.
spool stdout on to "--log.txt";
spool stderr on to "-err.txt";
echo Load Data to DB: $9.$10 from rule: $13 on: $3;
set column_width 40;
login $1 $2 on $3;
alter system load application $9;
import database $9.$10 data
0