3

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.

Quast
  • 45
  • 1
  • 10
  • Wouldn't using the SQLPlus command line interface be the better choice in that case? – Filburt Jul 25 '14 at 09:41
  • I want a graphical Application and SQL Developer is defined as the standard-tool in my company. – Quast Jul 25 '14 at 10:02
  • Okay, it sounded like you were going for some automated process rather than something that actually requires a GUI. – Filburt Jul 25 '14 at 10:12
  • okay... no, it is needed for a human manual process ;-) – Quast Jul 25 '14 at 10:17
  • Good idea! It should be possible to start it via the command line, but I don't know how to specify the parameters. Had a look at `launcher.sh`, somebody needs to spend some effort with this. – wolφi Jul 25 '14 at 10:32
  • 1
    possible duplicate of [Oracle sqldeveloper - how to connect DB from command line](http://stackoverflow.com/questions/3883820/oracle-sqldeveloper-how-to-connect-db-from-command-line) – Frank Schmitt Sep 23 '15 at 14:39

1 Answers1

2

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

thatjeffsmith
  • 20,522
  • 6
  • 37
  • 120