克隆系统后清除node信息(apps用户下操作)
exec fnd_conc_clone.setup_clean;
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;
SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
COMMIT;
EXIT;
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/35489/viewspace-732349/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/35489/viewspace-732349/