Hello, We don't have governance over creating users; this has to be done by security via the policies.
that being said, we have creates a rsso_user on the ARS ORacle DB with the ability using the following instructions, You need to create the RSSO_USER as: CREATE USER RSSO_USER IDENTIFIED BY <pwd> GRANT CONNECT, RESOURCE TO RSSO_USER IDENTIFIED BY <pwd> Then run the installer, in case you want to create the rsso schema first: CREATE USER RSSO_USER IDENTIFIED BY <pwd> GRANT CONNECT, RESOURCE TO RSSO_USER IDENTIFIED BY <pwd> CREATE SCHEMA AUTHORIZATION rsso After running the the installer; we are now getting the follow error .... “ORA-01950: no privileges on tablespace 'USERS'” what exactly is the rsso_user doing against the USERS table? if is is creating users on the oracle db; in our environment; these users will become orphan and removed. I need to understand exactly what is being done inorder to get an exception. -- Sent from: http://ars-action-request-system.1.n7.nabble.com/ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

