EBS 清除node信息 fnd_conc_clone.setup_clean

克隆系统后清除node信息(apps用户下操作)
exec  fnd_conc_clone.setup_clean; 
 
 
run the following in SQL*Plus. Note that this will delete all data from system tables such as
FND_NODES, FND_OAM_CONTEXT_FILES, etc. The correct information for the current system will be
repopulated when AutoConfig is run.
SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
COMMIT;
EXIT;
请使用浏览器的分享功能分享到微信等