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: Unable to Drop Package

RE: Unable to Drop Package

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Wed, 18 Sep 2002 11:39:25 -0800
Message-ID: <F001.004D2B89.20020918113925@fatcity.com>


Why do not you try to modify one of them to remove the reference to the other package and then see if you can drop them?

Use: CREATE OR REPLACE PKG1 < new code >

You might have tried this already!

Waleed

-----Original Message-----
Sent: Wednesday, September 18, 2002 6:13 AM To: Multiple recipients of list ORACLE-L

        Hi Everybody,

        I have created two Package

        Pkg1 and Pkg2

        Inside Pkg1, I have defined PL/SQL Table Data Type

	Type Pkg1_DataType IS TABLE OF VARCHAR2(10)
	INDEX BY BINARY_INTEGER;


	Inside Pkg2, I have defined Type

	Type Pkg2_DataType IS TABLE OF VARCHAR2(10)
	INDEX BY BINARY_INTEGER;


	Now I am referring Pkg2_DataType in Pkg1 and Pkg1_DataType in Pkg2


	Some how both of package got Invalid.

	Now I am unable to compile or drop either of Packages.

	Drop Package Pkg1

	Error at line 1:
	Ora-00600: Internal Error Code,

arguments:[4882],[154632684],[167717428],[154509328],[],[],[],[]

        At least I want to drop the package, So that I can rewrite everything from scratch.

        Can anybody help to resolve this problem.

	Thanks
	Suman












DISCLAIMER: Information contained and transmitted by this E-MAIL is proprietary to Mascot Systems Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at Mailadmin_at_mascotsystems.com Before opening attachments, please scan for viruses.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Suman S K
  INET: SumanK_at_mascotsystems.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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Khedr, Waleed
  INET: Waleed.Khedr_at_FMR.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 Wed Sep 18 2002 - 14:39:25 CDT

Original text of this message

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