环境变量配置无误后,在sys用户 在pl/sql上登录时候报以下错误
ORA-01034: ORACLE not available
进程 ID: 0
会话 ID: 0 序列号: 0
然后运行控制台,有以下操作记录
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Users\lijt>sqlplus
SQL*Plus: Release 11.2.0.1.0 Production on 星期五 1月 5 08:25:29 2018
Copyright (c) 1982, 2010, Oracle. All rights reserved.
请输入用户名: sys as system123
SP2-0306: 选项无效。
用法: CONN[ECT] [{logon|/|proxy} [AS {SYSDBA|SYSOPER|SYSASM}] [edition=value]]
其中 <logon> ::= <username>[/<password>][@<connect_identifier>]
<proxy> ::= <proxyuser>[<username>][/<password>][@<connect_identifier>]
请输入用户名: sys as sysdba
输入口令:
已连接到空闲例程。
SQL> show parameter
ORA-01034: ORACLE not available
进程 ID: 0
会话 ID: 0 序列号: 0
SQL> startup open hstestdb
ORACLE 例程已经启动。
Total System Global Area 3390558208 bytes
Fixed Size 2180464 bytes
Variable Size 2298481296 bytes
Database Buffers 1073741824 bytes
Redo Buffers 16154624 bytes
ORA-01504: ???? 'HSTESTDB' ??? db_name 'orcl' ???
SQL> lsnrctl start
SP2-0734: 未知的命令开头 "lsnrctl st..." - 忽略了剩余的行。
SQL> gwpt as normal
SP2-0734: 未知的命令开头 "gwpt as no..." - 忽略了剩余的行。
SQL> sqlplus
SP2-0042: 未知命令 "sqlplus" - 其余行忽略。
SQL> exit
从 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 断
开
C:\Users\lijt>sqlplus
SQL*Plus: Release 11.2.0.1.0 Production on 星期五 1月 5 08:48:31 2018
Copyright (c) 1982, 2010, Oracle. All rights reserved.
请输入用户名: gwpt as normal
SP2-0306: 选项无效。
用法: CONN[ECT] [{logon|/|proxy} [AS {SYSDBA|SYSOPER|SYSASM}] [edition=value]]
其中 <logon> ::= <username>[/<password>][@<connect_identifier>]
<proxy> ::= <proxyuser>[<username>][/<password>][@<connect_identifier>]
请输入用户名:
之后,再在pl/sql上以 sys用户登录时,竟然可以成功登录了,很诡异。。。。。。。。。
然后用普通用户在pl/sql上登录,却又报以下错误
ora-01033:oracle initialization or shutdown in progress
然后重新启动ORACLE相关服务,普通用户也可正常登录
对ORacle理解过浅,每次出现问题,都得解决很久,且不得要领,只能记录下来,留个印象