如何通过命令行在已经 [=10th=] 的蟾蜍中打开新的蟾蜍会话?

How to Open new toad session in already running toad through Commad line?

我需要使用命令行连接到 toad,我目前可以使用

登录到 toad

toad.exe -c username/password@server:port/Database

但是,当我尝试使用相同的命令连接到另一个数据库时,它会再次调用 .exe 并打开另一个 toad window,我希望 toad 在单独的选项卡中的同一个 window 中打开。

请指导我是否应该使用任何 Parameter/switch 在已经 运行 toad

中打开新连接

如果 Toad 已经 运行ning,除非您找到某种方法来 运行 针对现有进程的命令,否则我认为您尝试做的事情是不可能的。

如果您只是想在 Toad 最初启动时创建两个数据库连接,您可以使用如下命令:

toad.exe -c username1/password1@server1:port1/Database1 -c username2/password2@server2:port2/Database2