SQLcl connections - Lazy mans SQL*Net completion
Turloch posted this today, which is like aliases for SQL*Net connection URL’s which are used to connections like this:
connect <USERNAME>/<Password>@URL
This works great and you can simplify your connection strings that you use. Vadim wired this into the code completion and we can now code complete via key, a connection string that you have used before or you can set up a new now using the net command.
