sqluldr2 linux64

下載:http://www.onexsoft.com/software/sqluldr2linux64.zip

上傳解壓后,放入path路徑

先直接調(diào)用執(zhí)行試試,一般會(huì)報(bào)如下錯(cuò)誤:
sqluldr2linux64.bin: error while loading shared libraries: libclntsh.so: cannot open shared object file: No such file or directory
也可以用ldd命令來看缺什么包: ldd ./bin/sqluldr2linux64.bin
完整的輸出:

[oracle@offdb ~]$ sqluldr2linux64.bin 
sqluldr2linux64.bin: error while loading shared libraries: libclntsh.so: cannot open shared object file: No such file or directory
[oracle@offdb ~]$ ldd ./bin/sqluldr2linux64.bin 
    linux-vdso.so.1 =>  (0x00007ffdf0778000)
    libclntsh.so => not found
    libc.so.6 => /lib64/libc.so.6 (0x00007fd398371000)
    /lib64/ld-linux-x86-64.so.2 (0x000055b5a4b9e000)
[oracle@offdb ~]$

缺這個(gè)的這個(gè)文件,可以在oracle安裝目錄中找到,做一個(gè)軟連接到lib中去,注意權(quán)限問題,root操作,否者沒權(quán)限
ln -s /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so /lib64/libclntsh.so

再次執(zhí)行即可運(yùn)行成功
[root@offdb ~]# ln -s /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so /lib64/libclntsh.so
[root@offdb ~]# su - oracle
[oracle@offdb ~]$ sqluldr2linux64.bin

SQL*UnLoader: Fast Oracle Text Unloader (GZIP, Parallel), Release 4.0.1
(@) Copyright Lou Fangxin (AnySQL.net) 2004 - 2010, all rights reserved.

License: Free for non-commercial useage, else 100 USD per server.

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

友情鏈接更多精彩內(nèi)容