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>
本文介绍了解决在安装Oracle 9i过程中遇到的SQL*Plus登录失败问题的方法。具体包括如何正确使用SQL*Plus命令行工具连接到Oracle数据库实例,以及解决因用户名或密码错误导致的登录被拒绝的问题。
2万+

被折叠的 条评论
为什么被折叠?



