网上有些人说设置一下listener.ora 就可以。实际上是不行的。
D:\app\Administrator\admin\orcl\pfile
凡事做个备份
改成(以tnsname.ora为准)
local_listener=ORCL
接着登录数据库
sqlplus / as sysdba
shutdown immediate;
startup pfile='D:\app\Administrator\admin\orcl\pfile\init.ora.10920212338'
E:\app_2\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN\tnsname.ora
HOST 不能是localhost. 改为自己的电脑id
create spfile from pfile='D:\app\Administrator\admin\orcl\pfile\init.ora.10920212338';
ORA-00119和ORA-00132的解决方案_Has_it的博客-CSDN博客
https://blog.csdn.net/GoodStudy2009/article/details/43699623
ora-00119和ora-00132 问题解决_yinqiyq的博客-CSDN博客_ora00119和ora00132解决方法