Share all details related to your problem, including any error messages you may have received.
Hi All,
We are planning to migrate from Oracle database to RDS Postgres database. Anyone has any established pattern or best practices for migrating IdentityIQ schema with few TB data to Postgres DB?
Does Sailpoint recommend any guidelines for the data migration from Oracle to Postgres for IdentityIQ?
Hello, @vishal_kejriwal1@rajan_jethva
were you able to achieve this ? We are trying to do that now in our dev environment. We were able to migrate the schema and the data but receiving the below error while trying to login to IIQ Console.
org.postgresql.util.PSQLException: Bad value for type long
I am doing the same kind of migration and this error happened to me. You’ll need to export the BLOB objects as large objects, and BYTEA.
If you are using Ora2Pg, try to read about the --blob_to_lo parameter during the export.
Now I am stuck in a different issue, I had to export also the CLOB types in the same way as large files, but IIQ in the Postgres schema stores all as TEXT type, but IIQ expects some as large object and some as explicit text, both using the same data type in the db. It’s being trick to identify which Oracle CLOB needs to be exported as large object.