1
vote
Validating XML files against schema in Oracle PL/SQL
Once you get past the install issues, there are challenges in some Oracle versions when the schemas get big, particularly when you have schemas that include other schemas. I know we had that issue …
0
votes
Is there a method in PL/SQL to convert/encode text to XML compliant text?
With respect to Rulas's issue on Oracle Forms, there are a lot of things Forms can't do (in various versions), where you need to use a database package.
So write a database PL/SQL function …
1
vote
What is Oracle Native web services?
There are advantages and disadvantages. If you have developers experienced in PL/SQL, this makes it easier for them to provide and consume web services without going through a separate app server. …
0
votes
Oracle: loading a large xml file?
Seems like you're talking about 2 issues -- first, getting the XML document to where Oracle can see it. And then maybe making it so that standard relational tools can be applied to the data.
…
0
votes
xml to oracle conversion
The best material I've seen is two papers by Ken Atkins on "Getting XML into and out of Oracle using PL/SQL." There's a version on the ODTUG site (registered members, but registration is free) at …
