oracle无法创建AWR报告

lfapxunr  于 2022-12-22  发布在  Oracle
关注(0)|答案(1)|浏览(206)

甲骨文版本:11.2.0.1.0
当我尝试使用sysdba在Oracle中生成AWR报表时,

exec dbms_workload_repository.create_snapshot();

我一直收到这个错误:

ORA-00600:  [kewrose_1], [600], [ORA-00600: [13013], [5001], [6213], [8465936], [5], [8447794], [17], [], [], [], [], []
], [], [], [], [], [], [], [], [], []

我在网上找了很长时间。但是没有用。请帮助或尝试给予一些想法如何实现这一点

xqnpmsa8

xqnpmsa81#

连接器/ AS系统数据库
SQL〉@$ORACLE_HOME/关系数据库管理系统/管理员/awrrpt.sql
SQL〉@$ORACLE_HOME/关系数据库管理系统/管理员/awrrpt.sql
当前示例

DB Id    DB Name      Inst Num Instance
----------- ------------ -------- ------------
 3400239050 TEP                 1 TEP

Specify the Report Type

AWR报告可以按以下格式生成。请在提示符处输入格式名称。默认值为“html”。
'html' HTML格式(默认)'text'文本格式'active-html'包括Performance Hub活动报表
输入报告类型的值(_T):十二进制
指定类型:十二进制
此工作量资料档案库方案中的示例

DB Id     Inst Num DB Name      Instance     Host
------------ -------- ------------ ------------ ------------
* 3400239050        1 TEPCBC          TEP          oldman

Using 3400239050 for database Id
Using          1 for instance number

Specify the number of days of snapshots to choose from

输入天数(n)将列出最近(n)天的快照。按但不指定数字将列出所有已完成的快照。输入天数(n)将列出最近(n)天的快照。按但不指定数字将列出所有已完成的快照。
输入num_days的值:1
列出最后一天完成的快照

Snap

示例数据库名称快照ID快照启动级别
教学计划教学计划38542 2022年12月20日00:30 1

38543 20 Dec 2022 01:30      1

                          38544 20 Dec 2022 02:30      1
                          38545 20 Dec 2022 03:30      1

                          38546 20 Dec 2022 04:30      1
                          38547 20 Dec 2022 05:30      1

                          38548 20 Dec 2022 06:30      1
                          38549 20 Dec 2022 07:30      1

                          38550 20 Dec 2022 08:30      1
                          38551 20 Dec 2022 09:30      1
                          38552 20 Dec 2022 10:30      1

                          38553 20 Dec 2022 11:30      1
                          38554 20 Dec 2022 12:30      1
                          38555 20 Dec 2022 13:30      1
                          38556 20 Dec 2022 14:30      1

                          38557 20 Dec 2022 15:30      1
                          38558 20 Dec 2022 16:30      1
                          38559 20 Dec 2022 17:30      1
                          38560 20 Dec 2022 18:30      1
                          38561 20 Dec 2022 19:30      1
                          38562 20 Dec 2022 20:30      1

指定开始和结束快照ID

Enter value for begin_snap: 38542
Begin Snapshot Id specified: 38542

Enter value for end_snap: 38544
End   Snapshot Id specified: 38544


Specify the Report Name
~~~~~~~~~~~~~~~~~~~~~~~
The default report file name is awrrpt_1_38542_38544.html.  To use this name,
press <return> to continue, otherwise enter an alternative.

Enter value for report_name: test2

Using the report name test2

<html lang="en"><head><title>AWR Report for DB: TEP, Inst: TEP, Snaps: 38542-38544</title>
<style type="text/css">
body.awr {font:bold 10pt Arial,Helvetica,Geneva,sans-serif;color:black; background:White;}

相关问题