Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

starting sqlcl from terminal cannot connect with stored pw

GergelyNov 7 2025

I have stored connections, they work fine if I attach them to a worksheet then run the worksheet in sqlcl.

I would like to start sqlcl from terminal and connect to one of the stored connections. In this case it will always ask for password even if the password is stored.

Itried

sql -name test_conn

and also

sql -nolog
connect -name test_conn
Comments
Post Details
Added on Nov 7 2025
1 comment
75 views