Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: DBMS_REPAIR, 8.1.7

Re: DBMS_REPAIR, 8.1.7

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Sat, 22 Nov 2003 14:09:27 -0800
Message-ID: <1069538996.149245@yasure>


John Oakes wrote:

> Object does not exist.  Why?  What schema should it be located in?
> 
> <snipped>

>>
>>what happens when you log in as sys or system and do
>>
>>desc dbms_repair
>>

DBMS_REPAIR is owned by SYS and built with the creation of the SYSTEM tablespace. If it isn't there ...

SELECT COUNT(*)
FROM dba_objects
WHERE object_name = 'DBMS_REPAIR';

Then shut the database down ASAP.
Log back on as SYS and bring it back up in restricted mode Then run catalog.sql and catproc.sql before letting anyone touch anything.

If DBMS_REPAIR is missing one can only wonder at what else may be missing too.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Sat Nov 22 2003 - 16:09:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US