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

Home -> Community -> Mailing Lists -> Oracle-L -> dbms_utlity.analyze_schema error

dbms_utlity.analyze_schema error

From: Eric King <erickingus_at_hotmail.com>
Date: Tue, 16 Dec 2003 17:34:24 -0800
Message-ID: <F001.005DA1DF.20031216173424@fatcity.com>








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: Eric King
  INET: erickingus_at_hotmail.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 - 19:34:24 CST

Original text of this message

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