initiating a connection from command line
We are piloting a PAM tool named Thycotic, which can store database credentials and details as a secret and the secret could be associated with a launcher. The launcher in this case will be SQL developer. The launcher is just launching only the sqldeveloper.exe, even though other details such as hostname, port and sid/service name is also available to be passed on in the command line.
We want to know if there is a way to initiate the connection to the database via command line by passing the arguments for hostname, port and sid/service name.
We want to know the syntax for the same.