Feeds
15142 items (92 unread) in 26 feeds
«
Expand/Collapse
Ask Tom MOST RECENT ARTICLES
-
-
Fetched: September 27th, 2008, 10:15pm PDT
I need a sample script (PL SQL) to load a XML file from a local or mapped drive into a oracle database. The plan is load the xml file into a stage table.
CREATE TABLE Stage_BD (
id NUMBER(15)
, xml_file XMLTYPE
, time...