Database Administration (MOSC)

MOSC Banner

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center