Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Schema Generation

107841Nov 23 2001
hi,
when i tru to get the XML Schema using getXMLSchema method in
OracleXMLQury class it is throwing a run time error:
Exception in thread "main" java.lang.NoSuchMethodError
at oracle.xml.sql.XSUXSchemaHandler.endElement
(XSUXSchemaHandler.java:46
0)
at oracle.xml.sql.core.OracleXMLConvert.getSchema
(OracleXMLConvert.java:
2639)
at oracle.xml.sql.core.OracleXMLConvert.getXML
(OracleXMLConvert.java:869
)
at oracle.xml.sql.query.OracleXMLQuery.getXMLString
(OracleXMLQuery.java:
263)
at oracle.xml.sql.query.OracleXMLQuery.getXMLString
(OracleXMLQuery.java:
211)
at com.softprojex.DatabaseReading1.main
(DatabaseReading1.java:43)

DatabaseReading1 is my program, it is compiled w/o errors and it
is thorughing this error at runtime. please anybody can help me
how to solve thsi problem. it is very urgent for me.

bye
glkishore
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 20 2002
Added on Nov 23 2001
3 comments
223 views