Ora2Pg Migration – Data Type Mismatch Error
The code like this in your program can throw “Data Type Mismatch Error” at run time. Following is the actual runtime error will come in the application, Caused by: org.postgresql.util.PSQLException: ERROR: operator does not exist: smallint <> character varying Hint: No operator matches the given name and argument types. You… Continue Reading Ora2Pg Migration – Data Type Mismatch Error