|
|
[oracle@QTECH ~]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Feb 16 03:10:44 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn /as sysdba
Connected.
SQL> @?/rdbms/admin/awrrpt.sql
Current Instance
~~~~~~~~~~~~~~~~
DB Id DB Name Inst Num Instance
----------- ------------ -------- ------------
3039554466 QTECHMES 1 qtechmes
Specify the Report Type
~~~~~~~~~~~~~~~~~~~~~~~
Would you like an HTML report, or a plain text report?
Enter 'html' for an HTML report, or 'text' for plain text
Defaults to 'html'
Enter value for report_type:
Type Specified: html
Instances in this Workload Repository schema
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DB Id Inst Num DB Name Instance Host
------------ -------- ------------ ------------ ------------
* 3039554466 1 QTECHMES qtechmes QTECH
Using 3039554466 for database Id
Using 1 for instance number
Specify the number of days of snapshots to choose from
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Entering the number of days (n) will result in the most recent
(n) days of snapshots being listed. Pressing <return> without
specifying a number lists all completed snapshots.
Enter value for num_days:
Listing all Completed Snapshots
Snap
Instance DB Name Snap Id Snap Started Level
------------ ------------ --------- ------------------ -----
qtechmes QTECHMES 12 16 Feb 2010 07:03 1
13 22 Feb 2010 09:05 1
14 23 Feb 2010 08:36 1
15 16 Feb 2010 02:50 1
16 16 Feb 2010 02:51 1
17 16 Feb 2010 02:52 1
18 16 Feb 2010 02:52 1
19 16 Feb 2010 02:52 1
Specify the Begin and End Snapshot Ids
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Enter value for begin_snap: 12
Begin Snapshot Id specified: 12
Enter value for end_snap: 13
End Snapshot Id specified: 13
declare
*
ERROR at line 1:
ORA-20200: The instance was shutdown between snapshots 12 and 13
ORA-06512: at line 42
我也出现这个问题,但是我的数据库没有断开啊。数据库也没有shutdown啊?
各位大牛,帮忙看看,这个是什么原因造成的啊? |
|