Open SQL Developer from command line with parameters (connectstring, user, passwort…)

与世无争的帅哥 提交于 2020-06-23 03:32:05

问题


is it possible, to open the Oracle SQL Developer 4 from command-line with parameters (e.g. Connectstring, SID, Host, user, password, ...)?

I want to run it out from KeePass and i want to handover these parameters to access the database.

Thanks.


回答1:


No, that's not possible with SQL Developer (the GUI), but our command-line interface, SQLcl does support that.



来源:https://stackoverflow.com/questions/24952519/open-sql-developer-from-command-line-with-parameters-connectstring-user-passw

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