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.

6
  • Wouldn't using the SQLPlus command line interface be the better choice in that case? Commented Jul 25, 2014 at 9:41
  • I want a graphical Application and SQL Developer is defined as the standard-tool in my company. Commented Jul 25, 2014 at 10:02
  • Okay, it sounded like you were going for some automated process rather than something that actually requires a GUI. Commented Jul 25, 2014 at 10:12
  • okay... no, it is needed for a human manual process ;-) Commented Jul 25, 2014 at 10:17
  • 1
    possible duplicate of Oracle sqldeveloper - how to connect DB from command line Commented Sep 23, 2015 at 14:39

1 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

3 Comments

so, we may have some good news to share on this after version 20.2 is released, stay tuned
Hi @thatjeffsmith - do you have an update on this? :)
Nevermind, found your update here: stackoverflow.com/a/63692797/700926 - looks good.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.