Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8595401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:25:28+00:00 2026-06-12T00:25:28+00:00

We are facing a problem in converting/casting DBCLOB to XML. Background We are storing

  • 0

We are facing a problem in converting/casting DBCLOB to XML.

Background

We are storing some xml data in a column of type DBCLOB (1073741823). For one of our requirements, we have to convert this data to XML type so that we can take advantage of Xquery to filter the result. For doing this conversion, we are using the following SQL query to convert DBCLOB to XML data type.

SELECT XMLCAST (XMLPARSE (DOCUMENT (CAST (CAST (COLUMN1 AS DBCLOB(32672)) AS VARCHAR (32672)))) AS XML from TABLE1 

Problem

For some scenario the size of data in DBCLOB column is more than 32672
and, since we are converting DBCLOB to XML via VARCHAR, so the output
get limited to 32672, and XML conversion fails.

What would be the way to achieve this casting (clob to xml)

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T00:25:29+00:00Added an answer on June 12, 2026 at 12:25 am

    Actually i was casting it to varchar as XMLPARSE function was expecting a string expression.

    After going through the documentation again, i converted it to blob and then to XML. It worked, the sample query which worked is given below for reference.

    SELECT 
      XMLCAST (
        XMLPARSE (
          DOCUMENT CAST (
            COLUMN1 AS BLOB
          ) 
          PRESERVE WHITESPACE
        ) as XML
      ) 
    FROM 
      TABLE1
    

    Thanks for support

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am facing a peculiar problem in parsing some xml data within my iPhone
I am facing problem finding any solution for converting my PDF to HTMl/xml.This requirement
Iam facing problem in understanding and converting a matlab code into opencv. I want
Possible Duplicate: Parse C# string to DateTime I am facing a problem while converting
I am facing a problem in date format. I am converting a string date(dd/MM/yyyy)
Im facing problem when trying to apply data annotation. In my case im passing
I have facing problem in listview i am getting data from server and after
I'm facing a problem while converting ms sql function into mysql. Here is ms
One problem I have been facing off and on for the past few weeks
We are converting VBScript templates to .net compound templates and are facing some issues

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.