Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: errors from alert.log
Unfortunately, error messages related to replication in version 8.0 hardly
ever told it all :)
Several years ago we were getting an ORA-00942 on a simple replication/snapshot setup; the reason turned out to be that the index used to enforce the primary key on the master table was not unique ! Creating a unique index to enforce the primary key solved that particular problem. Of course if this worked for you before and suddenly stopped this probably has nothing to do with your particular issue.
mvg/regards
Jo
Mladen Gogala <mladen_at_wangtrading.com>
Sent by: oracle-l-bounce_at_freelists.org
06/07/2004 23:24
Please respond to oracle-l
To: oracle-l_at_freelists.org cc: Subject: Re: errors from alert.log
On 06/07/2004 05:03:53 PM, "Nguyen, David M" wrote:
> I receive following errors from alert.log. I'd like to know root cause
> of the error and how to fix it. Please help.
>
Well, it sort of tells it all: ORA-0942: Table or view does not exist. All you need is to find out which table passed to another level of existence and you're done. It can be done by using "set event". Then you need to upgrade to 9.2.05.
-- Mladen Gogala Oracle DBA Note: This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Jun 08 2004 - 02:45:02 CDT