【发布时间】:2017-12-05 02:57:10
【问题描述】:
我在 oracle 12c 标准版中创建了一个用户。
现在我尝试在 sql developer 中使用用户名和密码创建表,但出现以下错误。
SQL Error: ORA-01950: no privileges on tablespace 'USERS'01950. 00000 - "no privileges on tablespace '%s'"
它也说明了原因和作用如下:
Cause: User does not have privileges to allocate an extent in the
specified tablespace.
Action: Grant the user the appropriate system privileges or grant the user
space resource on the tablespace.
谁能帮我解决这个问题。我的用户名是 c##santh
【问题讨论】:
标签: oracle oracle-sqldeveloper oracle12c tablespace