oracle数据权限问题
INSERT INTO userinfo
VALUES (1 , 'xxx' , '123' , 'xxx@163.com' , SYSDATE)
错误报告:
SQL 错误: ORA-01950: 对表空间 '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.
下的客户端,自己创建了用户,能创建表格,但是添加数据的时候总是提示权限不够,怎么把自己创建的用户的权限提升上去,