Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dbv problem

Status
Not open for further replies.

Matsul

IS-IT--Management
May 6, 2002
140
BE
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>
 
Matsul,

Do you have evidence that there is a corruption in a TEMPORARY tablespace? If so, Oracle recommends that you:

1) create a new TEMPORARY tablespace.
2) assign the new tablespace as TEMPORARY_TABLESPACE for any users assigned the corrupted tablespace as their TEMPORARY.
3) drop the corrupted TEMPORARY tablespace.

Let us know your findings.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
 
Hi Mufasa,

problem solved. It seems the temp file was not actually in use and could just be deleteed. Not sure how it came about but problem is solved.

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top