好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

ORACLE安装和PLSQL工具

 授权:grant connect,resource to XXX(用户名);

取消授权:revoke connect,resource from XXX(用户名);

eg:

creater user product identified by 123%qwer;

 grant connect,resource to product;

那么在PL/SQL中配置 product/123%qwer即可登录。

 

ORACLE安装和PLSQL工具

标签:用户   col   取消   pac   toc   ice   loading   evo   rgb   

查看更多关于ORACLE安装和PLSQL工具的详细内容...

  阅读:31次