Recent content by pklosky

  1. P

    pls-00123 program too large

    Marco, Thanks for explaining the details of the debug feature. I now understand you to say that pl/sql developer simply provides a debug argument to Oracle. In this case, we should be able to reproduce our problem with "program too large" by using sqlplus with the arguments you mention. I...
  2. P

    pls-00123 program too large

    Marco, Thanks for the information. We tried abandoning the debug capability of your product as you suggest. You are correct; at least now we can get the code passed on to Oracle without issues based on what we now understand to be the extra code your product adds to the code we write. Do you...
  3. P

    pls-00123 program too large

    Marco, Thanks for the prompt response. As you suggest, we will try disabling the debugger to see if that yields an improvement in our situation. Peter
  4. P

    pls-00123 program too large

    When we try to compile some code with pl/sql developer, it yields: pls-00123 program too large However, when we run it with the Oracle provided sqlplus utility, it compiles. Thanks for providing pl/sql developer. We, as a company, are proud to have invested our money in it. Now, we are...
Back
Top