学习无止境!

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年10月28日

摘要: --修改用户的密码select * from dba_users where username='TAOKAUSER';alter user TAOKAUSER identified by sasa;--授权grant all on dcs.dcs_category to bafapps;-- dcs.dcs_category(用户名.表名) bafapps接收权限的用户名grant all on... 阅读全文
posted @ 2010-10-28 22:15 钻石眼泪 阅读(17220) 评论(2) 推荐(2)