通過(guò)以下方法可以把Autotrace的權(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ù)專(zhuān)欄