Can the Oracle RESOURCE role be removed when installing TIBCO iProcess Engine?
book
Article ID: KB0094153
calendar_today
Updated On:
Products
Versions
TIBCO iProcess Engine (Oracle)
-
Not Applicable
-
Description
Resolution: The RESOURCE role is required during installation because when granting the RESOURCE role to a user, Oracle will also grant the UNLIMITED TABLESPACE privilege to the user. This is required because the installation queries the USER_TABLESPACES view using the check_dbtablespace_exists function to work out which tablespaces exists. If the user does not have the UNLIMITED TABLESPACE privilege, the installation will fail because the user could not see all the database's tablespaces and it will not be able to confirm that the TEMP tablespace exists.
You can remove the UNLIMITED TABLESPACE system privilege after the iPE install is completed and replace it with the appropriate tablespace level quotas. As for the RESOURCE role, you may also remove it after the iPE install is completed and replace it with the 8 individual system privileges.
SQL> select * from dba_sys_privs where grantee = 'RESOURCE';