ODIEE - XML
Jdbc Connection String
jdbc:snps:xml?
f=PathToMyXml.xml
&d=PathToMyXsd.xsd
&s=EMPLOYEES
&re=regions
&dp=all_employees.properties
&lf=PathToLogFile
&ll=31
where
f - represents xml sample file
d - represents xsd file
re- root element name in xsd (regions in our case)
s - logical schema name for this xml
dp - property file for external database schema to store xsd representation
lf - log file to redirect logs
ll - log level (31 is the highest level)
Documentation / Reference