Search:

Type: Posts; User: KucerakJM

Search: Search took 0.11 seconds.

  1. Re: Inserting Large XML file into Oracle Database through java

    I see, well I don't think I will be much help here but I do see one thing that you may want to change. In the main method xml = XMLType.createXML(conn,doc); is called before the try/catch statement...
  2. Re: Inserting Large XML file into Oracle Database through java

    I'm no expert at databases, let alone oracle, but I think this statement is incorrect:


    query = "INSERT INTO xml_tab(xmldata) values(xmltype.createxml(?))";

    xmldata is one of your variables,...
Results 1 to 2 of 2