Re: Need help with creating packages
Date: Fri, 14 Aug 1998 19:41:01 +0200
Message-ID: <6r1sq4$ga8$1_at_newton.a2000.nl>
>Warning: Package created with compilation errors.
If this is an exact copy of your file, then add a / on a new line following the two occurences of the "end test_package;" lines.
>How do I found out what the error is (and BTW, if I lost the source
>for a package how could I find out its contents? What is the actual
>table the source is saved in?)
Just type SHOW ERRORS. It shows you the last errors. If this gives you something like "USAGE SHOW ERRORS [PACKAGE| ... ]" then remember about the / character, or explicitly type SHOW ERRORS PACKAGE BODY TEST_PACKAGE.
Your code is stored in user_source (or all_source), having type PACKAGE or PACKAGE BODY. The body can be hidden though, so don't be surprised if you can't find the body code of commercial software.
Goodluck,
Arjan.
Received on Fri Aug 14 1998 - 19:41:01 CEST