Logon to Oracle’s sqlplus: Sqlplus >connect ABC/********** (userid/password) create table al_machine_info_backup as select * from al_machine_info; Delete from AL_MACHINE_INFO where MACHINE_NAME='’; Delete from AL_MACHINE_INFO where MACHINE_NAME='.dns_name.com>'; Select machine_name,port from AL_MACHINE_INFO; For user schema DEF: Sqlplus >connect DEF/********** (userid/password) create table al_machine_info_backup as select * from al_machine_info; Delete from AL_MACHINE_INFO where MACHINE_NAME='’; Delete from AL_MACHINE_INFO where MACHINE_NAME='.dns_name.com>'; Select machine_name,port from AL_MACHINE_INFO; For system schema user DS__cntrl_repo: Sqlplus >connect DS__cntrl_repo /********** (userid/password) create table al_machine_info_backup as select * from al_machine_info; Delete from AL_MACHINE_INFO where MACHINE_NAME='’; Delete from AL_MACHINE_INFO where MACHINE_NAME='.dns_name.com>'; Select machine_name,port from AL_MACHINE_INFO; Similarly, do the same for the system schema users DS__datam_repo, DS__prof_repo, DS__STAGING. For system schema user _REPO: Sqlplus >connect _REPO/********** (userid/password) create table al_machine_info_backup as select * from al_machine_info; Delete from AL_MACHINE_INFO where MACHINE_NAME='’; Delete from AL_MACHINE_INFO where MACHINE_NAME='.dns_name.com>'; Select machine_name,port from AL_MACHINE_INFO; Similarly, do the same for the system schema users DS__cntrl_repo, DS__datam_repo, DS__prof_repo, DS__STAGING.