I am currently trying to setup a new schema on an Oracle 11g RAC. I received a user and a corresponding schema and have full rights within my schema.
My problem is that I only see the system tablespaces (system, sysaux, users, temp, undotbs). I have already setup other schematas on this database and I know that there is another tablespace called data. On this tablespsace reside all our tables and so should the new tables that I want to create.
The other users I used so far had admin privileges so I had no problems, the new one is just a “simple” user, but received the “SELECT_CATALOG_ROLE” so I should be able to see sessions and at least should be able to kill my own sessions.
Anyone knows which role I need to see the data schema and create tables on it?
Best regards,
CB
You can grant the
UNLIMITED TABLESPACEprivilege to the user, which permits a user to use an unlimited amount of any tablespace in the database.