Using Oracle XML Parser:
Currently uploading XML data into the POET database is
done by runtime generation of classes using
IBM XML Parser for Java [IBM, 1999]. Java objects are instantiated
at runtime using the created classes and which are
inserted into the POET database using POET API.
To migrate to Oracle8i [Oracle, 1998], the generation of classes would
have to be modified to support datatypes that Oracle
supports. Also the parser used can be Oracle XML Parser
for better compatibility. Similarly the querying module
would support Oracle specific datatypes.