Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Help in Package Creation..
Oracle will give feedback as package / package body created with
compilation error in case of any probs. Then you can see it using show
errors.
Also, you can recompile the object by
alter package <package name> compile; alter package body <package body name> compile;
Regards
Raji
-----Original Message-----
From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Arul kumar
Sent: Thursday, December 21, 2000 12:52 PM
To: Multiple recipients of list ORACLE-L
Subject: Help in Package Creation..
Hi DBAs,
I was creating a package. After executing the script, ( got message
"Package Created & Package Body Created") i am not able to execute it.
When i queried USER_OBJECTS it has INVALID status for both SPEC & BODY
of that
package.
Sequence of execution : First Spec & then Body . Right?
What went wrong? Pl. help me.
TIA
Arul.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Arul kumar
INET: rakumar_at_mahindrabt.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: 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).
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.211 / Virus Database: 100 - Release Date: 11/14/00
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.211 / Virus Database: 100 - Release Date: 11/14/00
Received on Fri Dec 22 2000 - 05:51:04 CST
![]() |
![]() |