Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
ASO Data copy

Summary
ASO mdx data copy is hrs
Content
Hi All,
I have an MDX script which will copy data from one member to other member it is taking 3 hours to complete the script..
is there any way to optimize the MDX or any other way to write it
execute allocation process on database app.db with
pov
"CROSSJOIN ({Descendants([Net Income],[Account].Levels(0))},
CROSSJOIN ({&PCMCSYearRange},
CROSSJOIN ({Descendants([YearTotal],[Period].Levels(0))},
CROSSJOIN ({Descendants([Total Cost Center],[Cost_Center].Levels(0))},
CROSSJOIN ({Descendants([Geography],[Geography].Levels(0))},
CROSSJOIN ({Descendants([Source Segment],[Source Segment].Levels(0))},
CROSSJOIN ({Descendants([Segment],[Segment].Levels(0))},{Descendants([Project],[Project].Levels(0))})))))))"
amount "([GBP_Calc],&PCMCSScenario,[No_Custom1])"
target "([GBP],&PCMCSScenario,[No_Custom1])"
range ""
spread;
-Vijay
Version
11.1.2.4
Answers
-
hi vijay some additional details around the outline and size will be helpful. can you share what the log says?
0