15 Data Management Assembly for Informatica Uninstall

Note:

This section is applicable only to uninstall the Data Management Assembly only from the development environment.
- Steps

Checkbox

Execute the following commands to drop user schemas by connecting to the system user.

drop user <WIL_HMC_USR>  cascade;
drop user <WIL_INFA_REP_DB_USER>  cascade;
drop user <AT_HMC_USR>  cascade;
drop user <AT_INFA_REP_DB_USER>  cascade;
drop user <CDM_INFA_REP_DB_USER> cascade;
drop tablespace <INFA_REP_TBSP> INCLUDING CONTENTS and datafiles;
drop tablespace <INFA_REP_TMP_TBSP> INCLUDING CONTENTS and datafiles;
drop tablespace <HMC_SCHEMA_TBSP> INCLUDING CONTENTS and datafiles;
drop tablespace <HMC_SCHEMA_TMP_TBSP> INCLUDING CONTENTS and datafiles;
commit;

Checkbox

Log in to the Informatica Admin console and delete the following repositories and integration services:

  • Repositories
    • WIL_REP_NAME
    • AT_REP_NAME
    • CDM_REP_NAME
  • Integration Services
    • WIL_INT_SRVC
    • AT_INT_SRVC
    • CDM_INT_SRVC

Note:

  • Ensure that there are no db (.dbf files) files in INSTALL_HOME.

    If they exist, do not execute the following command:

    rm -r INSTAL_HOME

    Contact the Database Administrator for guidance.

  • Back up any user-specific files (apart from installer default files) in the installation directory.