RE: 11.2.0.3 drop materialized view weirdness

From: Stephens, Chris <Chris.Stephens_at_adm.com>
Date: Thu, 20 Oct 2011 13:56:21 -0500
Message-ID: <D95BD5AFADBB0F4E9BB6C53F14D3A0500572DD7E38_at_JRCEXC1V1.research.na.admworld.com>



It was not a name resolution problem. I had issued an 'alter session set current_schema=strain;' which I failed to show in a few emails. Sorry about that. It was definitely the Bug cited.

From: David Ramírez Reyes [mailto:dramirezr_at_gmail.com] Sent: Thursday, October 20, 2011 1:54 PM To: Stephens, Chris
Cc: 'oracle-l_at_freelists.org' (oracle-l_at_freelists.org) Subject: Re: 11.2.0.3 drop materialized view weirdness

Are you sure you are logged in with the user STRAIN?, seems like you are dropping another view and not the one owned by STRAIN user.

David Ramírez Reyes
DBA On 20 October 2011 13:44, Stephens, Chris <Chris.Stephens_at_adm.com<mailto:Chris.Stephens_at_adm.com>> wrote: This ended up being Bug#12845115 for which there is a patch available. Thanks for all the suggestions!

Chris

From: Stephens, Chris
Sent: Thursday, October 13, 2011 9:27 AM To: 'oracle-l_at_freelists.org<mailto:oracle-l_at_freelists.org>' (oracle-l_at_freelists.org<mailto:oracle-l_at_freelists.org>) Subject: 11.2.0.3 drop materialized view weirdness

11.2.0.3 RHEL 5 SQL> desc mv_strain_xml;
ERROR:
ORA-04043: object mv_strain_xml does not exist

SQL> select owner, object_type from dba_objects where object_name = 'MV_STRAIN_XML';

OWNER                          OBJECT_TYPE

------------------------------ -------------------
STRAIN MATERIALIZED VIEW

SQL> drop materialized view mv_strain_xml;

Materialized view dropped.

SQL> desc mv_strain_xml;
ERROR:
ORA-04043: object mv_strain_xml does not exist

SQL> select owner, object_type from dba_objects where object_name = 'MV_STRAIN_XML';

OWNER                          OBJECT_TYPE

------------------------------ -------------------
STRAIN MATERIALIZED VIEW

SQL> Any ideas?

CONFIDENTIALITY NOTICE:
This message is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by email reply.

--

http://www.freelists.org/webpage/oracle-l

CONFIDENTIALITY NOTICE:
This message is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by email reply.

--

http://www.freelists.org/webpage/oracle-l Received on Thu Oct 20 2011 - 13:56:21 CDT

Original text of this message