Quote:
Originally posted by ansonee
I actually went into the samples directory and edited the getstart_prep.cmd file to contain the path to the database that I want to enable - et voila!!!
Now I have another question: I've been going through the admin guide and reference and trying to find a way to decompose an xml document into a pre-existing relational table, and don't seem to be having much luck.
Is this something that I need to do manually via the stored procedures? And seccondly: are the stored procedures strictly java stored procedures (or need to be invoked through java code)?
I hope this makes sense....
Thanks!
|
To decompose an xml document into tables and columns you would call a stored procedure (part of XML extender) and pass it a CLOB containing your XML. I think the process is described in the document you're referring to under "Working with XML collections" or something.
You don't have to call those stored procedures from Java - the only requirement is that you need to pass it a CLOB somehow.