Hi,
I am in the process of building some cubes using Analysis Services that utilize a star schema in an Oracle database. A problem I've encountered occurs when I try to process the cube. Apparently the SQL that is passed to Oracle contains an Order by clause, when Oracle tries to do the sort, it wants to dump the entire data set into temp space and then do the sort. My problem arises because it is what I would characterize as a very large data set (in excess of 250 Million rows) As you might imagine I run out of temp space pretty quick and the cube processing fails.
Is it possible to control the SQL that gets passed to Oracle and eliminate the sort? Or am I just going to need a ton of disk space allocated as temp space.
Thanks!
Steve
I am in the process of building some cubes using Analysis Services that utilize a star schema in an Oracle database. A problem I've encountered occurs when I try to process the cube. Apparently the SQL that is passed to Oracle contains an Order by clause, when Oracle tries to do the sort, it wants to dump the entire data set into temp space and then do the sort. My problem arises because it is what I would characterize as a very large data set (in excess of 250 Million rows) As you might imagine I run out of temp space pretty quick and the cube processing fails.
Is it possible to control the SQL that gets passed to Oracle and eliminate the sort? Or am I just going to need a ton of disk space allocated as temp space.
Thanks!
Steve