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

10.1k Views Asked by At

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

There are 1 best solutions below

3
thatjeffsmith On

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