Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: DBVERIFY
Majid,
DB verify uses the default block size of 2K when the blocksize is not specified. If the db_block_size(see init****.ora) for the database is different than 2K, you must specify the blocksize.Add this parameter in your existing command.
dbv blocksize=8192
Hope this will help.
Navneet Saldhi.
-----Original Message-----
From: Majid Kazemi [mailto:Mkazemi_at_teranet.on.ca]
Sent: Wednesday, December 20, 2000 3:26 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: DBVERIFY
Hi All;
DBVERIFY has confirmed that a block in one of my data file is corrupted.
Does oracle provides any utility to fix this kind of problem? I run the NT
diagnostic and NT verified there is no disk problem.
I need your help.
Thanks;
Majid Kazemi
-----Original Message----- From: Majid Kazemi Sent: Wednesday, December 20, 2000 2:22 PM To: 'Oracle Guru'; 'Oracle_dba'; 'lazydba' Subject: DBVERIFY Hi Everyone: I have Oracle 7.3.4 database on NT. I have run the DBVERIFY to check a corrupted file, and I have received the following error : DBV-0103-The specifies blocksize(2048) is differ from the actual (8192). The database block_size=8192. Your help will highly be appreciated. Thanks; Majid Kazemi
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Dec 20 2000 - 16:24:30 CST
![]() |
![]() |