摘要:
今天在开发接口时候,需要给接口开发公司提供一个ORACLE 用户,只能访问指定的表或视图,把过程记录到此 1.创建一个ORACLE 的用户 create user username identified by pws; 2.给用户授权 grant connect,resource to userna 阅读全文
posted @ 2017-07-29 15:39
mike1818
阅读(817)
评论(0)
推荐(0)
2017年7月29日