通過以下方法可以把a(bǔ)utotrace的權(quán)限授予everyone,
如果你需要限制autotrace權(quán)限,可以把對(duì)public的授權(quán)改為對(duì)特定user的授權(quán)。
d:oracleora92>sqlplus /nolog
sql*plus: release 9.2.0.1.0 - production on 星期二 6月 3 15:16:03 2003
copyright (c) 1982, 2002, oracle corporation. all rights reserved.
sql> connect sys as sysdba
請(qǐng)輸入口令:
已連接。
sql> [b]@?rdbmsadminutlxplan[/b]
表已創(chuàng)建。
sql> create public synonym plan_table for plan_table;
同義詞已創(chuàng)建。
sql> grant all on plan_table to public ;
授權(quán)成功。
sql>[b] @?sqlplusadminplustrce[/b]
sql>
sql> drop role plustrace;
drop role plustrace
*
error 位于第 1 行:
ora-01919: 角色'plustrace'不存在
sql> create role plustrace;
角色已創(chuàng)建
sql>
sql> grant select on v_$sesstat to plustrace;
授權(quán)成功。
sql> grant select on v_$statname to plustrace;
更多信息請(qǐng)查看IT技術(shù)專欄