Oracle 9.2.0.5 on HP-UX and WinXP.
I have exported the PERFSTAT user from a database on HP-UX:
exp file=perfstat.dmp owner=perfstat
and imported into an identical database on Windows XP:
imp file=perfstat.dmp full=y ignore=y
But I receive several errors and no spreport is generated.
ERROR: Database/Instance does not exist in STATS$DATABASE_INSTANCE
ERROR: Begin Snapshot Id specified does not exist for this database/instance
ERROR: End Snapshot Id specified does not exist for this database/instance
WARNING: timed_statitics setting changed between begin/end snaps: TIMINGS ARE IN
VALID
Is there anyway to run the spreport into this target database on windows?