Skip to Main Content

SQL & PL/SQL

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.

PL SQL query to find a hexadecimal value in a view

HKumar679Oct 18 2016 — edited Oct 19 2016

Hi Team,

Please advise me how to find a hexadecimal value in a view ( it has got more than 30 fields ).

I was getting the below error message while importing the view data.

I need to find out where it exactly causing this error. The error message doesn't say the exact field name.

Thank you All

Error:-

Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: There is an error in XML document (1, 2472). ---> System.Xml.XmlException: ' ', hexadecimal value 0x0B, is an invalid character. Line 1, position 2472.

pastedImage_1.png

This post has been answered by HKumar679 on Oct 19 2016
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 16 2016
Added on Oct 18 2016
26 comments
6,136 views