导入数据库报错
IMP-00058: 遇到 ORACLE 错误 1950
ORA-01950: 对表空间 'USERS' 无权限
导入的用户没有create table权限
grant create table,resource,connect,dba to YZ01;
导入数据库报错
IMP-00058: 遇到 ORACLE 错误 1950
ORA-01950: 对表空间 'USERS' 无权限
导入的用户没有create table权限
grant create table,resource,connect,dba to YZ01;