sqlplus 啟動報錯
1.sp2-0667 :message file sp1<lang>
解答:設定環境變數path ORACLE_HOME
2../sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
解答:設定環境變數LD_LIBRARY_PATH
3../sqlplus: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
解答:沒有安裝libaio.rpm包
全部解決
ORACLE_BASE=/opt/oracle
ORACLE_HOME=$ORACLE_BASE/112/baza
ORACLE_SID=ORA11GR2
LD_LIBRARY_PATH=$ORACLE_HOME/baza/software/lib
PATH=$PATH:/usr/local/bin:$ORACLE_HOME/baza/software/bin
export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH PATH
解答:設定環境變數path ORACLE_HOME
2../sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
解答:設定環境變數LD_LIBRARY_PATH
3../sqlplus: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
解答:沒有安裝libaio.rpm包
全部解決
ORACLE_BASE=/opt/oracle
ORACLE_HOME=$ORACLE_BASE/112/baza
ORACLE_SID=ORA11GR2
LD_LIBRARY_PATH=$ORACLE_HOME/baza/software/lib
PATH=$PATH:/usr/local/bin:$ORACLE_HOME/baza/software/bin
export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH PATH
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30393770/viewspace-2143355/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 11g啟動sqlplus報錯沒有許可權SQL
- mongodb 啟動報錯MongoDB
- php啟動報錯PHP
- myeclipse啟動報錯Eclipse
- 本地nacos啟動報錯
- CentOS5.6中裝好Oracle11g之後,啟動sqlplus報錯CentOSOracleSQL
- Homestead 啟動 elasticsearch 報錯Elasticsearch
- apache啟動報錯:httpd: aprApachehttpd
- laravel sail 首次啟動報錯LaravelAI
- 啟動ASM 例項報錯ASM
- Mac 上啟動 appium 報錯MacAPP
- mongodb啟動報錯怎麼辦MongoDB
- Centos7啟動Nginx報錯。CentOSNginx
- Apache Hive啟動報NoClassDefFoundError錯誤ApacheHiveError
- 解決啟動openfeign報錯
- sqlplus啟動失敗SQL
- zabbix-server啟動報錯解決Server
- nginx 啟動報錯 unknown directive "server"NginxServer
- mysql安裝/啟動報錯彙總MySql
- springboot專案啟動報錯Spring Boot
- DBCA啟動報錯Java.Lang.NoclassdeffounderrorJavaError
- sqlplus執行sql檔案報錯SQL
- AIX 未開啟AIO引起SQLPLUS登陸報錯exec(): 0509-036AISQL
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- Xcode啟動RN報錯"`fsevents` unavailable"XCodeAI
- JDeveloper啟動時老是報錯-解決方法Developer
- EBS服務啟動報錯基本處理
- MySQL 啟動服務報錯解決方案MySql
- 解決 Rust WebAssembly 啟動 Web 程式報錯RustWeb
- VMWARE啟動虛機報錯無法開啟檔案
- 【轉載】啟動sqlplus命令,會報的cannot restore segment prot after relocSQLREST
- Redis 啟動報錯Address already in useRedis
- 惡意程式造成資料庫啟動報錯資料庫
- 使用root使用者啟動hadoop報錯Hadoop
- Flink啟動Yarn session模式的部署報錯YarnSession模式
- keepalived啟動報錯解決一例
- lsnrctl啟動報錯,Linux Error: 29: Illegal seekLinuxError
- dubbo啟動報錯,反射例項化問題反射