


Views
Replies
Total Likes
Views
Replies
Total Likes
Is anyone having issues with XMLType Data type in Oracle 11.2.0.4 version using Micromedia JDBC driver? We are facing issue after upgrading Oracle DB to 11.2.0.4 and your application uses Micromedia JDBC driver?
We are getting following error:
[Macromedia][Oracle JDBC Driver][Oracle]ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments
Views
Replies
Sign in to like this content
Total Likes
You should stick to the data types provided by workbench(jdbc specific). The XMLType is specific to Oracle. Check out the mapping : Data Type and Java-to-Java Type Mappings
In this case try String or Blob.
-Wasil
Views
Replies
Sign in to like this content
Total Likes