WLST: ERROR: You must specify the destination port correctly

WLST: ERROR: You must specify the destination port correctly

我尝试使用 WLST 连接到 oracle,但出现错误

C:\Tools\wls12130\oracle_common\bin>connect('weblogic', 'welcome100', 'localhost:7001')
ERROR: You must specify the destination port correctly.
usage: connect [-dnhst45] [-p local-port]
          [-H proxy-server[:port]] [-S [user@]socks-server[:port]]
          [-T proxy-server[:port]]
          [-c telnet-proxy-command]
          host port

您似乎是从 DOS shell 而不是从 WLST 调用连接命令。 首先,运行 WLST C:\Tools\wls12130\oracle_common\common\bin\wlst.cmd 然后 运行 您的连接命令。