- **
根据提示来解决错误。(使用工具PL/SQL Development)
用户名以system的身份进行登陆,连接方式为SYSDBA.登陆成功后,执行以下修改权限语句即可。
grant select on V_$session to scott;
grant select on V_$sesstat to scott;
grant select on V_$statname to scott;
scott为默认用户名,自己根据自己的实际情况进行更改。
根据提示来解决错误。(使用工具PL/SQL Development)
用户名以system的身份进行登陆,连接方式为SYSDBA.登陆成功后,执行以下修改权限语句即可。
grant select on V_$session to scott;
grant select on V_$sesstat to scott;
grant select on V_$statname to scott;
scott为默认用户名,自己根据自己的实际情况进行更改。