使用awrrpt.sql来生成AWR Report,脚本运行完毕的时候报下边的错误,
select output from table(dbms_workload_repository.awr_report_html( :dbid, * ERROR at line 1: ORA-00904: : invalid identifier
解决方法:
需要使用sys或者system用户来执行AWR脚本
select output from table(dbms_workload_repository.awr_report_html( :dbid, * ERROR at line 1: ORA-00904: : invalid identifier
解决方法:
需要使用sys或者system用户来执行AWR脚本
本文介绍使用awrrpt.sql生成AWRReport时遇到ORA-00904错误的解决办法,需采用sys或system用户执行脚本。
2942

被折叠的 条评论
为什么被折叠?



