Created on 05-10-2019 08:09 AM - edited 09-16-2022 07:23 AM
Hi,
I'm going to install Cloudera on a customer required Oracle for store CDH Metadata. System DBA asked me if the property
ALTER user hue quota 100m on system;
is mandatory and why.
Someone knows if I can skip safely this command?
Thanks in advance.
Roberto
Created on 05-18-2019 04:13 AM - edited 05-18-2019 04:23 AM
Apologies for typo errors in my previous post.
1. Hue also needs a quota on SYSTEM tablespace because so that can stored Non Hue user specific data in that tablespace.
2. Any Hue specific information that is stored in DB in table or some format could be assume as object.
3. If you don't give quota on SYSTEM tablespace it will broke at some point because it might store all info in one tablespace and after that will confuse to diffrentiate.
You might be intrested to read below document, it's very nice doc to understand the quota concept.
https://docs.oracle.com/database/121/DBSEG/users.htm#DBSEG573
Created 05-12-2019 01:27 PM
Created 05-13-2019 02:01 AM
Thanks @GangWar for your reply and explanation.
I understand Hue needs a quota on its tablespace but what I would to know is why Hue need also a quota on SYSTEM tablespace? What kind of objects does it create on this tablespace? And what happens if I don't give a quota to Hue on SYSTEM tablespace?
Thanks again for your support
Created 05-13-2019 01:14 PM
1. Hue also needs a quota on SYSTEM tablespace because so that can stored Non Hue user specific data in that tablespace.
2. Any Hue speccific information that is stored in DB could be assume as obeject.
3. You you don't give quota on SYSTEM tablespace it will broke at some point because it might store all info in one tablespace and afterthat will confuse to diffrentiate.
You might need to read below document, it's very nice doc to get all of your answers.
https://docs.oracle.com/database/121/DBSEG/users.htm#DBSEG573
Created on 05-18-2019 04:13 AM - edited 05-18-2019 04:23 AM
Apologies for typo errors in my previous post.
1. Hue also needs a quota on SYSTEM tablespace because so that can stored Non Hue user specific data in that tablespace.
2. Any Hue specific information that is stored in DB in table or some format could be assume as object.
3. If you don't give quota on SYSTEM tablespace it will broke at some point because it might store all info in one tablespace and after that will confuse to diffrentiate.
You might be intrested to read below document, it's very nice doc to understand the quota concept.
https://docs.oracle.com/database/121/DBSEG/users.htm#DBSEG573
Created 10-23-2019 09:52 PM
@roberto10 If that resolves your issue, please spare some time in accepting the solution. Thanks.