DBV-00100 using dbverf80 [message #217326] |
Thu, 01 February 2007 12:47 |
TLegend33
Messages: 203 Registered: March 2005
|
Senior Member |
|
|
O/S = Windows2000
OracleVer = 8.0.6
I'm attempting to confirm there is no file corruption on a clients database, but I am encountering a DBV-00100 error:
E:\>dbverf80 file=f:\ihdsdata\data\customd.dbf blocksize=4096
DBVERIFY: Release 8.0.6.0.0 - Production on Thu Feb 1 13:19:43 2007
(c) Copyright 1999 Oracle Corporation. All rights reserved.
DBV-00100: Specified FILE (f:\ihdsdata\data\customd.dbf) not accessible
I verified that the file exists in the appropriate location and the database and datafiles are online. Also, the datafile is under 2GB in size Do I need the DB shutdown so I can execute this utility?
[Updated on: Thu, 01 February 2007 12:47] Report message to a moderator
|
|
|
Re: DBV-00100 using dbverf80 [message #217353 is a reply to message #217326] |
Thu, 01 February 2007 15:31 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>Do I need the DB shutdown so I can execute this utility?
No. DBV can be run with the DB online.
I suspect it is a file/directory permissions problem.
|
|
|