de-install enterprise manager cloud control 12c release - in order to reinstall with 12c BP1
I've never done this and I'm a newbie with using OEM.
I'm following "How to De-install Enterprise Manager Cloud Control 12c Release 1 (12.1.0.1) [ID 1428956.1]", or trying to
so far I'm at the step where I have to do - Drop the Enterprise Manager Cloud Control schema (SYSMAN schema) and the Metadata schema (MDS schema) from the Management Repository by running the following command from the OMS home:
$<OMS_HOME>/sysman/admin/emdrep/bin/RepManager <database_host> <repository_database_port> <repository_database_sid> -action dropall -dbUser <repository_database_user> -dbPassword <repository_database_password> -dbRole <repository_database_user_role> -reposName <repository_name> -reposPassword <repository_password> -mwHome <middleware_home> -mwOraHome <middleware_ora_home> -oracleHome <OMS_HOME>
0