Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Cannt display xmltype value via debug - "unable to evalute"

User_GI6ONAug 4 2022 — edited Aug 4 2022

Hi! Sorry, if my question doesnt convenient that category.
Have tried to display xmltype value via debug with use Quest Toad (and VSCode Oracle Explorer). Its JDWP debug. When starting debug, I can see usual variables, but except xmltype - for it the watchers display the same title - "unable to evalute". For example:

 xml_result xmltype := xmltype('<IDS>TAG</IDS>');

Sure, I can display XMLType value by use:

dbms_output.put_line( xml_result.getStringVal());

But it will prefer see that values at all watchers.
oracle 11.2.0.4.0 64-bit toad 16.0.90, VSCODE 1.69.2
I suppose, that oracle version too old, or something else.. Will be very appreciate for any advice!

Comments

Post Details