1。安装ORACLE9i出现错误:'sqlplus' is not recognized as an internal or external command。
2。D:\oracle\ora92\bin>下sqlplus可用。
3。SQL*Plus: Release 9.2.0.1.0 - Production on Tue Mar 14 10:51:15 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Enter user-name: tartan
Enter password:
ERROR:
ORA-01017: invalid username/password; logon denied
解决方法:
sqlplus sys/oracle@<oracle_sid> as sysdba
或者先
set local=<oracle_sid>