Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Is it possible to create (or delete) aggregates via "Administration > Issue SQL"?

I know it's not an official Oracle book, but as per "Oracle Business Intelligence 11g R1 Cookbook" by Cuneyt Yilmaz (Packt Publishing), after you've generated an aggregate creation script via the Aggregate Persistence Wizard, you can run the script via nqcmd *or* via Presentation Services "Administration > Issue SQL".
However, even if I try a simple command such as "delete aggregates" (or any aggregate creation statements) I always get an error. However, issuing some simple analysis SQL via the same method works just fine.
The error is "Authentication failed: invalid user/password".
When I check the EM log I get OWS-04086. (Can't seem to paste the error message into this box?).
I've done some googling and it suggests an issue with WSM_POLICY mismatch, which I shall look into.
However, I was wondering if anyone can confirm if it's definitely possible to create or delete aggregates via this method?
If so, is there any Oracle documentation confirming this approach?
Thanks.
Alan.
Answers
-
Depends - who are you logged on as? You need BIAdministrator rights to do anything aggregate-related.
0 -
Hi,
thanks for the reply. I'm logged in as my own account but I have both "BI Administrator Role" and "BIAdministrators" (with an 's').
Should be good enough, right?
0 -
Which version are you running and which site are you referencing for the policy mismatch?
And also why do you have 2 administration application roles?
0 -
11g (11.1.9.0 methinks).
The mismatch doc is from MOS - 1955595.1, might be relevant, might not be, but it's what I would check next.
Good question about the Admin Roles, I guess I'll have to dig further.
But in general - deleting and creating aggregates should be possible via Admin > Issue SQL, right?
0 -
Works for me with weblogic
0 -
OK thanks, good to know. I'll see if I can get access to that login here, and if that does work maybe I can figure out which security policy I need.
0