Forum Discussion
1 Reply
Sort By
- Nastya_KhovrinaSmartBear Alumni (Retired)
Hi anamv,
According to the Receiving class not found exception of oracle.xdb.XMLType for Oracle DB query? article, the issue is related to the required database library files. You may need to add the following files to the classpath:
- xdb.jar
- xdb6.jar (since Oracle Database 11.2.0.3)
- xmlparserv2.jar
Please see the following articles for details:
https://mvnrepository.com/artifact/oracle/xdb/1.0