How to Clear The Cache For Oracle Data Integrator (ODI) Studio
For Oracle Data Integrator Version 11.1.1.3.0 and later
Start ODI Studio in clear cache mode like this:
odi -clean -initialize
-OR-
Ensure ODI Studio instances are closed
Navigate to $ORACLE_HOME/.odi
Delete the "system<version>" folder, with <ODI version> corresponding to your version of ODI.
Example:
rm -rf system12.2.1.4.0
Restart ODI Studio —> a A new folder system<version> will be created.