oracle如何创建只读用户_百度知道
最佳答案: create user 你的用户名 identified by oracle; grant select_catalog_role,create session to 你的用户名; 查任何表 grant select any table to 你的...
新建Oracle只读权限账户_BradMiller_新浪博客
2012年7月24日 - 新建Oracle只读权限账户 (2012-07-24 14:01:02) 转载▼标签: oracle 只读...SELECT * FROM sinosoft.personinfo (需要带着表的用户所有者为前缀) 分...