创建用户指定表空间create user global identified by global default tablespace ODPS
给global用户授予权限 grant connect,resource to global; grant dba to global;
为用户在表空间赋予建表的权限 alter user dcmfile quota unlimited on dcmext_data;