Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Set Storage space for OBIEE user folder

Hi,
We have a requirement that, adhoc users will create their own report in OBIEE but the total size of the user folder should not exceed 20 GB. Can we set that from OBIEE, so that user can create their own report but it will not exceed the SLA of storage.
Thanks
Anirban
Answers
-
There is a total size allocation to the complete catalog. Default is 5GB for the whole catalog.
Personal space is controlled by the PersonalStorageSizeLimitMB tag in the instanceconfig.
0 -
Hi Christian,
Thanks for your reply.
Please let me know How I can change the default size from 5 GB to 40 GB.
Also I am not able to find "PersonalStorageSizeLimitMB" tag in instanceconfig file. Do I need to add that tag for OBIEE 12c.
Will it be set for each user, like if we have 10 users and I set as 40 mb then every user will get 40mb and the total size will be 400 mb??
Thanks
Anirban
0 -
The parameter isn't there by default but it's part of the XSD.
<catalog>
<ServiceInstanceQuota>
<Enabled>true</Enabled>
<SizeLimitMB>40960</SizeLimitMB>
<PersonalStorageLimitMB>40</PersonalStorageLimitMB>
</ServiceInstanceQuota>
</catalog>0 -
Hi Christine,
Thanks for the information.
Thanks
Anirban
0 -
Hi Christine,
<PersonalStorageLimitMB>40</PersonalStorageLimitMB>
is it for single user or All the user limit.
Thanks
Anirban
0 -
"Christian"
I don't understand your question. It's the limitation for a user's storage. As the XSD says: "Set the default quota for a user's home directory."
0 -
As Christian said: the file says it's for every single "home" directory.
But doesn't mean that your catalog will then be limited to <number of users> * <PersonalStorageLimitMB> because there is still the shared part of the catalog which isn't a "home" folder. But at least let you keep a control on the size of personal users' folders.
0 -
Hi Christian,Gianni,
Thanks for your reply. I was confused with PersonalStorageLimitMB.
What I understood is if I have 2 user and set PersonalStorageLimitMB=10, then each user will get 10 mb file storage.
Thanks
Anirban
0 -
Anirban1 wrote:What I understood is if I have 2 user and set PersonalStorageLimitMB=10, then each user will get 10 mb file storage.
That's what the config setting comment says. I can't affirm it's the case as I never needed it, so I trust the comment in the XSD about that setting.
So yes, it seems to be a setting to limit each individual home folder to a size. But doesn't have any impact outside to the home directly of the user.
0