Hi all,
is dbverify not designed to handle temp tablespaces ? As below it works on system but will not accept a temporary tablespace. thanks
C:\ora_920\oradata\IMSII>dbv file=SYSTEM0.DBF blocksize=8192
DBVERIFY: Release 9.2.0.1.0 - Production on Thu Apr 5 10:28:31 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
DBV-00100: Specified FILE (SYSTEM0.DBF) not accessible
C:\ora_920\oradata\IMSII>dbv file=TEMP01.DBF blocksize=8192
DBVERIFY: Release 9.2.0.1.0 - Production on Thu Apr 5 10:29:26 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
DBVERIFY: Skipping temporary file TEMP01.DBF
C:\ora_920\oradata\IMSII>
is dbverify not designed to handle temp tablespaces ? As below it works on system but will not accept a temporary tablespace. thanks
C:\ora_920\oradata\IMSII>dbv file=SYSTEM0.DBF blocksize=8192
DBVERIFY: Release 9.2.0.1.0 - Production on Thu Apr 5 10:28:31 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
DBV-00100: Specified FILE (SYSTEM0.DBF) not accessible
C:\ora_920\oradata\IMSII>dbv file=TEMP01.DBF blocksize=8192
DBVERIFY: Release 9.2.0.1.0 - Production on Thu Apr 5 10:29:26 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
DBVERIFY: Skipping temporary file TEMP01.DBF
C:\ora_920\oradata\IMSII>