Oracle SOA Suite Online Training

Interested in learning Oracle SOA Suite 12c?
Learn from the author of this blog!
A complete and comprehensive course on the #1 platform on SOA - Oracle SOA Suite

Click here to find the complete course details
Click here to check the first session on Oracle SOA Suite 12c

================================================================================================

WSDLException: faultCode=OTHER_ERROR: Database Type not supported

Sometimes, while creating a dbAdapter for a stored procedure, you can browse the SP from the database adapter wizard, but when you click on finish, you might encounter the following error


WSDLException: faultCode=OTHER_ERROR: Database Type not supported
Encountered a database type XX that is either not supported or is not implemented.
Parameter YY is of type ZZ which is either not supported or is not an implemented datatype



This happens when the user you are using to connect to the database from the Database Adapter wizard is not given grants to the stored procedure.
Everytime the Stored Procedure or its types are modified in the db, grants to this user has to be given again.

No comments:

Post a Comment