Microsoft Windows [版本 6.1.7600]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
bioubiou撰写
C:\Users\Administrator>sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on 星期四 11月 29 11:49:57 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL> connect system/123 as sysdba
已连接到空闲例程。
SQL> start
SP2-1506: START, @ 或 @@ 命令没有参数
SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'LISTENER_ORCL'
SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'LISTENER_ORCL'
SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'LISTENER_ORCL'
SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'LISTENER_ORCL'
SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'LISTENER_ORCL'
SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'LISTENER_ORCL'
SQL> create pfile from spfil='E:\app\Administrator\product\11.2.0\dbhome_1\datab
ase\SPFILEORCL.ORA';
create pfile from spfil='E:\app\Administrator\product\11.2.0\dbhome_1\database\S
PFILEORCL.ORA'
*
第 1 行出现错误:
ORA-00922: missing or invalid option
SQL> create pfile from spfil='E:\app\Administrator\product\11.2.0\dbhome_1\datab
ase\SPFILEORCL.ORA';
create pfile from spfil='E:\app\Administrator\product\11.2.0\dbhome_1\database\S
PFILEORCL.ORA'
*
第 1 行出现错误:
ORA-00922: missing or invalid option
SQL> create pfile from spfile='E:\app\Administrator\product\11.2.0\dbhome_1\data
base\SPFILEORCL.ORA';
文件已创建。
SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'LISTENER_ORCL'
SQL>
create spfile from pfile='E:\app\Administrator\product\11.2.0\dbhome_1\data
base\INITORCL.ORA';
文件已创建。
SQL> stratup
SP2-0042: 未知命令 "stratup" - 其余行忽略。
SQL> strateup
SP2-0042: 未知命令 "strateup" - 其余行忽略。
SQL> startup
ORACLE 例程已经启动。
Total System Global Area 778387456 bytes
Fixed Size 1374808 bytes
Variable Size 301991336 bytes
Database Buffers 469762048 bytes
Redo Buffers 5259264 bytes
数据库装载完毕。
数据库已经打开。
SQL>
以上是解决方法。
分享到:
相关推荐
oracle网络配置(listener_ora-sqlnet_ora-tnsnames_ora).mht
ORA-00119错误是指系统参数LOCAL_LISTENER的设置无效,而ORA-00132错误是指语法错误或未解决的网络名'LISTENER_ORCL'。 二、解决方法 Oracle12c/oracle11g和oracle10g有一些区别,主要体现在spfile的位置不同。...
oracle11g安装后,本地无法...发现ora-00119【ora-00119 invalid specification for system parameter】 ora-00132【syntax error or unresolved network name ‘LISTENER_ORCL’】: 现在看来,完全可以理解就是001
ORA-00119和ORA-00132错误,提示为"invalid specification for system parameter LOCAL_LISTENER"和"syntax error or unresolved network name 'LISTENER_ORCL'",通常是因为初始化参数local_listener在init.ora文件...
通过emca -deconfig dbcontrol db -repos drop命令删除EM资料库时,很... ORA-00119: invalid specification for system parameter LOCAL_LISTENER ORA-00132: syntax error or unresolved network name ‘LISTENER