ORACLE External Account
特点:外部账号密码为“external”
账号开头:OPS$
创建:create user OPS$<username> identified externally default tablespace <tablespace name> temporary tablespace <temporary tablespace name>;
例如:
create user "OPS$APAC\AX48HZ" identified externally default tablespace USERS temporary tablespace temp profile MONITORING_PROFILE;
grant connect to "OPS$APAC\AX48HZ";
grant resource to "OPS$APAC\AX48HZ";
Comments
Post a Comment