您好,登錄后才能下訂單哦!
[oracle@up ~]$ sql / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Sat Feb 11 15:29:31 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
ERROR:
ORA-12162: TNS:net service name is incorrectly specified
報錯顯示指定的網絡名稱不正確
查看.bash_profile文件
export PATH
export ORACLE_BASE=/u01/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0
export ORACLR_SID=ora11g
export PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
發現ORACLE_SID變量,名稱書寫錯誤,更正變量名稱,重新登錄
[oracle@up ~]$ sql / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Sat Feb 11 15:37:02 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
登錄成功
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。