How to Debug and View the Values of DBMS_XMLDOM objects in TOAD v9.0 [message #474230] |
Fri, 03 September 2010 13:48 |
francismarinus
Messages: 3 Registered: September 2010 Location: United States
|
Junior Member |
|
|
I am able to debug the PL/SQL procedure in Oracle 10g. But I have used DBMS_XMLDOM objects in my procedure. When I debug, I am not able to determine the value of a DOM Node or a DOM Node List and the debugger displays "unidentified identifier" in the tool tip of the DOM Object variable. I wanted to know about how to view the values of the DOM Object variables while in debugging mode.
Also, is there any way to print the values of the DOM variables using DBMS_OUTPUT.PUT_LINE() statements.
Thanks,
Francis
|
|
|