I have a requirement to login to ORACLE DB with pre-entered username and password, I am using SQLdeveloper tool to connect to Oracle.
When I launch sqldeveloper.exe it must directly connect me to the Oracle database. What process arguments should I pass with this process?
I have tried
CMD>sqldeveloper.exe Username/Password@server:port:Service
It launches Sqldeveloper tool but do not connects to the database
while I am able to connect with the following command CMD>sql.exe Username/Password@server:port:Service
Instead of connecting to the database, it opens worksheets in the tool, like for the above example it opens worksheets like username, password etc...