监听状态信息如下:
 The listener supports no services

 

 
检查 local_listener 参数:
 The listener supports no services

 

解决办法:设置 local_listener  参数即可。
alter system set local_listener='(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.190.27)(PORT=1521))' scope=both;

 

相关文章:

  • 2021-06-30
  • 2021-07-25
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2021-04-03
  • 2021-08-30
猜你喜欢
  • 2021-04-27
  • 2021-05-04
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2021-05-07
相关资源
相似解决方案