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

Quast picture Quast · Jul 25, 2014 · Viewed 7.3k times · Source

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.

Answer

thatjeffsmith picture thatjeffsmith · Mar 25, 2019

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