在aix6.1上安裝了10.2.0.1版本的oracle數(shù)據(jù)庫,想打10.2.0.5pathc中途報錯。具體報錯當時忘記截圖了,大概意思提示就是要結(jié)束一些
在aix6.1上安裝了10.2.0.1版本的Oracle數(shù)據(jù)庫,想打10.2.0.5pathc中途報錯。具體報錯當時忘記截圖了,,大概意思提示就是要結(jié)束一些提示的系統(tǒng)進程。后經(jīng)查看oracle support找到一篇文章講解了如何解決辦法。文章號為[ID 975597.1]
oracle給出的解決方法如下:
Solution
To implement the solution, please execute the following steps:
1. Exit the current installer
2. As root user:
cd /usr/sbin/
mv fuser fuser.orig
touch /usr/sbin/fuser
chmod +x /usr/sbin/fuser
3. As oracle software owner, install the 10.1.2.3 patchset.
(Note: fuser can now return nothing, hence the Installer should continue)
4. After a successful installation, as the root user, rename the fuser back.
cd /usr/sbin/
cp fuser.orig fuser
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com