lsnrctl start rane when i fireing this command this error comeing

有些话、适合烂在心里 提交于 2019-12-02 13:36:15

The port number you have specified is not valid. The usual port number for a listener is 1521, but if you want to use a different value it still has to be in the valid range, with a maximum of 65535, and avoiding the well-known ports up to 1024. The number you have tried to use, 152101, is well outisde the allowed range.

Read more about port numbers.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!