- [oracle@29 ~]$ sqlplus / as sysdba
-
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Aug 16 15:53:30 2011
-
Copyright (c) 1982, 2005, Oracle. All rights reserved.
-
Connected.
-
ERROR:
-
ORA-01012: not logged on
kill掉进程
- ps -ef|grep ora_dbw0_$ORACLE_SID
-
kill -9 pid
再试一次
- oracle@29 ~]$ sqlplus / as sysdba
-
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Aug 16 15:56:19 2011
-
Copyright (c) 1982, 2005, Oracle. All rights reserved.
-
Connected to an idle instance.
-
SYS>startup
-
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
-
SYS>exit
-
Disconnected
检查了一下,不知道谁把我的主机名给改了。郁闷啊!谁让这是公用测试机呢!
修改/etc/hosts 修改为新的主机名,加了个备注。
- [oracle@29 admin]$ sqlplus / as sysdba
-
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Aug 16 16:13:39 2011
-
Copyright (c) 1982, 2005, Oracle. All rights reserved.
-
Connected to an idle instance.
-
SYS>startup
-
ORACLE instance started.
-
Total System Global Area 4294967296 bytes
-
Fixed Size 2026256 bytes
-
Variable Size 855639280 bytes
-
Database Buffers 3422552064 bytes
-
Redo Buffers 14749696 bytes
-
Database mounted.
-
Database opened.
-
SYS>
阅读(1485) | 评论(0) | 转发(0) |