摘要: --创建用户 CREATE USER estate_user identified by agiledc51889; --授予登录权限 grant connect to estate_user; --授予查看某用户下某个表或视图权限 grant select on invest_agile_dev. 阅读全文
posted @ 2019-06-25 10:19 *蓄势待发* 阅读(1329) 评论(0) 推荐(0)