簡體   English   中英

oracle 無法創建 AWR 報告

[英]oracle Unable to create AWR report

甲骨文版本:11.2.0.1.0

當我嘗試在 Oracle 中使用 sysdba 生成 AWR 報告時,

exec dbms_workload_repository.create_snapshot();

我不斷收到此錯誤:

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

我在網上找了很久。 但是沒有用。 請幫助或嘗試提供一些想法如何實現這一目標

conn / 作為 sysdba

SQL> @$ORACLE_HOME/rdbms/admin/awrrpt.sql

SQL> @$ORACLE_HOME/rdbms/admin/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 活動報告

為 report_type 輸入值:dec

指定類型:dec

此工作負載存儲庫模式中的實例


   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

實例數據庫名稱 Snap ID Snap Started Level


TEP TEP 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;}

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM