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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Analyze Schema failed

RE: Analyze Schema failed

From: Deen Dayal <ddayal_at_dol.state.nj.us>
Date: Mon, 24 Sep 2001 09:21:56 -0700
Message-ID: <F001.00396658.20010924092334@fatcity.com>

Thanks for all the messages. I was executing it connecting as internal and SYS has system as temporary TS. Rest of the users have TEmporary_data as temp TS. I know its stupid to have SYS pointing to SYSTEM for temporary ts. I changed it, hop it will work this time.

Thanks
Deen

-----Original Message-----
Trassens
Sent: Monday, September 24, 2001 11:15 AM To: Multiple recipients of list ORACLE-L

It means the user that was executing the dbms_utility.analyze_schema has as temporary tablespace the SYSTEM one. Probably you did it with system or sys and since you had created the database you had never changed the temporary tablespaces of those users. Issue an alter user <name> temporary tablespace <temp or the name of the temp tablespace>;.

Also try with dbms_stats.gather_schema_stats instead of dbms_utility.....

Regards.


Eng. Christian Trassens
Senior DBA
Systems Engineer
ctrassens_at_yahoo.com
ctrassens_at_hotmail.com
Phone : 541149816062

Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Christian Trassens
  INET: ctrassens_at_yahoo.com

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).


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Deen Dayal
  INET: ddayal_at_dol.state.nj.us

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 Mon Sep 24 2001 - 11:21:56 CDT

Original text of this message

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