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

Popular posts from this blog

Nginx Proxy & Load Balance & LNMP

Snort+barnyard2+Snorby CentOS 6.5_64 Installation

ORACLE Error