【SQLPLUS】sqlplus 客戶端所需的檔案列表
Tables E-1, E-2 and E-3 list the required files from each of the SQL*Plus and OCI packages. The files from only one of the OCI packages are required. Other files installed that are not listed here can be ignored, or can be removed to save disk space.
Table D-1 Instant Client Files in the SQL*Plus Package
Linux and UNIX | Windows | Description |
---|---|---|
sqlplus |
sqlplus.exe |
SQL*Plus executable |
libsqlplus.so |
not applicable |
SQL*Plus library |
libsqlplusic.so |
orasqlplusic11.dll |
SQL*Plus data shared library |
Table D-2 Instant Client Files in the Basic OCI Package
Linux and UNIX | Windows | Description |
---|---|---|
libclntsh.so.11.1 |
oci.dll |
Client code library |
libociei.so |
oraociei11.dll |
OCI Instant Client data shared library |
libnnz11.so |
orannzsbb11.dll |
Security library |
Table D-3 Instant Client Files in the Lightweight OCI Package
Linux and UNIX | Windows | Description |
---|---|---|
libclntsh.so.11.1 |
oci.dll |
Client code library |
libociicus.so |
oraociicus11.dll |
OCI Instant Client data shared library (English only) |
libnnz11.so |
orannzsbb11.dll |
Security library |
更多請參考:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29487349/viewspace-2152606/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20191104]sqlplus 管道檔案 過濾.txtSQL
- sqlplus執行sql檔案報錯SQL
- [20241013]sqlplus spool與檔案覆蓋.txtSQL
- [20230323]sqlplus #.txtSQL
- sqlplus中利用spool生成帶日期的檔名SQL
- oracl 資料庫 sqlplus 匯出資料為sql檔案資料庫SQL
- windows sqlplus亂碼WindowsSQL
- 利用程序池給客戶端傳檔案客戶端
- Nacos - 客戶端例項列表獲取客戶端
- sqlplus啟動失敗SQL
- oracle系列(一)sqlplus命令OracleSQL
- [20211123]sqlplus @與@@的區別.txtSQL
- windows解壓檔案時,出錯:不能建立符號連結xxxxxxx客戶端沒有所需得特權Windows符號客戶端
- [20190215]sqlplus set arraysize.txtSQL
- [20190524]sqlplus 與輸出&.txtSQL
- [20190530]sqlplus preliminary connection.txtSQL
- sqlplus和sqlldr工具安裝SQL
- oracle sqlplus 常用命令OracleSQL
- [20211125]sqlplus生成html格式.txtSQLHTML
- [20211108]sqlplus管道過濾.txtSQL
- 利用執行緒池給客戶端傳檔案執行緒客戶端
- ForkLift for Mac (檔案管理器和FTP客戶端)MacFTP客戶端
- ForkLift for Mac(檔案管理器和FTP客戶端)MacFTP客戶端
- SecureFX for Mac(跨平臺檔案傳輸客戶端)Mac客戶端
- 10g sqlplus的一個bugSQL
- sqlplus常用的幾種登入方式SQL
- 寫一個Flutter彩票客戶端--開獎列表Flutter客戶端
- Java SSH 客戶端 如何刪除 linux 機器上的 檔案Java客戶端Linux
- 改造xxl-job的客戶端日誌檔案生成體系客戶端
- oracle sqlplus 回退鍵以及上下鍵OracleSQL
- [20221203]sqlplus set trimspool 問題.txtSQL
- [20230417]sqlplus warpped word_warp.txtSQL
- [20221202]sqlplus set trimout 問題.txtSQL
- [20241112]無法理解sqlplus的輸出.txtSQL
- 簡單的C++檔案伺服器--Linux C++客戶端從服務端獲取檔案C++伺服器Linux客戶端服務端
- springboot多檔案打包下載到客戶端--工具類utilsSpring Boot客戶端
- gRPC之.Net6中的客戶端和服務端共用proto協議檔案RPC客戶端服務端協議
- 檔案下載之斷點續傳(客戶端與服務端的實現)斷點客戶端服務端