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: dbms_utlity.analyze_schema error

RE: dbms_utlity.analyze_schema error

From: Sami <saminathans_at_myrealbox.com>
Date: Tue, 16 Dec 2003 19:54:26 -0800
Message-ID: <F001.005DA1E2.20031216195426@fatcity.com>








regardless of this error it is always bettwer to user dbms_stat package
-----Original Message-----
From: ml-errors@fatcity.com [mailto:ml-errors@fatcity.com]On Behalf Of Eric King
Sent: Tuesday, December 16, 2003 8:34 PM
To: Multiple recipients of list ORACLE-L
Subject: dbms_utlity.analyze_schema error

When I run the following code in sql*plus (login as system), it outputs the following error:
begin
 dbms_utility.analyze_schema('CLARK','COMPUTE');
end;
 
ORA-02074: cannot ANALYZE TABLE in a distributed transaction
ORA-06512: at "SYS.DBMS_DDL", line 179
ORA-06512: at "SYS.DBMS_UTILITY", line 472
ORA-06512: at line 2

Anyone knows what is this? My Oracle 9.2 is running on Windows XP Prof.

Thanks,

Eric

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Sami
  INET: saminathans_at_myrealbox.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Tue Dec 16 2003 - 21:54:26 CST

Original text of this message

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