This post will explain the steps to back and restore the OIM 11g. Typically the cases for backup and restore would involve:
I will explain the 1st scenario here. The export and import is recommended using data pump client utlity.
Exporting OIM stuff:
In 11g all the OIM data will get stored in database schemas XXX_OIM, XXX_SOAINFRA, XXX_ORASDPM, XXX_MDS.
XXX_OIM: This contains all the OIM specific schema.
XXX_SOAINFRA: If there are workflows configured in the environment, this schema has all of it.
XXX_ORASDPM: This is the user messaging schema.
XXX_MDS: Stores all the metadata of the environment.
expdp ‘”/as sysdba”‘ DIRECTORY=DATA_PUMP_DIR SCHEMAS=DEV_OIM,DEV_SOAINFRA,DEV_MDS,DEV_ORASDPM DUMPFILE=OIMSchemaExport.dmp LOGFILE=OIMSchemaExport.log JOB_NAME=OIMSchemaExport_JOB PARALLEL=4 COMPRESSION=ALL
The dump file (OIMSchemaExport.dmp) is where all our OIM schema backup is stored. Don’t open this as it may get corrupted. Check for the log file OIMSchemaExport.log for any errors.
Importing/Restoring OIM stuff:
impdp ‘”/as sysdba”‘ SCHEMAS=DEV_OIM,DEV_SOAINFRA,DEV_MDS,DEV_ORASDPM DUMPFILE=OIMSchemaExport.dmp LOGFILE=OIMSchemaImport.log JOB_NAME=OIMSchemaExport_JOB PARALLEL=4
Hope this helps.
I am engulfed in Oracle Identity & Access Management domain. I have expertise on providing the optimized solutions for user provisioning, web access management, Single Sign-On and federation capabilities etc., I am also well versed with complex integrations within Identity Management and other product domains. I have expertise on building demos and implementation experience on products Oracle Access Manager, Oracle Adaptive Access Manager, Oracle Entitlement Server, Oracle Virtual Directory, Oracle Internet Directory etc., Look @ my blog: http://talkidentity.blogspot.com