DBVERIFY is an external command-line utility that performs a physical data structure integrity check. It can be used on offline or online databases, as well on backup files. You use DBVERIFY primarily when you need to ensure that a backup database (or datafile) is valid before it is restored, or as a diagnostic aid when you have encountered data corruption problems.
Because DBVERIFY can be run against an offline database, integrity checks are significantly faster.
dbv help=yes
dbv file='D:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF' blocksize=8192
DBVERIFY: Release 9.2.0.1.0 - Production on Thu Jan 1 15:13:45 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
DBVERIFY - Verification starting : FILE =
D:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
DBV-00200: Block, dba 4245143, already marked corrupted
DBVERIFY - Verification complete
Total Pages Examined : 55040
Total Pages Processed (Data) : 38573
Total Pages Failing (Data) : 0
Total Pages Processed (Index): 4901
Total Pages Failing (Index): 0
Total Pages Processed (Other): 1631
Total Pages Processed (Seg) : 0
Total Pages Failing (Seg) : 0
Total Pages Empty : 9935
Total Pages Marked Corrupt : 0
Total Pages Influx : 0
Friday, January 2, 2009
Resize, recreate undo tablespace, ORA-30013, ORA-03297
Resize, recreate undo tablespace.
rem Get rid of these errors.
ERROR at line 1:
ORA-30013: undo tablespace 'UNDOTBS1' is currently in use
ERROR at line 1:
ORA-03297: file contains used data beyond requested RESIZE value
Rem Resize, recreate undo tablespace.
create undo tablespace undotbs2 datafile
'D:\ORACLE\ORA9I\ORADATA\ORA9I\UNDOTBS02.DBF' SIZE 200M REUSE AUTOEXTEND ON;
Rem This tablespace as Undo Tablespace.
alter system set undo_tablespace = undotbs2;
drop tablespace undotbs1 including contents and datafiles;
Rem there is similar procedure to resize, recreate Temp tablespace.
rem Get rid of these errors.
ERROR at line 1:
ORA-30013: undo tablespace 'UNDOTBS1' is currently in use
ERROR at line 1:
ORA-03297: file contains used data beyond requested RESIZE value
Rem Resize, recreate undo tablespace.
create undo tablespace undotbs2 datafile
'D:\ORACLE\ORA9I\ORADATA\ORA9I\UNDOTBS02.DBF' SIZE 200M REUSE AUTOEXTEND ON;
Rem This tablespace as Undo Tablespace.
alter system set undo_tablespace = undotbs2;
drop tablespace undotbs1 including contents and datafiles;
Rem there is similar procedure to resize, recreate Temp tablespace.
Subscribe to:
Posts (Atom)
TOPICS
- Analyst (2)
- Bidah (1)
- Business (2)
- Business अनाल्य्स्त (1)
- Charity (1)
- Cloning (1)
- Database (1)
- DBV (1)
- DBVERIFY (1)
- Deal making (1)
- Differences (1)
- Directory Service (1)
- due diligence (1)
- Flinch (1)
- formating (1)
- Functional requirements (1)
- Headache (1)
- History of Oracle Technology Introductions (1)
- HTTP (1)
- HyperText (1)
- Infection (1)
- interview questions (1)
- interview क़ुएस्तिओन्स् (1)
- Islam (1)
- Islam And Women (1)
- JDBC (1)
- Manually Database Creation. (1)
- Meaning Of Charity (1)
- nasal (1)
- Negotiating Gambits (1)
- Negotiation (1)
- Nokia (1)
- Non-functional requirements (1)
- ORA-03297 (1)
- ORA-30013 (1)
- Oracle (8)
- Oracle Family of Database Products (1)
- PGA (1)
- Place of women in Islam (1)
- Process Analysis (1)
- Process Analysis Process Improvement (1)
- Process Bottleneck (1)
- Process Flow Diagram (1)
- Process Performance Measures (1)
- Real Time Exprience about DB Upgrade (1)
- Recovery Catalog (1)
- recreate (1)
- reset nokia (1)
- Resize (1)
- Responsibilities (1)
- RMAN (1)
- RMAN-06054: media recovery requesting (1)
- secret codes (1)
- Sinus (1)
- Sorting Enhancements (1)
- SQL Server 2000 (1)
- SQL Server 2005 (1)
- Symptoms (1)
- Systems (1)
- Table Copy From OneDB to AnotherDB (1)
- tablespace (1)
- Thin Client (1)
- Thin Client Models (1)
- Thin Driver (1)
- undo tablespace (1)
- utl_file plsql package. (1)
- Virtues of Charity (1)
- Web service (1)
- What is HTTP (1)
- Women's Prestige (1)
- workarea_size_policy (1)
- X-terminals (1)