DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 12

Thread: Parse THIS!!! XML can't contain HTML (anchor tags)???

Threaded View

  1. #5
    Join Date
    Aug 2005
    Posts
    7

    Nope....still get the error

    Nope...didn't work.

    I even tried changing it to a CLOB (see below + attachment).

    Still getting this error.

    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "SASSOH.JOBS_BIFERT", line 5
    ORA-04088: error during execution of trigger 'SASSOH.JOBS_BIFERT'
    ORA-06512: at "SASSOH.LOADXML", line 3
    ORA-06512: at line 22

    When I take out the anchor tags and the CDATA, everything works perfectly.


    --------------------------------------------------------------
    CREATE OR REPLACE PROCEDURE LoadXML (cfxml in CLOB) AS
    begin
    insert into JOBS (xmldoc) values (xmltype.createxml(cfxml));
    end;
    /
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width