Re: Help trying to debug this DUMB pl/sql code



amerar@xxxxxxx wrote:
On Nov 5, 1:35 pm, gerryt <lepsys...@xxxxxxxxx> wrote:
On Nov 5, 11:04 am, "fitzjarr...@xxxxxxx" <fitzjarr...@xxxxxxx> wrote:



On Nov 5, 12:19 pm, "ame...@xxxxxxx" <ame...@xxxxxxx> wrote:
On Nov 5, 12:13 pm, "ame...@xxxxxxx" <ame...@xxxxxxx> wrote:
Hi,
I have a package I'm trying to run through a debugger and find some
weird error. The package uses a defined type VARRAY:
TYPE IN_STR_ARR IS VARRAY(500) OF VARCHAR2(500);
The package has a number of parameters it accepts:
PROCEDURE awi_report_php (
p_site_id NUMBER,
p_i IN OUT IN_STR_ARR,
p_o IN OUT IN_STR_ARR,
p_v IN OUT IN_STR_ARR,
p_columns IN OUT IN_STR_ARR,
line OUT TEST_CURSOR,
p_str OUT VARCHAR2,
p_save_out OUT VARCHAR2,
p_save_in VARCHAR2 DEFAULT NULL,
p_comp_id VARCHAR2 DEFAULT NULL,
p_customer_id VARCHAR2 DEFAULT NULL);
Anyhow, if I try to debug with TOAD, I get some error about it not
being able to find the TYPE.
If I try to debug using SQL Developer, it complains about some 6531
error regarding an uninitialized collection.
WTF? This thing runs without any debugger (though it has an
error).
Can anyone think of anything???
Thinking of plonking another toadie, yes : >

Can I add, that I am explicitly assigning values to each of the
elements.......- Hide quoted text -
- Show quoted text -
Can we add that you regularly pull this stunt (not providing any
useful information, such as Oracle version [all four numbers], actual
code, actual error message) and expect someone to possess a crystal
ball to assist you?
Can YOU add the missing information?
As he's been posting here since 2002 and still doesnt get it I think
you are
being optimistic : >


I think your parents abused you both as children.......

What you think may be important to you. What I know is that I've
kill-filed you and you will no longer receive any help from me.

I think everyone else, based on your abusive attitude, should also
consider making your an internet orphan.
--
Daniel A. Morgan
University of Washington
damorgan@xxxxxxxxxxxxxxxx (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
.



Relevant Pages

  • Re: Help trying to debug this DUMB pl/sql code
    ... I have a package I'm trying to run through a debugger and find some ... The package uses a defined type VARRAY: ... p_save_out OUT VARCHAR2, ... If I try to debug using SQL Developer, ...
    (comp.databases.oracle.server)
  • Help trying to debug this DUMB pl/sql code
    ... I have a package I'm trying to run through a debugger and find some ... The package uses a defined type VARRAY: ... p_save_out OUT VARCHAR2, ... If I try to debug using SQL Developer, ...
    (comp.databases.oracle.server)
  • Re: Help trying to debug this DUMB pl/sql code
    ... I have a package I'm trying to run through a debugger and find some ... The package uses a defined type VARRAY: ... p_save_out OUT VARCHAR2, ... Puget Sound Oracle Users Group ...
    (comp.databases.oracle.server)
  • Re: Package debugging
    ... find information about the best way to debug a package. ... debugger that comes with SQL Developer, but I think this tool is only ... capable of debugging procedures that are not part of a package. ... Puget Sound Oracle Users Group ...
    (comp.databases.oracle.tools)
  • Re: From release notes for FC5T3 (web)
    ... installing it first. ... Yes yum has the package info from the RPM headers in the repos, ... A GUI for several command-line debuggers. ... The Data Display Debugger is a popular GUI for command-line ...
    (Fedora)