How to test a newer version of an existing procedure

Hello
I am a plsql newbie, so any help is appreciated. There is an existing procedure named "procX" on Oracle DB say package «packX» work I also have the same package locally in my file system, I have I edited the procedure and I now try to test it on my local drive before putting it in the comic book. My test script looks like this:
-----------------------------------
call packX.procX (12)
SELECT to confirm follows later...
-----------------------------------

The original script - an old work - both the slightly modified fails like this:

SQL-Fehler: ORA-04063: package body "SYSADM.packX" contains errors
04063 00000 - "%s contains errors.
* Cause: Try to run a stored procedure or use a display that has
errors. For stored procedures, the problem may come from syntax errors
or references to other procedures, non-existent. For views,.
the problem could be a reference in the query from the view definition to
a non-existent table.
Can also be a table that has references to non-existent or
inaccessible types.
* Action: Fix any errors and/or create objects referenced as needed.
Commit been.

I will probably load and compile missing packages, how do I do that?

Thank you

The error said you you tried to run a package that has not been compiled successfully.
--
The first step in the evolution of existing code is usually to save the existing code then in the worst case, you should be able to run it back.
--
When you try to compile your look of procedure for errors and correct them. The error messages should determine which rows in the source are the issue.
--
If you use SQLPlus to perform compilation follow the procedure create or create the package with a clause of "show errors" to display the error messages.
--
HTH - Mark D Powell.

Tags: Database

Similar Questions

Maybe you are looking for

  • OneNote product key

    Hi allI bought mx30 portable satellite, so I registered, I received the product by mail but acciently key I erased it and no way to have it again, I tried to make the installer of microsoft but unfortunately the internet connection was very slow it i

  • activation code/product key

    Toshiba has replaced my hard drive under warranty, and now my activation code/product key is "invalid" Toshiba said to contact Microsoft - Microsoft said to contact Toshiba. I don't think I should pay something for this problem. All I want is basic p

  • WRT54GL: Fast cable internet connection; very slow wireless

    I have been chasing a problem for months and I am at the end of my mind. I started with a cable modem Motorola SB5101 and Buffalo bison wrt-hp-g54.  For years, we had a (intermittent) desperately slow wireless connectivity.  Recently I started to run

  • GPS navigation system to crash after update 23.4.A.1.264

    Hello I have a problem with the GPS in my Z3 Compact - whenever I run a navigation offline, it crashes after a while of driving. I tried different applications, but it happens on Sygic Navigation and Garmin Navigation System (on a month back, I went

  • How to get the ip of playbook via HTML5

    Hi, I am trying to add ads to mmedia to my app playbook, but I need to get the ip address of the playbook in order to achieve this is anyone knows how I can do? I looked if the API and have not been able to get a way to do it, thanks.