Reading XML file names
490579Mar 9 2006 — edited Mar 15 2006Hi,
Iam not sure if I should be posting this question in this forum....
I have already registered my schema and Iam able to insert a single xml file into a table. I have passed the xml file name as a parameter and iam able to load it also.
Now, I want this to be automated.
If there are 100s of XML files in a folder, all these file names should be passed as parameter to my procedure (one by one) in a for loop, so that they can all be loaded.
I searched in the net but found only Java or C code.
Iam using oracle 9i release 2.
Can anyone out there help me?
Thanks in advance.