awr report
While trying to generate awr report it fails with following error
ERROR at line 1: ORA-20200: Database/Instance 3692049170/1 does not exist in DBA_HIST_DATABASE_INSTANCE
ORA-06512: at line 23
DB version is 10.2.0.4.0
When i try to create snapshot it fails with following error
SQL > BEGIN
DBMS_WORKLOAD_REPOSITORY.create_snapshot();
END;
/ 2 3 4
BEGIN
*
ERROR at line 1:
ORA-13518: Invalid database id (3692049170)
ORA-06512: at "SYS.DBMS_WORKLOAD_REPOSITORY", line 10
ORA-06512: at "SYS.DBMS_WORKLOAD_REPOSITORY", line 33
ORA-06512: at line 2
pls help
ERROR at line 1: ORA-20200: Database/Instance 3692049170/1 does not exist in DBA_HIST_DATABASE_INSTANCE
ORA-06512: at line 23
DB version is 10.2.0.4.0
When i try to create snapshot it fails with following error
SQL > BEGIN
DBMS_WORKLOAD_REPOSITORY.create_snapshot();
END;
/ 2 3 4
BEGIN
*
ERROR at line 1:
ORA-13518: Invalid database id (3692049170)
ORA-06512: at "SYS.DBMS_WORKLOAD_REPOSITORY", line 10
ORA-06512: at "SYS.DBMS_WORKLOAD_REPOSITORY", line 33
ORA-06512: at line 2
pls help
2