Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: dbms_utlity.analyze_schema error
-----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 errorWhen 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 2Anyone 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