Home > Database > Mysql Tutorial > ORA-32004 错误解决方法

ORA-32004 错误解决方法

WBOY
Release: 2016-06-07 17:17:56
Original
1318 people have browsed it

ORA-32004 错误解决方法,场景:复制一个虚拟机后,在新虚拟机中修改系统IP,重新启动数据时,提示如下错误SQLgt; startupORA-3

场景:复制一个虚拟机后,在新虚拟机中修改系统IP,重新启动数据时,提示如下错误

SQL> startup
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []


解决方法:
(1)首先检查listener.ora文件和tnsnames.ora文件,修改相应信息;
(2)检查/etc/hosts文件后,发现IP与hostname与目前主机不一致,修改一致后,,重新启动系统,重新启动数据库,一切正常。

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template