1. Set password for SYS in password file:
orapwd file=$ORACLE_HOME/dbs/orapw<ORACLE_SID>
2. Drop repos data copied from the original database ( you may need to unlock sysman user first ):
emca -deconfig dbcontrol db -repos drop
3. If emca cannot drop user sysman, drop it manually in sqlplus:
DROP USER sysman CASCADE;
4. Create the repos data:
emca -config dbcontrol db -repos create
posted on 2014-10-28 04:30 Amonw's Weblog 阅读(176) 评论(0) 收藏 举报

























浙公网安备 33010602011771号