Oracle 12c Performance issue after upgrading database from 10.2.0.5.0 to 12.1.0.2.0
Hello,
We have upgraded Test environment Oracle database from 10.2.0.5.0 to 12.1.0.2.0 with Production data.
After upgrading the database, we are facing performance issue in few processes which are taking huge time to complete compare to older database version.
For example,
- Facing "ORA-01722 Invalid Number" error when trying to access CHAR data type column with numeric value without quotes:
When we are executing the query on Production environment (Oracle Database 10.2.0.5), we are not getting any error while in case of this upgraded database, same query is throwing "ORA-01722 Invalid Number" error.
For example, where EMP_TYPE (CHAR(2) data type) = 1 –it is giving error