Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 644
Quast Avatar asked Dec 31 '25 08:12

Quast


1 Answers

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

like image 101
thatjeffsmith Avatar answered Jan 02 '26 00:01

thatjeffsmith