Creating user in CDB - Getting error, tablespace TEMP does not exist
Oracle enterprise edition 19.24(RAC database)
I am trying to create the following user in CDB and getting error, "tablespace TEMP does not exist".
I am logged in as user SYS.
I already checked the dba_tablespace and found that TEMP tablespace does exist. Also checked the existing user and TEMP tablespace also assigned to them. What am I missing?
[Error] Execution (3: 3): ORA-65048: error encountered when processing the current DDL statement in pluggable database PHXQA
ORA-00959: tablespace 'TEMP' does not exist
New User:
CREATE USER C##PHXMAINT
IDENTIFIED BY "newpassWORD!!2233"
HTTP DIGEST DISABLE
DEFAULT TABLESPACE USERS
TEMPORARY TABLESPACE TEMP
PROFILE DEFAULT