在对db做clone或autocfg的时候遇到过ORA-12705 的错误,错误原因是由于环境变量 ORA_NLS10的设置在autocfg的时候会指向错误的位置,需要手工修改,之后找到log中未能正确完成的sql再次运行即可
metalink的solution如下:
Solution
1.
Make sure to have a valid backup
2.
In the environment file set:
ORA_NLS oa_var="s_db_oranls"
to:
/nls/data/9idata"
3.
Run the updated environment script
4.
Start the database and the applications tier processes
5..
In the context XML file set:
ORA_NLS oa_var="s_db_oranls"
to:
/nls/data/9idata".
5.
Run AutoConfig on the DB tierfunction doHelpTag(helpTag){ var helperFrame; helperFrame = document.getElementById("helpTag"); //helperFrame.src='f?p=200:99:1293944812870251859::NO::P99_HELP_TAG:'+helpTag; if (helperFrame.contentDocument) { helperFrame.contentDocument.location.replace('f?p=200:99:1293944812870251859::NO::P99_HELP_TAG:'+helpTag); } else { helperFrame.Document.location.replace('f?p=200:99:1293944812870251859::NO::P99_HELP_TAG:'+helpTag); } } A script enabled browser is required for this page to function properly. if (self.location.href != top.location.href){ top.location.href = self.location.href; }
|
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/594850/viewspace-578003/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/594850/viewspace-578003/