使用instantclient串連oracle遇到以下問題:
- 服務端電腦安裝之後更換了名稱,導致oracle啟動失敗,將C:/oracle/ora90/network/ADMIN目錄下的listener.ora和tnsnames.ora兩個檔案中HOST改成127.0.0.1就可以啟動了;
- 服務端使用sqlplus串連使用system/312登入,出現"invalid user/password"錯誤,應該是system不能使用用戶端登入的問題;
- 服務端使用sqlplus串連使用scott/tiger能夠正確登入;並且使用jnj06/jnj06也能登入(jnj06是自己建立的使用者)
- 在用戶端使用"sqlplus jnj06/jnj06@//192.168.0.179:1521/pwmis"登入出現"ERROR:ORA-12541: TNS:no listener"錯誤;
- 將服務端listener.ora和tnsnames.ora兩個檔案中HOST改成192.168.0.179再重啟服務,再在用戶端使用"sqlplus jnj06/jnj06@//192.168.0.179:1521/pwmis"登入出現"ERROR:ORA-12737: Instant Client Light: unsupported server character set ZHS16GBK"錯誤;
- 將“oraociei10.dll”檔案拷貝到同一目錄下,再登入,就可以了:
-
- D:/instantclient>sqlplus jnj06/jnj06@//192.168.0.179:1521/pwmis
- SQL*Plus: Release 10.2.0.3.0 - Production on Sat Nov 15 10:49:28 2008
- Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
- Connected to:
- Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
- With the Partitioning option
- JServer Release 9.0.1.1.1 - Production
- SQL>