create user mycf identified by mycf default tablespace FEEL temporary tablespace TEMP profile DEFAULT;
grant dba to mycf;
commit;
commit动作须执行,否则,创建用户失败。发生此种情况,把以上三句sql重新执行即可。重新执行提示错误,可以忽略。
create user mycf identified by mycf default tablespace FEEL temporary tablespace TEMP profile DEFAULT;
grant dba to mycf;
commit;
commit动作须执行,否则,创建用户失败。发生此种情况,把以上三句sql重新执行即可。重新执行提示错误,可以忽略。