|
-
Possible solution to ORA-00902 Invalid Datatype
We have had the same problem with object types.
Our solution:
Make sure that the data types match the table you are using, especially if your data type is referencing other data types.
Make sure that the declaration of the data types are the same across the board i.e. Java as well as the Oracle datatypes, procedures and tables.
This solved our problem.
Hope this helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|