Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: DBVERIFY
On W2K, Ora 8.1.6.1.2 Standard Edition - the starter database that was not
yet dropped ... (RMAN play area)
C:\>svrmgrl
Oracle Server Manager Release 3.1.6.0.0 - Production
Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
Oracle8i Release 8.1.6.1.0 - Production
JServer Release 8.1.6.0.0 - Production
SVRMGR> connect sys
Password:
Connected.
SVRMGR> select * from dba_data_files where lower(file_name) like '%indx%';
FILE_NAME
FILE_ID TABLESPACE_NAME BYTES BLOCKS STATUSRELAT
SVRMGR> select * from dba_tablespaces where tablespace_name='INDX';
TABLESPACE_NAME INITIAL_EX NEXT_EXTEN MIN_EXTENT MAX_EXTENTPCT_I
------------------------------ ---------- ---------- ---------- ----------
Executed as a batch file:
dbv FILE=INDX01.DBF BLOCKSIZE=8192 LOGFILE=c:\dbv_indx.log FEEDBACK=1 (it ran from the local directory C:\Oracle\Oradata\<dbname>\)
Produced this log file:
c:\dbv_indx.log
DBVERIFY: Release 8.1.6.1.0 - Production on Wed Sep 27 02:33:27 2000
(c) Copyright 1999 Oracle Corporation. All rights reserved.
DBVERIFY - Verification starting : FILE = INDX01.DBF
DBVERIFY - Verification complete
Total Pages Examined : 2560 Total Pages Processed (Data) : 0 Total Pages Failing (Data) : 0 Total Pages Processed (Index): 0 Total Pages Failing (Index): 0 Total Pages Processed (Other): 1 Total Pages Empty : 2559 Total Pages Marked Corrupt : 0 Total Pages Influx : 0
So - as always - it dependz - on version, platform, etc.
Two things are for certain,
time for sleep,
Paul
renato.huliganga_at_au1.ibm.com wrote:
> You can use dbverify online and offline on UNIXs, while offline only on
> Windoze!
> This is not because of dbverify itself but because of O/S differences!
>
>
>
>
>> DATAFILES even when it is ONLINE?? I mean to say if the database
> Hi All,
> I was just checking DBVERIFY. Can it really check the
>
>
>
>> To REMOVE yourself from this mailing list, send an E-Mail message
> 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
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
![]() |
![]() |