1. update (select .....) set column1 = column2; |
發(fā)布時(shí)間: 2012/9/12 17:34:00 |
#./runInstaller之后出現(xiàn)如下的錯(cuò)誤信息:-
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-12-03_09-02-02AM/jre/1.4.2/lib/i386/libawt.so:libXp.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at sun.security.action.LoadLibraryAction.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.awt.NativeLibLoader.loadLibraries(Unknown Source) at sun.awt.DebugHelper.(Unknown Source) at java.awt.Component.(Unknown Source) 解決方法參見錯(cuò)誤二
/tmp/OraInstall2007-12-30_02-16-11PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred.. 原因是:缺少支持打印的圖形化動(dòng)態(tài)鏈接庫(kù)libXp.so.6 這個(gè)錯(cuò)誤是由于缺少系統(tǒng)安裝包,在RHEL5以前的版本,安裝xorg-x11-deprecated-libs包即可,這個(gè)安裝包可以在系統(tǒng)光盤第三張盤中找到(對(duì)于RedHat as4.2以前,redhat as4.4是在第四張安裝光盤)
錯(cuò)誤二: Exception :java.lang.UnsatisfiedLinkError:/usr/java/j2sdk1.4.2_06/jre/lib/i386/libawt.so: libXt.so.6: cannot open shared object file: No such file or directory
在上面兩個(gè)錯(cuò)誤如果出現(xiàn)在RedHat as5版本中,解決如下: 在RHEL5中上面的包被libXp所取代了,因此rpm -ivh libXp-1.0.0-8.i386.rpm將包打上后問題即可解決。
錯(cuò)誤三: error while loading shared libraries: libstdc++-libc6.1-1.so.2 只用執(zhí)行如下操作 #cd /usr/lib #ln -s libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-1.so.2
案例一: 在RHEL5上測(cè)試安裝Oracle10g,首先,在執(zhí)行runInstaller時(shí),系統(tǒng)報(bào)錯(cuò): You do not have sufficient permissions to access the inventory '/Oracle11g/oraInventory'. Installation cannot continue. Make sure that you have read/write permissions to the inventory directory and restart the installer.: Permission denied 這里采用的是新建一個(gè)10g用戶的方法讓10g,11g并存,實(shí)際上在啟動(dòng)安裝程序的時(shí)候,Oracle會(huì)去找/etc/oraInst.loc和oratab這兩個(gè)文件(hp是/var/opt/oracle) 而在oraInst.loc里面定義了inventory_loc的位置和inst_group,由于之前裝過了一個(gè)11g,里面的定義都是針對(duì)11g用戶設(shè)置的,所以才會(huì)報(bào)錯(cuò)。解決辦法是執(zhí)行runInstaller -invPtrLoc /Oracle10g/oraInst.loc 命令就可以繞過去了,oracle會(huì)創(chuàng)建一個(gè)新的loc文件。
Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-08-30_02-16-11PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred.. 在RHEL5以前這個(gè)錯(cuò)誤是因?yàn)槿鄙賆Free86-libs或xorg-x11-deprecated-libs這兩個(gè)包其中一個(gè)(版本不同包不同),而在RHEL5中前面的包被libXp所取代了,因此rpm -ivh libXp-1.0.0-8.i386.rpm將包打上后問題解決。
案例二: 在開始安裝時(shí)出現(xiàn)以下錯(cuò)誤: error while loading shared libraries: libstdc++-libc6.1-1.so.2 #cd /usr/lib Exception :java.lang.UnsatisfiedLinkError:/usr/java/j2sdk1.4.2_06/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
案例三: 在RH Linux7.3上使用JasperReport作為報(bào)表引擎時(shí),碰到了一樣的問題: 原因是:缺少支持打印的圖形化動(dòng)態(tài)鏈接庫(kù)libXp.so.6(也許還有相關(guān)的其他庫(kù)) 下載并安裝XFree86-libs-4.2.0-8.i386.rpm,/usr/X11R6/lib下就會(huì)出現(xiàn)需要的libXp.so.6.2
本文出自:億恩科技【mszdt.com】 服務(wù)器租用/服務(wù)器托管中國(guó)五強(qiáng)!虛擬主機(jī)域名注冊(cè)頂級(jí)提供商!15年品質(zhì)保障!--億恩科技[ENKJ.COM] |