sql*plus [message #474431] |
Mon, 06 September 2010 06:02 |
pointers
Messages: 451 Registered: May 2008
|
Senior Member |
|
|
Hi,
Could you please share me the way to create a short cut on desktop to have an sql*plus (command line).
i.e. I want to have an short cut on desktop when I click that short cut that would connect me to a specific database with a username and password (which i supply while creating the shortcut-I would provide the database name, usename and password)
Thanks in advance.
Regards,
Pointers
|
|
|
|
|
|
Re: sql*plus [message #474555 is a reply to message #474431] |
Tue, 07 September 2010 03:45 |
pointers
Messages: 451 Registered: May 2008
|
Senior Member |
|
|
I want create a short cut on desktop to have an sql*plus (command line).
i.e. I want to have an short cut on desktop when I click that short cut that would connect me to a specific database with a username and password (which i supply while creating the shortcut- I would provide the database name, usename and password)
Please guide me for that
Regards,
Pointers
|
|
|
Re: sql*plus [message #474556 is a reply to message #474555] |
Tue, 07 September 2010 04:01 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Create a new shortcut with the "target"
sqlplus.exe scott/tiger@db
If sqlplus.exe is not in the path you might have to specify the full path to the exe.
[Updated on: Tue, 07 September 2010 04:01] Report message to a moderator
|
|
|
|
|