Extracting clob length data from an xml attribute using oracle xml packages
From: Nart <nart_at_yahoo.com>
Date: 16 May 2002 06:41:16 -0700
Message-ID: <15da1788.0205160541.6775cf84_at_posting.google.com>
Date: 16 May 2002 06:41:16 -0700
Message-ID: <15da1788.0205160541.6775cf84_at_posting.google.com>
I'm attempting to parse an XML document using oracle PL/SQL XML
packages. for most attributes and nodes everything works fine.
however, i cant find a way to extract attribute data that contains
VERY long data....similar to a clob.
all xmldom and related packages deal with varchar2....none with clob.
any suggestions?