2023年8月1日发(作者:)

Oracle常见问题解决⽅案汇总1、Oracle 11g ORA-12514:TNS:监听程序当前⽆法识别连接描述符中请求的服务数据库服务器崩了,⽽且尝试重启服务和重启机器都解决不了问题打开cmd窗⼝C:Usershxt>sqlplus / as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on 星期三 12⽉ 5 11:39:54 2018Copyright (c) 1982, 2010, Oracle. All rights reserved.已连接到空闲例程。SQL> startupORACLE 例程已经启动。Total System Global Area 6797832192 bytesFixed Size 2188648 bytesVariable Size 3523218072 bytesDatabase Buffers 3254779904 bytesRedo Buffers 17645568 bytes数据库装载完毕。数据库已经打开。2、Oracle 11g ORA-00119 ORA-00132错误如下:SQL> startupORA-00119: invalid specification for system parameter LOCAL_LISTENERORA-00132: syntax error or unresolved network name 'LISTENER_ORCL'解决⽅案:1)、SQL> create pfile from spfile='D:apphxtproduct11.2.0dbhome_';2)、第⼀步之后在D:apphxtproduct11.2.0dbhome_1database路径⾥找到init<数据库name>.ora⽂件,把*.local_listener=‘LISTENER_ORCL'修改为*.local_listener='(ADDRESS_LIST=(Address=(Protocol=tcp) (Host=localhost)(Port=1521)))'3)、SQL> create spfile from pfile='D:apphxtproduct11.2.0dbhome_';总结以上就是这篇⽂章的全部内容了,希望本⽂的内容对⼤家的学习或者⼯作具有⼀定的参考学习价值,谢谢⼤家对的⽀持。如果你想了解更多相关内容请查看下⾯相关链接

2023年8月1日发(作者:)

Oracle常见问题解决⽅案汇总1、Oracle 11g ORA-12514:TNS:监听程序当前⽆法识别连接描述符中请求的服务数据库服务器崩了,⽽且尝试重启服务和重启机器都解决不了问题打开cmd窗⼝C:Usershxt>sqlplus / as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on 星期三 12⽉ 5 11:39:54 2018Copyright (c) 1982, 2010, Oracle. All rights reserved.已连接到空闲例程。SQL> startupORACLE 例程已经启动。Total System Global Area 6797832192 bytesFixed Size 2188648 bytesVariable Size 3523218072 bytesDatabase Buffers 3254779904 bytesRedo Buffers 17645568 bytes数据库装载完毕。数据库已经打开。2、Oracle 11g ORA-00119 ORA-00132错误如下:SQL> startupORA-00119: invalid specification for system parameter LOCAL_LISTENERORA-00132: syntax error or unresolved network name 'LISTENER_ORCL'解决⽅案:1)、SQL> create pfile from spfile='D:apphxtproduct11.2.0dbhome_';2)、第⼀步之后在D:apphxtproduct11.2.0dbhome_1database路径⾥找到init<数据库name>.ora⽂件,把*.local_listener=‘LISTENER_ORCL'修改为*.local_listener='(ADDRESS_LIST=(Address=(Protocol=tcp) (Host=localhost)(Port=1521)))'3)、SQL> create spfile from pfile='D:apphxtproduct11.2.0dbhome_';总结以上就是这篇⽂章的全部内容了,希望本⽂的内容对⼤家的学习或者⼯作具有⼀定的参考学习价值,谢谢⼤家对的⽀持。如果你想了解更多相关内容请查看下⾯相关链接