When Generating A Web Services Using Jdeveloper 11.1.1.2.0 From PL/SQL Package, Got Invalid Type Error
(Doc ID 1086207.1)
Last updated on MAY 08, 2020
Applies to:
Web Services - Version 11.1.1.1.0 and laterInformation in this document applies to any platform.
Symptoms
When trying to generate a Web Service using Jdeveloper 11.1.1.2.0 from PL/SQL procedure that has varray in the input parameter, got the following error:
oracle.j2ee.ws.common.tools.api.SeiValidationException: Interface user.MyWebService1:
Invalid Method
Method public void user.MyWebService1.pTabVtClob(user.VtClob[]): Invalid
parameter(user.VtClob[])
Type user.VtClob references an invalid type java.sql.Clob[], which is invalid for the
following reason:
Can not have a value type in a package under java.*
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |