Database-migration troubleshooting
Long operations: ORA-01652
When the database migration fails with ORA-01652 error, its due to tablespace limitations. In order to fix this, the tablespace(usually TEMP) needs to be extended. In case an update script contains parallel execution, it might be possible, to avoid the error with lowering the parallelDegree value(see: module_helm_configuration_parameters) in the helm chart. It would mean the execution will take longer, but the amount of required TEMP space is lower.
Database update versions which use parallel execution are:
-
3.0.0.0 to 3.1.0.0