logo       

xml document to oracle table: msg#00000

Subject: xml document to oracle table
I am attemptimg to convert an xml document to an oracle table.
I am using the following java program to try to achieve this task.

import oracle.xml.sql.dml.*;
import java.sql.*;
import oracle.jdbc.driver.*;
import oracle.jdbc.*;
import java.net.*;

public class xmltest
{
  public static void main(String args[]) throws SQLException
  {
    String tabname = "TRILOAD"; // Table into which to insert xml data
    String filename = "c:\\pa_tri.xml\\"; // xml document filename
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());

    // Initialize a JDBC connection
    Connection conn = DriverManager.getConnection
      ("jdbc:oracle:thin:@epen02:1535:DEVDWH","TRI_DBA","TEST");

    // Insert XML data from file (filename) into
    // database table (tabname)
    OracleXMLSave save = new OracleXMLSave(conn, tabname);

    URL url = save.createURL(filename);
System.out.println("display :" + filename);
    int rowCount = save.insertXML(url);
System.out.println("display :" + url);

    System.out.println(" successfully inserted "+rowCount+
                       " rows into "+ tabname);
    conn.close();
System.exit(0);
  }
 }

The program compiles fine, however when attempting to run it I get the
following error message.

Exception in thread "main" oracle.xml.sql.OracleXMLSQLException: No rows to
mo
fy -- the row enclosing tag missing.  Specify the correct row enclosing tag.
        at oracle.xml.sql.dml.OracleXMLSave.saveXML(OracleXMLSave.java:2532)
        at oracle.xml.sql.dml.OracleXMLSave.saveXML(OracleXMLSave.java:2402)
        at oracle.xml.sql.dml.OracleXMLSave.insertXML
(OracleXMLSave.java:1365)
        at xmltest.main(xmltest.java:25)


Anyone have any suggestions on what the problem is.
Any ideas would be appreciated.

-----------------------------------------------------
xml-interest: A list for discussing XML technologies in the Java Platform.
To post, mailto:xml-interest@xxxxxxxxxxxx
Archives at: http://archives.java.sun.com/xml-interest.html
To unsubscribe, mailto:listserv@xxxxxxxxxxxx the following message;
signoff xml-interest.



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
linux.arklinux....    user-groups.lin...    kde.usability/2...    ietf.ipp/2002-0...    mail.spam.spamc...    os.netbsd.devel...    audio.cd-record...    text.unicode.de...    php.documentati...    games.fps.halfl...    window-managers...    suse.oracle.gen...    bug-tracking.gn...    video.dvdrip.us...    xfree86.cvs/200...    java.netbeans.m...    network.argus/2...    culture.sf.kill...    debian.ports.al...    freebsd.questio...    qplus.devel/200...    handhelds.palm....   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe